[INFO] cloning repository https://github.com/ceronman/loxido [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ceronman/loxido" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceronman%2Floxido", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceronman%2Floxido'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 177a60b43ec0519679ab953ae0875f7c6d8566a0 [INFO] testing ceronman/loxido/177a60b43ec0519679ab953ae0875f7c6d8566a0 against 1.82.0 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceronman%2Floxido" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ceronman/loxido on toolchain 1.82.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.82.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ceronman/loxido [INFO] finished tweaking git repo https://github.com/ceronman/loxido [INFO] tweaked toml for git repo https://github.com/ceronman/loxido written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ceronman/loxido already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.82.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5e7f2de21dff310a6581fba2c36b7a7297f9d52debdc027799950846a6edbe4b [INFO] running `Command { std: "docker" "start" "-a" "5e7f2de21dff310a6581fba2c36b7a7297f9d52debdc027799950846a6edbe4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5e7f2de21dff310a6581fba2c36b7a7297f9d52debdc027799950846a6edbe4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e7f2de21dff310a6581fba2c36b7a7297f9d52debdc027799950846a6edbe4b", kill_on_drop: false }` [INFO] [stdout] 5e7f2de21dff310a6581fba2c36b7a7297f9d52debdc027799950846a6edbe4b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] defc350f99874b1f5c3aaad1b5ac6ae1feeee67ad0bf162c55cd3318d059e448 [INFO] running `Command { std: "docker" "start" "-a" "defc350f99874b1f5c3aaad1b5ac6ae1feeee67ad0bf162c55cd3318d059e448", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling cpu-time v1.0.0 [INFO] [stderr] Compiling loxido v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/gc.rs:254:25 [INFO] [stdout] | [INFO] [stdout] 254 | if let Some(mut object) = self.objects[i].as_mut() { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | let mut subclass = self.gc.deref_mut(subclass); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:366:25 [INFO] [stdout] | [INFO] [stdout] 366 | let mut upvalue = self.gc.deref_mut(upvalue); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "defc350f99874b1f5c3aaad1b5ac6ae1feeee67ad0bf162c55cd3318d059e448", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "defc350f99874b1f5c3aaad1b5ac6ae1feeee67ad0bf162c55cd3318d059e448", kill_on_drop: false }` [INFO] [stdout] defc350f99874b1f5c3aaad1b5ac6ae1feeee67ad0bf162c55cd3318d059e448 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adbd8d0125ace2bc837bbf206da5a87340caf4fd8df2a821de3b7dd03b01ed9b [INFO] running `Command { std: "docker" "start" "-a" "adbd8d0125ace2bc837bbf206da5a87340caf4fd8df2a821de3b7dd03b01ed9b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/gc.rs:254:25 [INFO] [stdout] | [INFO] [stdout] 254 | if let Some(mut object) = self.objects[i].as_mut() { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | let mut subclass = self.gc.deref_mut(subclass); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:366:25 [INFO] [stdout] | [INFO] [stdout] 366 | let mut upvalue = self.gc.deref_mut(upvalue); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling test-generator v0.3.0 [INFO] [stderr] Compiling loxido v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/gc.rs:254:25 [INFO] [stdout] | [INFO] [stdout] 254 | if let Some(mut object) = self.objects[i].as_mut() { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:275:29 [INFO] [stdout] | [INFO] [stdout] 275 | let mut subclass = self.gc.deref_mut(subclass); [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/vm.rs:366:25 [INFO] [stdout] | [INFO] [stdout] 366 | let mut upvalue = self.gc.deref_mut(upvalue); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `Command { std: "docker" "inspect" "adbd8d0125ace2bc837bbf206da5a87340caf4fd8df2a821de3b7dd03b01ed9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adbd8d0125ace2bc837bbf206da5a87340caf4fd8df2a821de3b7dd03b01ed9b", kill_on_drop: false }` [INFO] [stdout] adbd8d0125ace2bc837bbf206da5a87340caf4fd8df2a821de3b7dd03b01ed9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a718615544bea7cc63cd3419ce5c0090c3851c1fd84d89fc1b14eecb5f4c84d [INFO] running `Command { std: "docker" "start" "-a" "2a718615544bea7cc63cd3419ce5c0090c3851c1fd84d89fc1b14eecb5f4c84d", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/gc.rs:254:25 [INFO] [stderr] | [INFO] [stderr] 254 | if let Some(mut object) = self.objects[i].as_mut() { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/vm.rs:275:29 [INFO] [stderr] | [INFO] [stderr] 275 | let mut subclass = self.gc.deref_mut(subclass); [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/vm.rs:366:25 [INFO] [stderr] | [INFO] [stderr] 366 | let mut upvalue = self.gc.deref_mut(upvalue); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `loxido` (bin "loxido") generated 3 warnings (run `cargo fix --bin "loxido"` to apply 3 suggestions) [INFO] [stderr] warning: `loxido` (bin "loxido" test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/loxido-aaf1de3ba8bb3360) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-007913a0a40a1fcc) [INFO] [stdout] [INFO] [stdout] running 243 tests [INFO] [stdout] test run_file_test_tests_integration_assignment_infix_operator_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_local_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_grouping_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_associativity_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_syntax_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_prefix_operator_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_to_this_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_global_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_block_empty_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_block_scope_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_bool_not_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_call_bool_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_bool_equality_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_assignment_undefined_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_call_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_call_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_call_string_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_call_object_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_empty_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_inherit_self_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_local_inherit_other_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_inherited_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_local_reference_self_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_local_inherit_self_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_class_reference_self_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_assign_to_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_assign_to_shadowed_later_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_closed_closure_in_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_close_over_method_parameter_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_close_over_function_parameter_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_close_over_later_variable_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_open_closure_in_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_nested_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_reference_closure_multiple_times_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_unused_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_comments_only_line_comment_and_line_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_unused_later_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_reuse_closure_slot_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_comments_line_at_eof_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_comments_only_line_comment_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_closure_shadow_closure_with_local_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_comments_unicode_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_call_init_early_return_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_call_init_explicitly_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_default_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_extra_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_early_return_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_default_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_return_in_nested_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_missing_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_init_not_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_and_set_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_constructor_return_value_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_call_nonfunction_field_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_on_bool_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_call_function_field_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_on_class_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_on_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_on_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_on_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_get_on_string_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_method_binds_this_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_on_instance_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_many_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_evaluation_order_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_on_class_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_on_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_on_bool_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_on_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_on_string_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_set_on_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_class_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_field_undefined_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_closure_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_fun_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_return_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_scope_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_statement_condition_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_var_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_return_inside_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_statement_increment_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_statement_initializer_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_for_syntax_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_body_must_be_block_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_extra_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_missing_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_empty_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_local_mutual_recursion_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_local_recursion_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_missing_comma_in_parameters_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_mutual_recursion_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_nested_call_with_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_parameters_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_print_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_class_in_else_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_too_many_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_recursion_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_class_in_then_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_else_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_dangling_else_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_fun_in_else_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_function_too_many_parameters_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_fun_in_then_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_if_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_var_in_then_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_truth_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_if_var_in_else_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_constructor_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_inherit_from_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_inherit_from_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_inherit_from_number_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_inherit_methods_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_parenthesized_superclass_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_inheritance_set_fields_from_base_class_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_limit_no_reuse_constants_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_logical_operator_and_truth_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_limit_stack_overflow_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_limit_too_many_constants_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_logical_operator_or_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_logical_operator_and_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_limit_too_many_locals_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_limit_too_many_upvalues_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_logical_operator_or_truth_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_arity_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_not_found_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_missing_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_print_bound_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_empty_block_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_extra_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_refer_to_name_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_nil_literal_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_too_many_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_number_leading_dot_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_number_literals_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_number_nan_equality_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_method_too_many_parameters_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_number_decimal_point_at_eof_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_bool_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_number_trailing_dot_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_bool_string_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_bool_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_num_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_nil_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_comparison_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_add_string_nil_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_divide_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_divide_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_equals_class_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_equals_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_divide_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_greater_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_equals_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_greater_or_equal_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_greater_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_greater_or_equal_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_less_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_less_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_less_or_equal_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_less_or_equal_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_multiply_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_multiply_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_multiply_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_negate_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_negate_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_not_class_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_subtract_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_subtract_nonnum_num_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_not_equals_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_print_missing_argument_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_not_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_operator_subtract_num_nonnum_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_regression_394_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_after_else_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_regression_40_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_after_if_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_after_while_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_at_top_level_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_in_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_return_nil_if_no_value_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_return_in_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_string_error_after_multiline_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_string_multiline_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_string_literals_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_bound_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_call_other_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_string_unterminated_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_call_same_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_constructor_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_no_superclass_bind_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_extra_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_indirectly_inherited_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_missing_arguments_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_no_superclass_call_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_super_at_top_level_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_reassign_superclass_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_no_superclass_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_super_in_top_level_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_super_without_dot_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_super_in_inherited_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_super_in_closure_in_inherited_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_parenthesized_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_this_in_superclass_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_super_super_without_name_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_this_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_limit_loop_too_large_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_this_this_in_top_level_function_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_this_this_in_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_this_nested_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_duplicate_local_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_this_this_at_top_level_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_this_nested_class_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_collide_with_parameter_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_duplicate_parameter_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_in_nested_block_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_early_bound_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_redeclare_global_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_in_middle_of_block_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_redefine_global_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_scope_reuse_in_different_blocks_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_local_from_method_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_shadow_local_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_undefined_global_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_uninitialized_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_unreached_undefined_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_undefined_local_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_shadow_global_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_use_false_as_var_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_shadow_and_local_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_use_global_in_initializer_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_use_nil_as_var_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_return_closure_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_closure_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_use_this_as_var_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_variable_use_local_in_initializer_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_class_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_fun_in_body_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_return_inside_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_syntax_lox ... ok [INFO] [stdout] test run_file_test_tests_integration_while_var_in_body_lox ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 243 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2a718615544bea7cc63cd3419ce5c0090c3851c1fd84d89fc1b14eecb5f4c84d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a718615544bea7cc63cd3419ce5c0090c3851c1fd84d89fc1b14eecb5f4c84d", kill_on_drop: false }` [INFO] [stdout] 2a718615544bea7cc63cd3419ce5c0090c3851c1fd84d89fc1b14eecb5f4c84d