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

3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test failed: test_posix #87702

Closed
Thermi mannequin opened this issue Mar 18, 2021 · 4 comments
Closed

3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test failed: test_posix #87702

Thermi mannequin opened this issue Mar 18, 2021 · 4 comments
Labels
3.9 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@Thermi
Copy link
Mannequin

Thermi mannequin commented Mar 18, 2021

BPO 43536
Nosy @vstinner, @ned-deily, @Thermi
Files
  • config.log: config.log
  • PKGBUILD: PKGBUILD
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2022-01-28.02:43:10.366>
    created_at = <Date 2021-03-18.04:08:10.498>
    labels = ['type-bug', 'tests', '3.9']
    title = '3.9.2 --without-pymalloc --with-pydebug --with-valgrind: test failed: test_posix'
    updated_at = <Date 2022-01-28.02:43:10.365>
    user = 'https://github.com/Thermi'

    bugs.python.org fields:

    activity = <Date 2022-01-28.02:43:10.365>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-01-28.02:43:10.366>
    closer = 'vstinner'
    components = ['Tests']
    creation = <Date 2021-03-18.04:08:10.498>
    creator = 'Thermi'
    dependencies = []
    files = ['49887', '49888']
    hgrepos = []
    issue_num = 43536
    keywords = []
    message_count = 4.0
    messages = ['388986', '388987', '389167', '411965']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'ned.deily', 'Thermi']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue43536'
    versions = ['Python 3.9']

    @Thermi
    Copy link
    Mannequin Author

    Thermi mannequin commented Mar 18, 2021

    ----------------------------------------------------------------------

    Ran 210 tests in 0.950s

    OK (skipped=26)

    == Tests result: FAILURE ==

    412 tests OK.

    1 test failed:
    test_posix

    10 tests skipped:
    test_devpoll test_gdb test_kqueue test_msilib test_ossaudiodev
    test_startfile test_winconsoleio test_winreg test_winsound
    test_zipfile64

    Total duration: 1 hour 3 min
    Tests result: FAILURE

    test test_posix failed
    0:38:00 load avg: 1.89 [265/423/1] test_posixpath -- test_posix failed

    Possibly related: test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP) ... ERROR

    test_setscheduler_with_policy (test.test_posix.TestPosixSpawn) ... ERROR

    Distribution: Arch Linux
    Linux 5.11.6-arch1-1
    gcc 10.2.0-6
    glibc 2.33-4
    valgrind 3.16.1-4

    @Thermi Thermi mannequin added 3.9 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Mar 18, 2021
    @Thermi
    Copy link
    Mannequin Author

    Thermi mannequin commented Mar 18, 2021

    PKGBUILD I use to build the python package I need for debugging on Arch.

    Only changes to it are the addition of the 3 configure flags mentioned in the title.
    Other than that, it should work fine.
    I built the package previously without those changes and that worked.

    flags: --without-pymalloc --with-pydebug --with-valgrind

    @ned-deily
    Copy link
    Member

    Please report the verbose results from the failing test cases; otherwise we are just guessing at what the exact failure is. Use the -w or -v options to test.regrtest.

    @vstinner
    Copy link
    Member

    Without the test output, we cannot investigate the issue. I close it.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants