You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action failed because of an import error in the test file tests/bidi/cdp/test_network.py. Specifically, at line 5 of this file, there's an attempt to import Headers from selenium.webdriver.common.devtools.v131.network, but this module doesn't exist:
ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'
The error occurred during the test collection phase, preventing pytest from running any tests. All three retry attempts failed with the same error.
Relevant error logs:
1: ##[group]Operating System2: Microsoft Windows Server 2022
...
434: Version: 11.0.26+4435: Path: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.26-4\x64436: ##[endgroup]437: Creating settings.xml with server-id: github438: Writing to C:\Users\runneradmin\.m2\settings.xml439: ##[group]Run nick-invision/retry@v3.0.2440: with:441: timeout_minutes: 60442: max_attempts: 3443: command: cd examples/python444: pytest --reruns 3445:
446: retry_wait_seconds: 10447: polling_interval_seconds: 1448: warning_on_retry: true449: continue_on_error: false450: env:
...
452: GITHUB_TOKEN: ***453: GH_TOKEN: ***454: pythonLocation: C:\hostedtoolcache\windows\Python\3.12.9\x64455: PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.12.9\x64/lib/pkgconfig456: Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.9\x64457: Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.9\x64458: Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.12.9\x64459: JAVA_HOME: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.26-4\x64460: JAVA_HOME_11_X64: C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\11.0.26-4\x64461: ##[endgroup]462: ##[group]Attempt 1463: ============================= test session starts =============================464: platform win32 -- Python 3.12.9, pytest-8.3.5, pluggy-1.5.0465: rootdir: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python466: plugins: rerunfailures-14.0, trio-0.8.0467: collected 158 items / 1 error468: =================================== ERRORS ====================================469: _______________ ERROR collecting tests/bidi/cdp/test_network.py _______________470: ImportError while importing test module 'D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\cdp\test_network.py'.471: Hint: make sure your test modules/packages have valid Python names.472: Traceback:473: C:\hostedtoolcache\windows\Python\3.12.9\x64\Lib\importlib\__init__.py:90: in import_module474: return _bootstrap._gcd_import(name[level:], package, level)475: tests\bidi\cdp\test_network.py:5: in <module>476: from selenium.webdriver.common.devtools.v131.network import Headers477: E ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'478: ============================== warnings summary ===============================479: tests\bidi\test_bidi_logging.py:6480: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html481: @pytest.mark.driver_type("bidi")482: tests\bidi\test_bidi_logging.py:18483: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html484: @pytest.mark.driver_type("bidi")485: tests\bidi\test_bidi_logging.py:30486: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html487: @pytest.mark.driver_type("bidi")488: tests\bidi\test_bidi_logging.py:42489: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html490: @pytest.mark.driver_type("bidi")491: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html492: =========================== short test summary info ===========================493: ERROR tests/bidi/cdp/test_network.py494: !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!495: ======================== 4 warnings, 1 error in 38.42s ========================496: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1497: ##[endgroup]498: ##[group]Attempt 2499: ============================= test session starts =============================500: platform win32 -- Python 3.12.9, pytest-8.3.5, pluggy-1.5.0501: rootdir: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python502: plugins: rerunfailures-14.0, trio-0.8.0503: collected 158 items / 1 error504: =================================== ERRORS ====================================505: _______________ ERROR collecting tests/bidi/cdp/test_network.py _______________506: ImportError while importing test module 'D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\cdp\test_network.py'.507: Hint: make sure your test modules/packages have valid Python names.508: Traceback:509: C:\hostedtoolcache\windows\Python\3.12.9\x64\Lib\importlib\__init__.py:90: in import_module510: return _bootstrap._gcd_import(name[level:], package, level)511: tests\bidi\cdp\test_network.py:5: in <module>512: from selenium.webdriver.common.devtools.v131.network import Headers513: E ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'514: ============================== warnings summary ===============================515: tests\bidi\test_bidi_logging.py:6516: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html517: @pytest.mark.driver_type("bidi")518: tests\bidi\test_bidi_logging.py:18519: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html520: @pytest.mark.driver_type("bidi")521: tests\bidi\test_bidi_logging.py:30522: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html523: @pytest.mark.driver_type("bidi")524: tests\bidi\test_bidi_logging.py:42525: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html526: @pytest.mark.driver_type("bidi")527: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html528: =========================== short test summary info ===========================529: ERROR tests/bidi/cdp/test_network.py530: !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!531: ======================== 4 warnings, 1 error in 10.13s ========================532: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1533: ##[endgroup]534: ##[group]Attempt 3535: ============================= test session starts =============================536: platform win32 -- Python 3.12.9, pytest-8.3.5, pluggy-1.5.0537: rootdir: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python538: plugins: rerunfailures-14.0, trio-0.8.0539: collected 158 items / 1 error540: =================================== ERRORS ====================================541: _______________ ERROR collecting tests/bidi/cdp/test_network.py _______________542: ImportError while importing test module 'D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\cdp\test_network.py'.543: Hint: make sure your test modules/packages have valid Python names.544: Traceback:545: C:\hostedtoolcache\windows\Python\3.12.9\x64\Lib\importlib\__init__.py:90: in import_module546: return _bootstrap._gcd_import(name[level:], package, level)547: tests\bidi\cdp\test_network.py:5: in <module>548: from selenium.webdriver.common.devtools.v131.network import Headers549: E ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'550: ============================== warnings summary ===============================551: tests\bidi\test_bidi_logging.py:6552: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html553: @pytest.mark.driver_type("bidi")554: tests\bidi\test_bidi_logging.py:18555: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html556: @pytest.mark.driver_type("bidi")557: tests\bidi\test_bidi_logging.py:30558: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html559: @pytest.mark.driver_type("bidi")560: tests\bidi\test_bidi_logging.py:42561: D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\python\tests\bidi\test_bidi_logging.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html562: @pytest.mark.driver_type("bidi")563: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html564: =========================== short test summary info ===========================565: ERROR tests/bidi/cdp/test_network.py566: !!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!567: ======================== 4 warnings, 1 error in 8.96s =========================568: ##[endgroup]569: ##[error]Final attempt failed. Child_process exited with error code 1570: Post job cleanup.
The action failed because of an import error in the test file tests/bidi/cdp/test_network.py. Specifically, on line 5 of this file, there's an attempt to import Headers from selenium.webdriver.common.devtools.v131.network, but this module doesn't exist:
ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'
The error occurred during the test collection phase, preventing any tests from running. The action attempted to run the tests 3 times (with the retry mechanism) but failed with the same error each time.
Relevant error logs:
1: ##[group]Operating System2: Ubuntu
...
152: > Warning: Could not resolve keysym XF86CameraAccessToggle153: > Warning: Could not resolve keysym XF86NextElement154: > Warning: Could not resolve keysym XF86PreviousElement155: > Warning: Could not resolve keysym XF86AutopilotEngageToggle156: > Warning: Could not resolve keysym XF86MarkWaypoint157: > Warning: Could not resolve keysym XF86Sos158: > Warning: Could not resolve keysym XF86NavChart159: > Warning: Could not resolve keysym XF86FishingChart160: > Warning: Could not resolve keysym XF86SingleRangeRadar161: > Warning: Could not resolve keysym XF86DualRangeRadar162: > Warning: Could not resolve keysym XF86RadarOverlay163: > Warning: Could not resolve keysym XF86TraditionalSonar164: > Warning: Could not resolve keysym XF86ClearvuSonar165: > Warning: Could not resolve keysym XF86SidevuSonar166: > Warning: Could not resolve keysym XF86NavInfo167: Errors from xkbcomp are not fatal to the X server168: ##[group]Run actions/setup-python@v5
...
319: Version: 11.0.26+4320: Path: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.26-4/x64321: ##[endgroup]322: Creating settings.xml with server-id: github323: Writing to /home/runner/.m2/settings.xml324: ##[group]Run nick-invision/retry@v3.0.2325: with:326: timeout_minutes: 60327: max_attempts: 3328: command: cd examples/python329: pytest --reruns 3330:
331: retry_wait_seconds: 10332: polling_interval_seconds: 1333: warning_on_retry: true334: continue_on_error: false335: env:
...
338: GH_TOKEN: ***339: pythonLocation: /opt/hostedtoolcache/Python/3.9.21/x64340: PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib/pkgconfig341: Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64342: Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64343: Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.9.21/x64344: LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.21/x64/lib345: JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.26-4/x64346: JAVA_HOME_11_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.26-4/x64347: ##[endgroup]348: ##[group]Attempt 1349: ============================= test session starts ==============================350: platform linux -- Python 3.9.21, pytest-8.3.5, pluggy-1.5.0351: rootdir: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python352: plugins: trio-0.8.0, rerunfailures-14.0353: collected 158 items / 1 error354: ==================================== ERRORS ====================================355: _______________ ERROR collecting tests/bidi/cdp/test_network.py ________________356: ImportError while importing test module '/home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/cdp/test_network.py'.357: Hint: make sure your test modules/packages have valid Python names.358: Traceback:359: /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module360: return _bootstrap._gcd_import(name[level:], package, level)361: tests/bidi/cdp/test_network.py:5: in <module>362: from selenium.webdriver.common.devtools.v131.network import Headers363: E ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'364: =============================== warnings summary ===============================365: tests/bidi/test_bidi_logging.py:6366: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html367: @pytest.mark.driver_type("bidi")368: tests/bidi/test_bidi_logging.py:18369: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html370: @pytest.mark.driver_type("bidi")371: tests/bidi/test_bidi_logging.py:30372: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html373: @pytest.mark.driver_type("bidi")374: tests/bidi/test_bidi_logging.py:42375: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html376: @pytest.mark.driver_type("bidi")377: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html378: =========================== short test summary info ============================379: ERROR tests/bidi/cdp/test_network.py380: !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!381: ========================= 4 warnings, 1 error in 8.62s =========================382: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 2383: ##[endgroup]384: ##[group]Attempt 2385: ============================= test session starts ==============================386: platform linux -- Python 3.9.21, pytest-8.3.5, pluggy-1.5.0387: rootdir: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python388: plugins: trio-0.8.0, rerunfailures-14.0389: collected 158 items / 1 error390: ==================================== ERRORS ====================================391: _______________ ERROR collecting tests/bidi/cdp/test_network.py ________________392: ImportError while importing test module '/home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/cdp/test_network.py'.393: Hint: make sure your test modules/packages have valid Python names.394: Traceback:395: /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module396: return _bootstrap._gcd_import(name[level:], package, level)397: tests/bidi/cdp/test_network.py:5: in <module>398: from selenium.webdriver.common.devtools.v131.network import Headers399: E ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'400: =============================== warnings summary ===============================401: tests/bidi/test_bidi_logging.py:6402: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html403: @pytest.mark.driver_type("bidi")404: tests/bidi/test_bidi_logging.py:18405: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html406: @pytest.mark.driver_type("bidi")407: tests/bidi/test_bidi_logging.py:30408: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html409: @pytest.mark.driver_type("bidi")410: tests/bidi/test_bidi_logging.py:42411: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html412: @pytest.mark.driver_type("bidi")413: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html414: =========================== short test summary info ============================415: ERROR tests/bidi/cdp/test_network.py416: !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!417: ========================= 4 warnings, 1 error in 1.69s =========================418: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 2419: ##[endgroup]420: ##[group]Attempt 3421: ============================= test session starts ==============================422: platform linux -- Python 3.9.21, pytest-8.3.5, pluggy-1.5.0423: rootdir: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python424: plugins: trio-0.8.0, rerunfailures-14.0425: collected 158 items / 1 error426: ==================================== ERRORS ====================================427: _______________ ERROR collecting tests/bidi/cdp/test_network.py ________________428: ImportError while importing test module '/home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/cdp/test_network.py'.429: Hint: make sure your test modules/packages have valid Python names.430: Traceback:431: /opt/hostedtoolcache/Python/3.9.21/x64/lib/python3.9/importlib/__init__.py:127: in import_module432: return _bootstrap._gcd_import(name[level:], package, level)433: tests/bidi/cdp/test_network.py:5: in <module>434: from selenium.webdriver.common.devtools.v131.network import Headers435: E ModuleNotFoundError: No module named 'selenium.webdriver.common.devtools.v131'436: =============================== warnings summary ===============================437: tests/bidi/test_bidi_logging.py:6438: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:6: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html439: @pytest.mark.driver_type("bidi")440: tests/bidi/test_bidi_logging.py:18441: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:18: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html442: @pytest.mark.driver_type("bidi")443: tests/bidi/test_bidi_logging.py:30444: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:30: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html445: @pytest.mark.driver_type("bidi")446: tests/bidi/test_bidi_logging.py:42447: /home/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/python/tests/bidi/test_bidi_logging.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.driver_type - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html448: @pytest.mark.driver_type("bidi")449: -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html450: =========================== short test summary info ============================451: ERROR tests/bidi/cdp/test_network.py452: !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!453: ========================= 4 warnings, 1 error in 1.70s =========================454: ##[endgroup]455: ##[error]Final attempt failed. Child_process exited with error code 2456: Post job cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.29.0->==4.30.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.