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

gh-107450: Fix parser column offset overflow test on Windows #110768

Merged
merged 3 commits into from
Oct 13, 2023

Conversation

lysnikolaou
Copy link
Contributor

@lysnikolaou lysnikolaou commented Oct 12, 2023

@colesbury
Copy link
Contributor

The test is also slow (~12 seconds in debug mode) and uses gigabytes of memory, so it might make sense to put a @support.requires_resource('cpu')

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@miss-islington
Copy link
Contributor

Thanks @lysnikolaou for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 13, 2023
…ythonGH-110768)

(cherry picked from commit 05439d3)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-app
Copy link

bedevere-app bot commented Oct 13, 2023

GH-110808 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Oct 13, 2023
@bedevere-app
Copy link

bedevere-app bot commented Oct 13, 2023

GH-110809 is a backport of this pull request to the 3.11 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Oct 13, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 13, 2023
…ythonGH-110768)

(cherry picked from commit 05439d3)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL7 3.x has failed when building commit 05439d3.

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/15/builds/5931) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/15/builds/5931

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 3.x has failed when building commit 05439d3.

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/185/builds/5252) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/185/builds/5252

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot s390x Debian 3.x has failed when building commit 05439d3.

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/49/builds/6896) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/49/builds/6896

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD 3.x has failed when building commit 05439d3.

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/1223/builds/453) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/1223/builds/453

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@lysnikolaou
Copy link
Contributor Author

Working on a fix.

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL7 3.x has failed when building commit 05439d3.

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/179/builds/5716) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/179/builds/5716

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot s390x SLES 3.x has failed when building commit 05439d3.

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

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot ARM64 macOS 3.x has failed when building commit 05439d3.

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/725/builds/5967) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/725/builds/5967

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 LTO 3.x has failed when building commit 05439d3.

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/64/builds/5300) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/64/builds/5300

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot aarch64 RHEL8 LTO + PGO 3.x has failed when building commit 05439d3.

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/78/builds/5607) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/78/builds/5607

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot aarch64 Debian Clang LTO + PGO 3.x has failed when building commit 05439d3.

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/1084/builds/2305) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/1084/builds/2305

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Fedora Stable LTO + PGO 3.x has failed when building commit 05439d3.

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/29/builds/4947) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/29/builds/4947

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot aarch64 RHEL8 3.x has failed when building commit 05439d3.

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/529/builds/5174) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/529/builds/5174

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL7 LTO + PGO 3.x has failed when building commit 05439d3.

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/244/builds/5674) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/244/builds/5674

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.x has failed when building commit 05439d3.

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/469/builds/6279) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/469/builds/6279

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Fedora Stable 3.x has failed when building commit 05439d3.

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/543/builds/4666) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/543/builds/4666

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 RHEL8 LTO + PGO 3.x has failed when building commit 05439d3.

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/568/builds/5064) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/568/builds/5064

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot aarch64 RHEL8 LTO 3.x has failed when building commit 05439d3.

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/338/builds/5322) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/338/builds/5322

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot s390x RHEL7 LTO 3.x has failed when building commit 05439d3.

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/402/builds/5622) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/402/builds/5622

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot x86-64 macOS 3.x has failed when building commit 05439d3.

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/366/builds/5633) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/366/builds/5633

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Fedora Stable Clang 3.x has failed when building commit 05439d3.

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/441/builds/4672) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/441/builds/4672

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource
  • test_interpreter_shutdown - test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_concurrent_futures/test_shutdown.py", line 50, in test_interpreter_shutdown
    self.assertEqual(out.strip(), b"apple")
AssertionError: b'' != b'apple'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok


TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Fedora Stable Clang Installed 3.x has failed when building commit 05439d3.

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/350/builds/4677) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/350/builds/4677

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.13/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

lysnikolaou added a commit that referenced this pull request Oct 13, 2023
…H-110768) (#110808)

(cherry picked from commit 05439d3)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
lysnikolaou added a commit that referenced this pull request Oct 13, 2023
…H-110768) (#110809)

(cherry picked from commit 05439d3)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Fedora Stable LTO 3.x has failed when building commit 05439d3.

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/271/builds/4060) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/271/builds/4060

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/support/__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Windows11 Bigmem 3.x has failed when building commit 05439d3.

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/1079/builds/2509) and take a look at the build logs.
  4. Check if the failure is related to this commit (05439d3) 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/1079/builds/2509

Failed tests:

  • test_exceptions

Failed subtests:

  • testMemoryErrorBigSource - test.test_exceptions.ExceptionTests.testMemoryErrorBigSource

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

==

Click to see traceback logs
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok


Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok


Traceback (most recent call last):
  File "R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\__init__.py", line 1004, in wrapper
    return f(self, maxsize)
           ^^^^^^^^^^^^^^^^
TypeError: ExceptionTests.testMemoryErrorBigSource() takes 1 positional argument but 2 were given


Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants