Skip to content

gh-112984 Update Windows build for free-threaded builds#113129

Merged
zooba merged 24 commits into
python:mainfrom
zooba:gh-112984
Jan 17, 2024
Merged

gh-112984 Update Windows build for free-threaded builds#113129
zooba merged 24 commits into
python:mainfrom
zooba:gh-112984

Conversation

@zooba

@zooba zooba commented Dec 14, 2023

Copy link
Copy Markdown
Member

@zooba
zooba marked this pull request as ready for review December 21, 2023 20:34
@rhettinger
rhettinger removed their request for review December 21, 2023 20:42
@zooba
zooba merged commit f56d132 into python:main Jan 17, 2024
@zooba
zooba deleted the gh-112984 branch January 17, 2024 21:53
@zooba

zooba commented Jan 17, 2024

Copy link
Copy Markdown
Member Author

Please bring any issues arising from this directly to #112984 and not here.

@bedevere-bot

Copy link
Copy Markdown

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Windows10 3.x has failed when building commit f56d132.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/146/builds/7463) and take a look at the build logs.
  4. Check if the failure is related to this commit (f56d132) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/146/builds/7463

Failed tests:

  • test_ctypes

Failed subtests:

  • test_load_dll_with_flags - test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\test\test_ctypes\test_loading.py", line 156, in test_load_dll_with_flags
    shutil.copy(os.path.join(os.path.dirname(src), "sqlite3" + ext),
    ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                os.path.join(tmp, "sqlite3" + ext))
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\shutil.py", line 427, in copy
    copyfile(src, dst, follow_symlinks=follow_symlinks)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\shutil.py", line 259, in copyfile
    with open(src, 'rb') as fsrc:
         ~~~~^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\buildarea\\3.x.bolen-windows10\\build\\PCbuild\\amd64\\sqlite3.dll'

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.

2 participants