Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build directories#29979

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zooba merged 1 commit intopython:mainfromzooba:buildfix
Dec 8, 2021

Conversation

@zooba
Copy link
Member

@zoobazooba commentedDec 8, 2021
edited by bedevere-bot
Loading

@bedevere-bot
Copy link

bedevere-bot commentedDec 8, 2021
edited
Loading

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

Hi! The buildbotAMD64 Windows10 3.x has failed when building commitb0b3086.

What do you need to do:

  1. Don't panic.
  2. Checkthe 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/1536) and take a look at the build logs.
  4. Check if the failure is related to this commit (b0b3086) 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/1536

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

Click to see traceback logs
remote:Enumerating objects: 6, done.remote:Counting objects:  16% (1/6)remote:Counting objects:  33% (2/6)remote:Counting objects:  50% (3/6)remote:Counting objects:  66% (4/6)remote:Counting objects:  83% (5/6)remote:Counting objects: 100% (6/6)remote:Counting objects: 100% (6/6), done.remote:Compressing objects:  16% (1/6)remote:Compressing objects:  33% (2/6)remote:Compressing objects:  50% (3/6)remote:Compressing objects:  66% (4/6)remote:Compressing objects:  83% (5/6)remote:Compressing objects: 100% (6/6)remote:Compressing objects: 100% (6/6), done.remote:Total 6 (delta 0), reused 4 (delta 0), pack-reused 0From https://github.com/python/cpython * branch            main       -> FETCH_HEADNote:checking out 'b0b30862796e97b3f0ee358bcc61d21f0cc98441'.You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:  git checkout -b <new-branch-name>HEAD is now at b0b3086... [bpo-45582](https://bugs.python.org/issue45582): Write empty pybuilddir.txt on Windows to allow relocatable build directories (GH-29979)Switched to and reset branch 'main'Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pycThe system cannot find the file specified.Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zipERROR:collect_socket() failedTraceback (most recent call last):  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\pythoninfo.py", line785, incollect_info    collect_func(info_add)^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\pythoninfo.py", line535, incollect_socketimport socket^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\socket.py", line51, in<module>import _socket^^^^^^^^^^^^^^ModuleNotFoundError:No module named '_socket'ERROR:collect_test_support() failedTraceback (most recent call last):  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\pythoninfo.py", line785, incollect_info    collect_func(info_add)^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\pythoninfo.py", line627, incollect_test_support    call_func(info_add,'test_support._is_gui_available', support,'_is_gui_available')^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\pythoninfo.py", line73, incall_func    value= func()^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\support\__init__.py", line217, in_is_gui_availableimport ctypes^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\ctypes\__init__.py", line8, in<module>from _ctypesimport Union, Structure, Array^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ModuleNotFoundError:No module named '_ctypes'Collection failed: exit with errorCould not find platform dependent libraries <exec_prefix>Traceback (most recent call last):  File"D:\buildarea\3.x.bolen-windows10\build\Lib\runpy.py", line196, in_run_module_as_mainreturn _run_code(code, main_globals,None,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\runpy.py", line86, in_run_codeexec(code, run_globals)^^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\__main__.py", line1, in<module>from test.libregrtestimport main^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\libregrtest\__init__.py", line2, in<module>from test.libregrtest.mainimport main^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\libregrtest\main.py", line18, in<module>from test.libregrtest.setupimport setup_tests^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"D:\buildarea\3.x.bolen-windows10\build\Lib\test\libregrtest\setup.py", line109"\N{SMILING FACE WITH SUNGLASSES}",^SyntaxError:(unicode error) \N escapes not supported (can't load unicodedata module)Cannot open file 'D:\buildarea\3.x.bolen-windows10\build\test-results.xml' for uploadThe system cannot find the file specified.Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip

@zoobazooba mentioned this pull requestApr 10, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@zooba@bedevere-bot@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp