Sorry, something went wrong.
|
You didn't patch all calls to errprint(). Well, another approach is to put the exit() in errprint() directly. Moreover, test_tabnanny fails. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you, this looks straightforward enough
Sorry, something went wrong.
| sys.stderr.write(sep + str(arg)) | ||
| sep = " " | ||
| sys.stderr.write("\n") | ||
| sys.exit(1) |
There was a problem hiding this comment.
Can the whole errprint() be replaced with this:
?
Sorry, something went wrong.
|
Thank you Jaysinh and Erlend! |
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Windows10 3.x has failed when building commit 8176334. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/146/builds/4607 Failed tests:
Summary of the results of the build (if available): == Tests result: FAILURE then SUCCESS == 399 tests OK. 10 slowest tests:
35 tests skipped: 1 re-run test: Total duration: 25 min 14 sec Click to see traceback logsremote: Enumerating objects: 11, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 11 (delta 2), reused 2 (delta 2), pack-reused 1
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '81763341ede99ea5ae8993a57b8e3b71b46b2d72'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 8176334... gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
Switched to and reset branch 'main'
Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(50) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
|
Sorry, something went wrong.
Setting appropriate exit code when tabnanny is exiting with errors. Occurrences of errprint under chec() are escaped with a reason to continue traversing files under a directory.