Skip to content

First Submission: Pitfall - #254

Open
omarFarooq21 wants to merge 38 commits into
k4ntz:devfrom
omarFarooq21:game/pitfall
Open

First Submission: Pitfall#254
omarFarooq21 wants to merge 38 commits into
k4ntz:devfrom
omarFarooq21:game/pitfall

Conversation

@omarFarooq21

Copy link
Copy Markdown

Implemented the Pitfall environment and added the required observation and image spaces so it works with the current wrappers and compatibility tests.

Main updates:

  1. added the Pitfall environment
  2. completed observation space and image space
  3. verified Pitfall compatibility tests locally

Add a screen-to-layout mapping (ladder presence + tunnel wall side/position) for ~190 of the original 255 screens, based on observed playthrough progression (~191 screens). This is intentionally a partial implementation: remaining screens default to no special layout until we expand coverage.
…xclude pit_type=1). keep lip zone from backdrop.
…awns with improved underground re-entry, and shorten normal jump carry. Add in missing sprites for ladder and logs.
@github-actions

github-actions Bot commented Mar 21, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #23375594748)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/23375527892

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ❌

The PR changes files that should not be changed:

  • src/jaxatari/core.py

Please ensure that only allowed files are modified. Any changes in the src/jaxatari/games/ directory are allowed.

Framework Tests ❌

Some framework tests failed. Please check the details below:

pitfall ❌
============================= test session starts ==============================
platform linux -- Python 3.11.15, pytest-8.4.2, pluggy-1.6.0
rootdir: /home/runner/work/JAXAtari/JAXAtari
configfile: pyproject.toml
plugins: sugar-1.1.1, github-actions-annotate-failures-0.4.0, xdist-3.8.0, syrupy-4.9.1, jaxtyping-0.3.9
created: 2/2 workers
2 workers [145 items]

