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

gh-109739: regrtest disables load tracker if refleak#109871

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
vstinner merged 1 commit intopython:mainfromvstinner:regrtest_load_tracker
Sep 26, 2023

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedSep 25, 2023
edited by bedevere-appbot
Loading

Disable the Windwos load tracker when hunting reference leak.

@vstinner
Copy link
MemberAuthor

Windows x64 failed: issue#109401

ERROR: test_default_timeout (test.test_threading.BarrierTests.test_default_timeout)

regrtest: Fix reference leak check on Windows. Disable the loadtracker on Windows in the reference leak check mode (-R option).
@vstinnervstinnerenabled auto-merge (squash)September 26, 2023 00:10
@vstinnervstinnerenabled auto-merge (squash)September 26, 2023 00:10
@vstinner
Copy link
MemberAuthor

macOS failed: test.test_concurrent_futures.test_deadlock failed (env changed): issuegh-109832.

Windows x64 failed again: it's a new issue, issuegh-109878, see below:

FAIL: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started)(...)AssertionError: 0.1879999999998745 not less than 0.1

@vstinnervstinner merged commit4091deb intopython:mainSep 26, 2023
@vstinnervstinner deleted the regrtest_load_tracker branchSeptember 26, 2023 01:05
@bedevere-bot
Copy link

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

Hi! The buildbots390x SLES 3.x has failed when building commit4091deb.

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/540/builds/6633) and take a look at the build logs.
  4. Check if the failure is related to this commit (4091deb) 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/540/builds/6633

Failed tests:

  • test_tools

Failed subtests:

  • test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_tools/test_freeze.py", line32, intest_freeze_simple_script    outdir, scriptfile, python= helper.prepare(script, outdir)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line146, inprepare    copy_source_tree(srcdir,SRCDIR)  File"/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line95, incopy_source_tree    shutil.copytree(oldroot, newroot,ignore=ignore_non_src)  File"/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/shutil.py", line588, incopytreereturn _copytree(entries=entries,src=src,dst=dst,symlinks=symlinks,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/shutil.py", line542, in_copytreeraise Error(errors)shutil.Error:[('/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_44669æ/@test_44669_tmpæ/brokenLinkLoop', '/tmp/test_python_agyxig8m/tmpjzcaj6lc/cpython/build/test_python_44669æ/@test_44669_tmpæ/brokenLinkLoop', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_44669æ/@test_44669_tmpæ/brokenLinkLoop'"), (<DirEntry '@test_44669_tmpæ'>, '/tmp/test_python_agyxig8m/tmpjzcaj6lc/cpython/build/test_python_44669æ/@test_44669_tmpæ', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_44669æ/@test_44669_tmpæ'")]

@bedevere-bot
Copy link

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

Hi! The buildbots390x RHEL8 LTO + PGO 3.x has failed when building commit4091deb.

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/442/builds/5042) and take a look at the build logs.
  4. Check if the failure is related to this commit (4091deb) 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/442/builds/5042

Failed tests:

  • test_eintr

Failed subtests:

  • test_flock -main.FNTLEINTRTest.test_flock
  • test_all - test.test_eintr.EINTRTests.test_all

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

==

Click to see traceback logs
Traceback (most recent call last):  File"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line209, inmain    cache[rtype].remove(name)KeyError:'/psm_0a287f08'Traceback (most recent call last):  File"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_eintr.py", line17, intest_all    script_helper.run_test_script(script)  File"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/support/script_helper.py", line300, inrun_test_scriptraiseAssertionError(f"{name} failed")AssertionError:script _test_eintr.py failedTraceback (most recent call last):  File"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/_test_eintr.py", line526, intest_flockself._lock(fcntl.flock,"flock")  File"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/_test_eintr.py", line515, in_lockself.assertGreaterEqual(dt,self.sleep_time)AssertionError:0.19782951299566776 not greater than or equal to 0.2

csm10495 pushed a commit to csm10495/cpython that referenced this pull requestSep 28, 2023
…9871)regrtest: Fix reference leak check on Windows. Disable the loadtracker on Windows in the reference leak check mode (-R option).
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…9871)regrtest: Fix reference leak check on Windows. Disable the loadtracker on Windows in the reference leak check mode (-R option).
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
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@vstinner@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp