Skip to content

chore: fast forward upstream changes to v2.18.0 #123

chore: fast forward upstream changes to v2.18.0

chore: fast forward upstream changes to v2.18.0 #123

GitHub Actions / Test Results (Dockerfile) failed Nov 18, 2024 in 0s

5 fail, 433 pass in 13m 55s

    51 files      51 suites   13m 55s ⏱️
   438 tests    433 ✅   0 💤   5 ❌
22 338 runs  21 676 ✅ 420 💤 242 ❌

Results for commit 8968ceb.

Annotations

Check warning on line 25 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Dockerfile)

All 51 runs failed: test_composite_action (python.test.test_action_yml.TestActionYml)

artifacts/Test Results (python-3.10, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.7, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, windows-2022)/test-results/pytest.xml [took 0s]
Raw output
AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
Diff is 24748 characters long. Set self.maxDiff to None to see it.
self = <test_action_yml.TestActionYml testMethod=test_composite_action>

    def test_composite_action(self):
>       self.do_test_composite_action('composite')

test_action_yml.py:27: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:58: in do_test_composite_action
    self.assertEqual(dockerfile_action_wo_runs, composite_action_wo_runs)
E   AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
E   Diff is 24748 characters long. Set self.maxDiff to None to see it.

Check warning on line 28 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Dockerfile)

All 51 runs failed: test_linux_action (python.test.test_action_yml.TestActionYml)

artifacts/Test Results (python-3.10, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.7, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, windows-2022)/test-results/pytest.xml [took 0s]
Raw output
AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
Diff is 24748 characters long. Set self.maxDiff to None to see it.
self = <test_action_yml.TestActionYml testMethod=test_linux_action>

    def test_linux_action(self):
>       self.do_test_composite_action('linux')

test_action_yml.py:30: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:58: in do_test_composite_action
    self.assertEqual(dockerfile_action_wo_runs, composite_action_wo_runs)
E   AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
E   Diff is 24748 characters long. Set self.maxDiff to None to see it.

Check warning on line 31 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Dockerfile)

All 51 runs failed: test_macos_action (python.test.test_action_yml.TestActionYml)

artifacts/Test Results (python-3.10, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.7, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, windows-2022)/test-results/pytest.xml [took 0s]
Raw output
AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
Diff is 24748 characters long. Set self.maxDiff to None to see it.
self = <test_action_yml.TestActionYml testMethod=test_macos_action>

    def test_macos_action(self):
>       self.do_test_composite_action('macos')

test_action_yml.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:58: in do_test_composite_action
    self.assertEqual(dockerfile_action_wo_runs, composite_action_wo_runs)
E   AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
E   Diff is 24748 characters long. Set self.maxDiff to None to see it.

Check warning on line 34 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Dockerfile)

38 out of 51 runs failed: test_windows_action (python.test.test_action_yml.TestActionYml)

artifacts/Test Results (python-3.10, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.7, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-24.04)/test-results/pytest.xml [took 0s]
Raw output
AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != 'e594996205319a7990b3a4ec677d10a3'
- b0048519e3287ae9cfc634aeda40cbfe
+ e594996205319a7990b3a4ec677d10a3
 : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml
self = <test_action_yml.TestActionYml testMethod=test_windows_action>

    def test_windows_action(self):
>       self.do_test_composite_action('windows')

test_action_yml.py:36: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:85: in do_test_composite_action
    self.assertEqual(expected_hash, cache_hash, msg='Changing python/requirements.txt requires '
E   AssertionError: 'b0048519e3287ae9cfc634aeda40cbfe' != 'e594996205319a7990b3a4ec677d10a3'
E   - b0048519e3287ae9cfc634aeda40cbfe
E   + e594996205319a7990b3a4ec677d10a3
E    : Changing python/requirements.txt requires to update the MD5 hash in composite/action.yaml

Check warning on line 37 in python/test/test_action_yml.py

See this annotation in the file changed.

@github-actions github-actions / Test Results (Dockerfile)

All 51 runs failed: test_windows_bash_action (python.test.test_action_yml.TestActionYml)

artifacts/Test Results (python-3.10, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.10, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.11, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.12, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.13, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.7, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.8, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2019)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-3.9, windows-2022)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-13)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-14)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, macos-15)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-20.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-22.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, ubuntu-24.04)/test-results/pytest.xml [took 0s]
artifacts/Test Results (python-installed, windows-2022)/test-results/pytest.xml [took 0s]
Raw output
AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
Diff is 24748 characters long. Set self.maxDiff to None to see it.
self = <test_action_yml.TestActionYml testMethod=test_windows_bash_action>

    def test_windows_bash_action(self):
>       self.do_test_composite_action('windows/bash')

test_action_yml.py:39: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_action_yml.py:58: in do_test_composite_action
    self.assertEqual(dockerfile_action_wo_runs, composite_action_wo_runs)
E   AssertionError: {'nam[24 chars]s', 'description': 'Publishes JUnit, NUnit, XU[8997 chars]en'}} != {'nam[24 chars]s', 'author': 'step-security', 'description': [9024 chars]en'}}
E   Diff is 24748 characters long. Set self.maxDiff to None to see it.