Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)" #71

Closed
wants to merge 2 commits into from

TEMP docs change to trigger docs CI

406faa7
Select commit
Loading
Failed to load commit list.
Closed

Revert "gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)" #71

TEMP docs change to trigger docs CI
406faa7
Select commit
Loading
Failed to load commit list.
Azure Pipelines / hugovk.cpython failed Oct 20, 2024 in 45m 39s

Build #20241020.11 had test failures

Details

Tests

  • Failed: 5 (0.00%)
  • Passed: 140,055 (93.05%)
  • Other: 10,459 (6.95%)
  • Total: 150,519

Annotations

Check failure on line 32760 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hugovk.cpython

Build log #L32760

Cmd.exe exited with code '2'.

Check failure on line 1 in test.test_os.ReadlinkTests.test_bytes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hugovk.cpython

test.test_os.ReadlinkTests.test_bytes

BytesWarning: Comparison between bytes and string
Raw output
Traceback (most recent call last):
  File "D:\a\1\s\Lib\unittest\case.py", line 58, in testPartExecutor
    yield
  File "D:\a\1\s\Lib\unittest\case.py", line 697, in doCleanups
    self._callCleanup(function, *args, **kwargs)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 623, in _callCleanup
    function(*args, **kwargs)
    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\test\support\os_helper.py", line 345, in unlink
    _unlink(filename)
    ~~~~~~~^^^^^^^^^^
  File "D:\a\1\s\Lib\test\support\os_helper.py", line 385, in _unlink
    _waitfor(os.unlink, filename)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\test\support\os_helper.py", line 376, in _waitfor
    if not (L if waitall else name in L):
                              ^^^^^^^^^
BytesWarning: Comparison between bytes and string

Check failure on line 1 in test.test_os.ReadlinkTests.test_pathlike_bytes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hugovk.cpython

test.test_os.ReadlinkTests.test_pathlike_bytes

BytesWarning: Comparison between bytes and string
Raw output
Traceback (most recent call last):
  File "D:\a\1\s\Lib\unittest\case.py", line 58, in testPartExecutor
    yield
  File "D:\a\1\s\Lib\unittest\case.py", line 697, in doCleanups
    self._callCleanup(function, *args, **kwargs)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 623, in _callCleanup
    function(*args, **kwargs)
    ~~~~~~~~^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\test\support\os_helper.py", line 345, in unlink
    _unlink(filename)
    ~~~~~~~^^^^^^^^^^
  File "D:\a\1\s\Lib\test\support\os_helper.py", line 385, in _unlink
    _waitfor(os.unlink, filename)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\test\support\os_helper.py", line 376, in _waitfor
    if not (L if waitall else name in L):
                              ^^^^^^^^^
BytesWarning: Comparison between bytes and string

Check failure on line 1 in test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hugovk.cpython

test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context

AssertionError: 3221225477 not found in (0, -15)
Raw output
Traceback (most recent call last):
  File "D:\a\1\s\Lib\unittest\case.py", line 58, in testPartExecutor
    yield
  File "D:\a\1\s\Lib\unittest\case.py", line 660, in run
    self._callTestMethod(testMethod)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 606, in _callTestMethod
    result = method()
  File "D:\a\1\s\Lib\test\_test_multiprocessing.py", line 3040, in test_mymanager_context
    self.assertIn(manager._process.exitcode, (0, -signal.SIGTERM))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 1183, in assertIn
    self.fail(self._formatMessage(msg, standardMsg))
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 741, in fail
    raise self.failureException(msg)
AssertionError: 3221225477 not found in (0, -15)

Check failure on line 1 in test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted

See this annotation in the file changed.

@azure-pipelines azure-pipelines / hugovk.cpython

test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted

AssertionError: 3221225477 != 0
Raw output
Traceback (most recent call last):
  File "D:\a\1\s\Lib\unittest\case.py", line 58, in testPartExecutor
    yield
  File "D:\a\1\s\Lib\unittest\case.py", line 660, in run
    self._callTestMethod(testMethod)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 606, in _callTestMethod
    result = method()
  File "D:\a\1\s\Lib\test\_test_multiprocessing.py", line 3047, in test_mymanager_context_prestarted
    self.assertEqual(manager._process.exitcode, 0)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 916, in assertEqual
    assertion_func(first, second, msg=msg)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\a\1\s\Lib\unittest\case.py", line 909, in _baseAssertEqual
    raise self.failureException(msg)
AssertionError: 3221225477 != 0