ssssss.::warning file=.venv/lib/python3.11/site-packages/pygame/pkgdata.py,line=25::pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
::warning file=.venv/lib/python3.11/site-packages/pygame/pkgdata.py,line=25::pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
ssssssssssss..::error file=tests/test_core_and_wrappers.py,line=30::test_pixel_obs_wrapper_with_stacked_frames[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=30::test_pixel_obs_wrapper_with_stacked_frames[pitfall]%0A%0ANotImplementedError
F...::error file=tests/test_core_and_wrappers.py,line=61::test_pixel_and_object_centric_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=61::test_pixel_and_object_centric_wrapper[pitfall]%0A%0ANotImplementedError
Fs::error file=tests/test_core_and_wrappers.py,line=107::test_object_centric_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=107::test_object_centric_wrapper[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_environment_compatibility.py,line=87::TestBasicAPI.test_spaces[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=87::TestBasicAPI.test_spaces[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=130::test_log_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=130::test_log_wrapper[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_environment_compatibility.py,line=115::TestBasicAPI.test_reset[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=115::TestBasicAPI.test_reset[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=189::test_multi_reward_log_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=189::test_multi_reward_log_wrapper[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=260::test_flatten_observation_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=260::test_flatten_observation_wrapper[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=320::test_log_wrapper_with_flatten_observation[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=320::test_log_wrapper_with_flatten_observation[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=351::test_flatten_observation_wrapper_space_structure[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=351::test_flatten_observation_wrapper_space_structure[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_environment_compatibility.py,line=145::TestBasicAPI.test_step[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=145::TestBasicAPI.test_step[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=439::test_atari_wrapper_features_and_pixel_preprocessing[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=439::test_atari_wrapper_features_and_pixel_preprocessing[pitfall]%0A%0ANotImplementedError
F::error file=tests/test_core_and_wrappers.py,line=499::test_native_downscaling_hot_swap[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=499::test_native_downscaling_hot_swap[pitfall]%0A%0ANotImplementedError
F.::error file=tests/test_core_and_wrappers.py,line=561::test_native_downscaling_grayscale[pitfall]%0A%0ANotImplementedError
::error file=tests/test_core_and_wrappers.py,line=561::test_native_downscaling_grayscale[pitfall]%0A%0ANotImplementedError
FEEE::error file=tests/test_environment_compatibility.py,line=203::TestBasicAPI.test_render[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=203::TestBasicAPI.test_render[pitfall]%0A%0ANotImplementedError
FEEEEEEEEEE.EEEEEEEEEEEEEEEEE [ 49%]
EEssssssssssssssssE::error file=tests/test_environment_compatibility.py,line=593::TestAdvancedWrapperFeatures.test_flatten_observation_wrapper_space_structure[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=593::TestAdvancedWrapperFeatures.test_flatten_observation_wrapper_space_structure[pitfall]%0A%0ANotImplementedError
FE::error file=tests/test_environment_compatibility.py,line=640::TestAdvancedWrapperFeatures.test_normalize_observation_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=640::TestAdvancedWrapperFeatures.test_normalize_observation_wrapper[pitfall]%0A%0ANotImplementedError
FE::error file=tests/test_environment_compatibility.py,line=688::TestAdvancedWrapperFeatures.test_log_wrapper_tracking[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=688::TestAdvancedWrapperFeatures.test_log_wrapper_tracking[pitfall]%0A%0ANotImplementedError
FE::error file=tests/test_environment_compatibility.py,line=725::TestAdvancedWrapperFeatures.test_multi_reward_log_wrapper[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=725::TestAdvancedWrapperFeatures.test_multi_reward_log_wrapper[pitfall]%0A%0ANotImplementedError
FE::error file=tests/test_environment_compatibility.py,line=767::TestAdvancedWrapperFeatures.test_atari_wrapper_features[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=767::TestAdvancedWrapperFeatures.test_atari_wrapper_features[pitfall]%0A%0ANotImplementedError
FE::error file=tests/test_environment_compatibility.py,line=807::TestAdvancedWrapperFeatures.test_log_wrapper_edge_cases[pitfall]%0A%0ANotImplementedError
::error file=tests/test_environment_compatibility.py,line=807::TestAdvancedWrapperFeatures.test_log_wrapper_edge_cases[pitfall]%0A%0ANotImplementedError
FEE.EEEEEEEEEEEEEEEE::error file=tests/test_funcenv_adapter.py,line=79::TestGymnasiumApiCompliance.test_seeding_and_determinism[pitfall]%0A%0ANotImplementedError
::error file=tests/test_funcenv_adapter.py,line=79::TestGymnasiumApiCompliance.test_seeding_and_determinism[pitfall]%0A%0ANotImplementedError
FEE.EEs.............EEE [ 99%]
E                                                                        [100%]
==================================== ERRORS ====================================
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[Pixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[ObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[PixelAndObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[FlattenedObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[NormalizedPixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[LoggedFlattenedPixelAndObject-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[MultiRewardLogged-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[Atari-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[Pixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[ObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[PixelAndObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[FlattenedObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[NormalizedPixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[LoggedFlattenedPixelAndObject-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[Atari-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_observation_spaces[MultiRewardLogged-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[Pixel-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[Atari-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[ObjectCentric-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[Pixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[PixelAndObjectCentric-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[ObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[FlattenedObjectCentric-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[PixelAndObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[NormalizedPixel-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[FlattenedObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[LoggedFlattenedPixelAndObject-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[NormalizedPixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[LoggedFlattenedPixelAndObject-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapped_reset_and_step[MultiRewardLogged-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_action_spaces[MultiRewardLogged-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_observation_shape_and_type[Atari-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[Atari-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[Pixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[ObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[PixelAndObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[FlattenedObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[NormalizedPixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[LoggedFlattenedPixelAndObject-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestWrapperCompatibility.test_wrapper_determinism[MultiRewardLogged-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
___ ERROR at setup of TestJaxTransforms.test_jit_compilation[Atari-pitfall] ____
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
___ ERROR at setup of TestJaxTransforms.test_jit_compilation[Pixel-pitfall] ____
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestJaxTransforms.test_jit_compilation[ObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestJaxTransforms.test_jit_compilation[PixelAndObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestJaxTransforms.test_jit_compilation[FlattenedObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestJaxTransforms.test_jit_compilation[NormalizedPixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestJaxTransforms.test_jit_compilation[LoggedFlattenedPixelAndObject-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestJaxTransforms.test_jit_compilation[MultiRewardLogged-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[FlattenedObjectCentric-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[NormalizedPixel-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[LoggedFlattenedPixelAndObject-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[MultiRewardLogged-pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestGymnasiumApiCompliance.test_gymnasium_env_checker[pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
___ ERROR at setup of TestGymnasiumApiCompliance.test_reset_method[pitfall] ____
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
____ ERROR at setup of TestGymnasiumApiCompliance.test_step_method[pitfall] ____
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
___ ERROR at setup of TestGymnasiumApiCompliance.test_render_method[pitfall] ___
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestGymWrapperIntegration.test_time_limit_wrapper[pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestGymWrapperIntegration.test_preprocessing_wrappers[pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestGymWrapperIntegration.test_frame_stack_wrapper[pitfall] _
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
____ ERROR at setup of TestJaxTransforms.test_jittable_transition[pitfall] _____
[gw1] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[Atari-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[Pixel-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[ObjectCentric-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
_ ERROR at setup of TestEdgeCasesAndErrorHandling.test_state_serialization[PixelAndObjectCentric-pitfall] _
[gw0] linux -- Python 3.11.15 /home/runner/work/JAXAtari/JAXAtari/.venv/bin/python
E   NotImplementedError
=================================== FAILURES ===================================
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1413: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1410: NotImplementedError
/home/runner/work/JAXAtari/JAXAtari/src/jaxatari/games/jax_pitfall.py:1413: NotImplementedError
=============================== warnings summary ===============================
tests/test_all_mods.py::test_no_duplicate_mod_keys
  /home/runner/work/JAXAtari/JAXAtari/.venv/lib/python3.11/site-packages/pygame/pkgdata.py:25: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_stream, resource_exists

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
SKIPPED [1] tests/test_all_mods.py:188: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:234: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:309: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:333: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:350: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:396: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:483: Game does not have mods registered
SKIPPED [1] tests/test_all_mods.py:694: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:712: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:732: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:752: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:542: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:774: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:565: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:787: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:593: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:809: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:605: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [1] tests/test_all_mods.py:671: Game 'pitfall' is not in core.GAME_MODULES
SKIPPED [8] tests/test_environment_compatibility.py:521: Skipping to debug memory issues in CI
SKIPPED [8] tests/test_environment_compatibility.py:560: Skipping to debug memory issues in CI
SKIPPED [1] tests/test_funcenv_adapter.py:157: Skipping to debug memory issues in CI
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[PixelAndObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[PixelAndObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_observation_spaces[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[PixelAndObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[PixelAndObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapped_reset_and_step[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_action_spaces[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_observation_shape_and_type[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[PixelAndObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestWrapperCompatibility::test_wrapper_determinism[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[PixelAndObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestJaxTransforms::test_jit_compilation[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[FlattenedObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[NormalizedPixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[LoggedFlattenedPixelAndObject-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[MultiRewardLogged-pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymnasiumApiCompliance::test_gymnasium_env_checker[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymnasiumApiCompliance::test_reset_method[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymnasiumApiCompliance::test_step_method[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymnasiumApiCompliance::test_render_method[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymWrapperIntegration::test_time_limit_wrapper[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymWrapperIntegration::test_preprocessing_wrappers[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestGymWrapperIntegration::test_frame_stack_wrapper[pitfall] - NotImplementedError
ERROR tests/test_funcenv_adapter.py::TestJaxTransforms::test_jittable_transition[pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[Atari-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[Pixel-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[ObjectCentric-pitfall] - NotImplementedError
ERROR tests/test_environment_compatibility.py::TestEdgeCasesAndErrorHandling::test_state_serialization[PixelAndObjectCentric-pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_pixel_obs_wrapper_with_stacked_frames[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_pixel_and_object_centric_wrapper[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_object_centric_wrapper[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestBasicAPI::test_spaces[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_log_wrapper[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestBasicAPI::test_reset[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_multi_reward_log_wrapper[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_flatten_observation_wrapper[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_log_wrapper_with_flatten_observation[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_flatten_observation_wrapper_space_structure[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestBasicAPI::test_step[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_atari_wrapper_features_and_pixel_preprocessing[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_native_downscaling_hot_swap[pitfall] - NotImplementedError
FAILED tests/test_core_and_wrappers.py::test_native_downscaling_grayscale[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestBasicAPI::test_render[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestAdvancedWrapperFeatures::test_flatten_observation_wrapper_space_structure[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestAdvancedWrapperFeatures::test_normalize_observation_wrapper[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestAdvancedWrapperFeatures::test_log_wrapper_tracking[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestAdvancedWrapperFeatures::test_multi_reward_log_wrapper[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestAdvancedWrapperFeatures::test_atari_wrapper_features[pitfall] - NotImplementedError
FAILED tests/test_environment_compatibility.py::TestAdvancedWrapperFeatures::test_log_wrapper_edge_cases[pitfall] - NotImplementedError
FAILED tests/test_funcenv_adapter.py::TestGymnasiumApiCompliance::test_seeding_and_determinism[pitfall] - NotImplementedError
== 22 failed, 23 passed, 36 skipped, 1 warning, 64 errors in 63.74s (0:01:03) ==


This log was automatically created at 2026-03-21 08:15:46 UTC.

@github-actions

github-actions Bot commented Mar 21, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #23789661949)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/23375594748

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ✅

All framework tests passed. Good work! 🎉


This log was automatically created at 2026-03-21 08:23:57 UTC.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #23799598894)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/23789661949

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ✅

All framework tests passed. Good work! 🎉


This log was automatically created at 2026-03-31 09:17:56 UTC.

@github-actions

github-actions Bot commented Mar 31, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #32198416483)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/23799598894

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ✅

All framework tests passed. Good work! 🎉


This log was automatically created at 2026-03-31 13:29:21 UTC.

…rry attachment.

Fix rope raster using ALE-verified anchor, rows, colors, and canopy priority.
Add cobra/croc/fire sprites and align hazards, deaths, and rendering with the ROM.
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #32210081677)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/32198416483

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ❌

Some framework tests failed. Please check the details below:

pitfall ❌


This log was automatically created at 2026-08-18 23:44:47 UTC.

…7) with shared PF2 playfield/bounds machinery
@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #32235173635)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/32210081677

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ❌

Some framework tests failed. Please check the details below:

pitfall ❌


This log was automatically created at 2026-08-19 02:52:46 UTC.

…bag, silver/gold bar, diamond ring) with persistence
@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown
📁 Previous CI results (run #32238144062)

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/32235173635

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ❌

Some framework tests failed. Please check the details below:

pitfall ❌


This log was automatically created at 2026-08-19 08:58:22 UTC.

@github-actions

Copy link
Copy Markdown

Test Report

This comment was generated automatically by a GitHub Action. It summarizes the test results for this pull request. The GitHub Action run can be found here:

https://github.com/k4ntz/JAXAtari/actions/runs/32238144062

Base Branch ✅

The PR's base branch is dev.
The expected base branch is dev.

Changed Files ✅

There are no forbidden file changes. Nice 👍

Framework Tests ❌

Some framework tests failed. Please check the details below:

pitfall ❌


This log was automatically created at 2026-08-19 09:33:26 UTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant