René's URL Explorer Experiment


Title: test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Linux 6.10.x · Issue #122136 · python/cpython · GitHub

Open Graph Title: test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Linux 6.10.x · Issue #122136 · python/cpython

X Title: test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Linux 6.10.x · Issue #122136 · python/cpython

Description: Bug report Bug description: Hello, we run the testsuite of the optimized and debug builds of Python in Fedora CI. Since the addition in 4159644 the test has constantly failed like this on Fedora Rawhide / Fedora Linux 41 (the development...

Open Graph Description: Bug report Bug description: Hello, we run the testsuite of the optimized and debug builds of Python in Fedora CI. Since the addition in 4159644 the test has constantly failed like this on Fedora Ra...

X Description: Bug report Bug description: Hello, we run the testsuite of the optimized and debug builds of Python in Fedora CI. Since the addition in 4159644 the test has constantly failed like this on Fedora Ra...

Opengraph URL: https://github.com/python/cpython/issues/122136

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Linux 6.10.x","articleBody":"# Bug report\r\n\r\n### Bug description:\r\n\r\nHello, we run the testsuite of the optimized and debug builds of Python in Fedora CI. Since the addition in https://github.com/python/cpython/commit/415964417771946dcb7a163951913adf84644b6d the test has constantly failed like this on Fedora Rawhide / Fedora Linux 41 (the development version). It passes on Fedora 40 and 39.\r\n\r\n```pytb\r\n======================================================================\r\nFAIL: test_abort_clients (test.test_asyncio.test_server.TestServer2.test_abort_clients)\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n  File \"/usr/lib64/python3.13/unittest/async_case.py\", line 93, in _callTestMethod\r\n    if self._callMaybeAsync(method) is not None:\r\n       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^\r\n  File \"/usr/lib64/python3.13/unittest/async_case.py\", line 115, in _callMaybeAsync\r\n    return self._asyncioRunner.run(\r\n           ~~~~~~~~~~~~~~~~~~~~~~~^\r\n        func(*args, **kwargs),\r\n        ^^^^^^^^^^^^^^^^^^^^^^\r\n        context=self._asyncioTestContext,\r\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n    )\r\n    ^\r\n  File \"/usr/lib64/python3.13/asyncio/runners.py\", line 118, in run\r\n    return self._loop.run_until_complete(task)\r\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^\r\n  File \"/usr/lib64/python3.13/asyncio/base_events.py\", line 721, in run_until_complete\r\n    return future.result()\r\n           ~~~~~~~~~~~~~^^\r\n  File \"/usr/lib64/python3.13/test/test_asyncio/test_server.py\", line 249, in test_abort_clients\r\n    self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0)\r\n    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\nAssertionError: 0 == 0\r\n\r\n----------------------------------------------------------------------\r\n```\r\n\r\nI was unable to reproduce this outside of Fedora CI. Perhaps this has to do with how the network is configured, no idea.\r\n\r\nThis is the output of `python3.13 -m test.pythoninfo`:\r\n\r\n\u003cdetails\u003e\r\n\r\n```\r\nPython debug information\r\n========================\r\n\r\nCC.version: gcc (GCC) 14.1.1 20240701 (Red Hat 14.1.1-7)\r\n_decimal.__libmpdec_version__: 2.5.1\r\n_testcapi.LONG_MAX: 9223372036854775807\r\n_testcapi.PY_SSIZE_T_MAX: 9223372036854775807\r\n_testcapi.Py_C_RECURSION_LIMIT: 10000\r\n_testcapi.SIZEOF_TIME_T: 8\r\n_testcapi.SIZEOF_WCHAR_T: 4\r\n_testinternalcapi.SIZEOF_PYGC_HEAD: 16\r\n_testinternalcapi.SIZEOF_PYOBJECT: 16\r\nbuild.NDEBUG: ignore assertions (macro defined)\r\nbuild.Py_DEBUG: No (sys.gettotalrefcount() missing)\r\nbuild.Py_TRACE_REFS: No (sys.getobjects() missing)\r\nbuild.WITH_DOC_STRINGS: Yes\r\nbuild.WITH_DTRACE: Yes\r\nbuild.WITH_FREELISTS: Yes\r\nbuild.WITH_MIMALLOC: Yes\r\nbuild.WITH_PYMALLOC: Yes\r\nbuild.WITH_VALGRIND: Yes\r\nbuiltins.float.double_format: IEEE, little-endian\r\nbuiltins.float.float_format: IEEE, little-endian\r\nconfig[_config_init]: 2\r\nconfig[_init_main]: True\r\nconfig[_install_importlib]: True\r\nconfig[_is_python_build]: False\r\nconfig[argv]: ['-m']\r\nconfig[base_exec_prefix]: '/usr'\r\nconfig[base_executable]: '/usr/bin/python3.13'\r\nconfig[base_prefix]: '/usr'\r\nconfig[buffered_stdio]: True\r\nconfig[bytes_warning]: 0\r\nconfig[check_hash_pycs_mode]: 'default'\r\nconfig[code_debug_ranges]: True\r\nconfig[configure_c_stdio]: True\r\nconfig[cpu_count]: -1\r\nconfig[dev_mode]: False\r\nconfig[dump_refs]: False\r\nconfig[dump_refs_file]: None\r\nconfig[exec_prefix]: '/usr'\r\nconfig[executable]: '/usr/bin/python3.13'\r\nconfig[faulthandler]: False\r\nconfig[filesystem_encoding]: 'utf-8'\r\nconfig[filesystem_errors]: 'surrogateescape'\r\nconfig[hash_seed]: 0\r\nconfig[home]: None\r\nconfig[import_time]: False\r\nconfig[inspect]: False\r\nconfig[install_signal_handlers]: True\r\nconfig[int_max_str_digits]: 4300\r\nconfig[interactive]: False\r\nconfig[isolated]: False\r\nconfig[malloc_stats]: False\r\nconfig[module_search_paths]: ['/usr/lib64/python313.zip', '/usr/lib64/python3.13', '/usr/lib64/python3.13/lib-dynload']\r\nconfig[module_search_paths_set]: True\r\nconfig[optimization_level]: 0\r\nconfig[orig_argv]: ['python3.13', '-m', 'test.pythoninfo']\r\nconfig[parse_argv]: True\r\nconfig[parser_debug]: False\r\nconfig[pathconfig_warnings]: True\r\nconfig[perf_profiling]: 0\r\nconfig[platlibdir]: 'lib64'\r\nconfig[prefix]: '/usr'\r\nconfig[program_name]: 'python3.13'\r\nconfig[pycache_prefix]: None\r\nconfig[pythonpath_env]: None\r\nconfig[quiet]: False\r\nconfig[run_command]: None\r\nconfig[run_filename]: None\r\nconfig[run_module]: 'test.pythoninfo'\r\nconfig[safe_path]: False\r\nconfig[show_ref_count]: False\r\nconfig[site_import]: True\r\nconfig[skip_source_first_line]: False\r\nconfig[stdio_encoding]: 'utf-8'\r\nconfig[stdio_errors]: 'strict'\r\nconfig[stdlib_dir]: '/usr/lib64/python3.13'\r\nconfig[sys_path_0]: '/var/str/python/selftest'\r\nconfig[tracemalloc]: 0\r\nconfig[use_environment]: True\r\nconfig[use_frozen_modules]: True\r\nconfig[use_hash_seed]: False\r\nconfig[user_site_directory]: True\r\nconfig[verbose]: 0\r\nconfig[warn_default_encoding]: False\r\nconfig[warnoptions]: []\r\nconfig[write_bytecode]: True\r\nconfig[xoptions]: []\r\ncurses.ncurses_version: curses.ncurses_version(major=6, minor=4, patch=20240127)\r\ndatetime.datetime.now: 2024-07-22 16:05:29.258162\r\nexpat.EXPAT_VERSION: expat_2.6.2\r\nfips.linux_crypto_fips_enabled: 0\r\nfips.openssl_fips_mode: 0\r\ngdb_version: GNU gdb (Fedora Linux) 14.2-14.fc41\r\ngdbm.GDBM_VERSION: 1.23.0\r\nglobal_config[Py_BytesWarningFlag]: 0\r\nglobal_config[Py_DebugFlag]: 0\r\nglobal_config[Py_DontWriteBytecodeFlag]: 0\r\nglobal_config[Py_FileSystemDefaultEncodeErrors]: 'surrogateescape'\r\nglobal_config[Py_FileSystemDefaultEncoding]: 'utf-8'\r\nglobal_config[Py_FrozenFlag]: 0\r\nglobal_config[Py_HasFileSystemDefaultEncoding]: 0\r\nglobal_config[Py_HashRandomizationFlag]: 1\r\nglobal_config[Py_IgnoreEnvironmentFlag]: 0\r\nglobal_config[Py_InspectFlag]: 0\r\nglobal_config[Py_InteractiveFlag]: 0\r\nglobal_config[Py_IsolatedFlag]: 0\r\nglobal_config[Py_NoSiteFlag]: 0\r\nglobal_config[Py_NoUserSiteDirectory]: 0\r\nglobal_config[Py_OptimizeFlag]: 0\r\nglobal_config[Py_QuietFlag]: 0\r\nglobal_config[Py_UTF8Mode]: 0\r\nglobal_config[Py_UnbufferedStdioFlag]: 0\r\nglobal_config[Py_VerboseFlag]: 0\r\nglobal_config[_Py_HasFileSystemDefaultEncodeErrors]: 0\r\nlibregrtests.build_info: release shared LTO+PGO valgrind dtrace\r\nlocale.getencoding: UTF-8\r\nos.cpu_count: 2\r\nos.environ[HOME]: /root\r\nos.environ[LANG]: en_US.UTF-8\r\nos.environ[PATH]: /root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/var/str/python/selftest\r\nos.environ[SHELL]: /bin/bash\r\nos.environ[TERM]: xterm\r\nos.getcwd: /var/str/python/selftest\r\nos.getegid: 0\r\nos.geteuid: 0\r\nos.getgid: 0\r\nos.getgrouplist: 0\r\nos.getgroups: 0\r\nos.getloadavg: (1.19873046875, 0.60791015625, 0.2412109375)\r\nos.getrandom: ready (initialized)\r\nos.getresgid: (0, 0, 0)\r\nos.getresuid: (0, 0, 0)\r\nos.getuid: 0\r\nos.login: root\r\nos.name: posix\r\nos.process_cpu_count: 2\r\nos.supports_bytes_environ: True\r\nos.supports_effective_ids: ['access']\r\nos.supports_fd: ['chdir', 'chmod', 'chown', 'execve', 'listdir', 'pathconf', 'scandir', 'stat', 'statvfs', 'truncate', 'utime']\r\nos.supports_follow_symlinks: ['access', 'chown', 'link', 'stat', 'utime']\r\nos.umask: 0o022\r\nos.uname: posix.uname_result(sysname='Linux', nodename='ip-172-31-17-184.us-east-2.compute.internal', release='6.11.0-0.rc0.20240719git720261cfc732.7.fc41.x86_64', version='#1 SMP PREEMPT_DYNAMIC Fri Jul 19 16:59:06 UTC 2024', machine='x86_64')\r\nplatform.architecture: 64bit ELF\r\nplatform.freedesktop_os_release[ID]: fedora\r\nplatform.freedesktop_os_release[NAME]: Fedora Linux\r\nplatform.freedesktop_os_release[VARIANT_ID]: cloud\r\nplatform.freedesktop_os_release[VERSION]: 41 (Cloud Edition Prerelease)\r\nplatform.freedesktop_os_release[VERSION_ID]: 41\r\nplatform.libc_ver: glibc 2.39.9000\r\nplatform.platform: Linux-6.11.0-0.rc0.20240719git720261cfc732.7.fc41.x86_64-x86_64-with-glibc2.39.9000\r\nplatform.python_implementation: CPython\r\npre_config[_config_init]: 2\r\npre_config[allocator]: 0\r\npre_config[coerce_c_locale]: 0\r\npre_config[coerce_c_locale_warn]: 0\r\npre_config[configure_locale]: 1\r\npre_config[dev_mode]: 0\r\npre_config[isolated]: 0\r\npre_config[parse_argv]: 1\r\npre_config[use_environment]: 1\r\npre_config[utf8_mode]: 0\r\npwd.getpwuid(0): pwd.struct_passwd(pw_name='root', pw_passwd='x', pw_uid=0, pw_gid=0, pw_gecos='Super User', pw_dir='/root', pw_shell='/bin/bash')\r\npymem.allocator: pymalloc\r\nreadline._READLINE_LIBRARY_VERSION: 8.2\r\nreadline._READLINE_RUNTIME_VERSION: 0x802\r\nreadline._READLINE_VERSION: 0x802\r\nresource.RLIMIT_AS: (-1, -1)\r\nresource.RLIMIT_CORE: (-1, -1)\r\nresource.RLIMIT_CPU: (-1, -1)\r\nresource.RLIMIT_DATA: (-1, -1)\r\nresource.RLIMIT_FSIZE: (-1, -1)\r\nresource.RLIMIT_MEMLOCK: (8388608, 8388608)\r\nresource.RLIMIT_MSGQUEUE: (819200, 819200)\r\nresource.RLIMIT_NICE: (0, 0)\r\nresource.RLIMIT_NOFILE: (1024, 524288)\r\nresource.RLIMIT_NPROC: (15042, 15042)\r\nresource.RLIMIT_OFILE: (1024, 524288)\r\nresource.RLIMIT_RSS: (-1, -1)\r\nresource.RLIMIT_RTPRIO: (0, 0)\r\nresource.RLIMIT_RTTIME: (-1, -1)\r\nresource.RLIMIT_SIGPENDING: (15042, 15042)\r\nresource.RLIMIT_STACK: (8388608, -1)\r\nresource.pagesize: 4096\r\nsocket.hostname: ip-172-31-17-184.us-east-2.compute.internal\r\nsqlite3.sqlite_version: 3.46.0\r\nssl.HAS_SNI: True\r\nssl.OPENSSL_VERSION: OpenSSL 3.2.2 4 Jun 2024\r\nssl.OPENSSL_VERSION_INFO: (3, 2, 0, 2, 0)\r\nssl.OP_ALL: 0x80000050\r\nssl.OP_NO_TLSv1_1: 0x10000000\r\nssl.SSLContext.maximum_version: -1\r\nssl.SSLContext.minimum_version: -2\r\nssl.SSLContext.options: 2186412112\r\nssl.SSLContext.protocol: 16\r\nssl.SSLContext.verify_mode: 2\r\nssl.default_https_context.maximum_version: -1\r\nssl.default_https_context.minimum_version: -2\r\nssl.default_https_context.options: 2186412112\r\nssl.default_https_context.protocol: 16\r\nssl.default_https_context.verify_mode: 2\r\nssl.environ[OPENSSL_CONF]: /non-existing-file\r\nssl.stdlib_context.maximum_version: -1\r\nssl.stdlib_context.minimum_version: -2\r\nssl.stdlib_context.options: 2186412112\r\nssl.stdlib_context.protocol: 16\r\nssl.stdlib_context.verify_mode: 0\r\nsubprocess._USE_POSIX_SPAWN: True\r\nsupport.MS_WINDOWS: False\r\nsupport._is_gui_available: False\r\nsupport.check_sanitizer(address=True): False\r\nsupport.check_sanitizer(memory=True): False\r\nsupport.check_sanitizer(ub=True): False\r\nsupport.has_fork_support: True\r\nsupport.has_socket_support: True\r\nsupport.has_strftime_extensions: True\r\nsupport.has_subprocess_support: True\r\nsupport.is_android: False\r\nsupport.is_emscripten: False\r\nsupport.is_jython: False\r\nsupport.is_wasi: False\r\nsupport.python_is_optimized: True\r\nsupport_os_helper.can_chmod: True\r\nsupport_os_helper.can_dac_override: True\r\nsupport_os_helper.can_symlink: True\r\nsupport_os_helper.can_xattr: True\r\nsupport_socket_helper.IPV6_ENABLED: True\r\nsupport_socket_helper.has_gethostname: True\r\nsupport_socket_helper.tcp_blackhole: False\r\nsupport_threading_helper.can_start_thread: True\r\nsys._is_gil_enabled: True\r\nsys.api_version: 1013\r\nsys.builtin_module_names: ('_abc', '_ast', '_codecs', '_collections', '_functools', '_imp', '_io', '_locale', '_operator', '_signal', '_sre', '_stat', '_string', '_suggestions', '_symtable', '_sysconfig', '_thread', '_tokenize', '_tracemalloc', '_typing', '_warnings', '_weakref', 'atexit', 'builtins', 'errno', 'faulthandler', 'gc', 'itertools', 'marshal', 'posix', 'pwd', 'sys', 'time')\r\nsys.byteorder: little\r\nsys.dont_write_bytecode: False\r\nsys.executable: /usr/bin/python3.13\r\nsys.filesystem_encoding: utf-8/surrogateescape\r\nsys.flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0, dev_mode=False, utf8_mode=0, warn_default_encoding=0, safe_path=False, int_max_str_digits=4300)\r\nsys.float_info: sys.float_info(max=1.7976931348623157e+308, max_exp=1024, max_10_exp=308, min=2.2250738585072014e-308, min_exp=-1021, min_10_exp=-307, dig=15, mant_dig=53, epsilon=2.220446049250313e-16, radix=2, rounds=1)\r\nsys.float_repr_style: short\r\nsys.getrecursionlimit: 1000\r\nsys.hash_info: sys.hash_info(width=64, modulus=2305843009213693951, inf=314159, nan=0, imag=1000003, algorithm='siphash13', hash_bits=64, seed_bits=128, cutoff=0)\r\nsys.hexversion: 51183796\r\nsys.implementation: namespace(name='cpython', cache_tag='cpython-313', version=sys.version_info(major=3, minor=13, micro=0, releaselevel='beta', serial=4), hexversion=51183796, _multiarch='x86_64-linux-gnu')\r\nsys.int_info: sys.int_info(bits_per_digit=30, sizeof_digit=4, default_max_str_digits=4300, str_digits_check_threshold=640)\r\nsys.maxsize: 9223372036854775807\r\nsys.maxunicode: 1114111\r\nsys.path: ['/var/str/python/selftest', '/usr/lib64/python313.zip', '/usr/lib64/python3.13', '/usr/lib64/python3.13/lib-dynload', '/usr/lib64/python3.13/site-packages', '/usr/lib/python3.13/site-packages']\r\nsys.platform: linux\r\nsys.platlibdir: lib64\r\nsys.prefix: /usr\r\nsys.stderr.encoding: utf-8/backslashreplace\r\nsys.stdin.encoding: utf-8/strict\r\nsys.stdout.encoding: utf-8/strict\r\nsys.thread_info: sys.thread_info(name='pthread', lock='semaphore', version='NPTL 2.39.9000')\r\nsys.version: 3.13.0b4 (main, Jul 19 2024, 00:00:00) [GCC 14.1.1 20240701 (Red Hat 14.1.1-7)]\r\nsys.version_info: sys.version_info(major=3, minor=13, micro=0, releaselevel='beta', serial=4)\r\nsysconfig.is_python_build: False\r\nsysconfig[CCSHARED]: -fPIC\r\nsysconfig[CC]: gcc\r\nsysconfig[CFLAGSFORSHARED]: -fPIC\r\nsysconfig[CFLAGS]: -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -O3\r\nsysconfig[CONFIG_ARGS]: '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--runstatedir=/run' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-platlibdir=lib64' '--enable-ipv6' '--enable-shared' '--with-computed-gotos=yes' '--with-dbmliborder=gdbm:ndbm:bdb' '--with-system-expat' '--with-system-ffi' '--with-system-libmpdec' '--enable-loadable-sqlite-extensions' '--with-dtrace' '--with-lto' '--with-ssl-default-suites=openssl' '--without-static-libpython' '--with-wheel-pkg-dir=/usr/share/python-wheels' '--with-valgrind' '--without-ensurepip' '--enable-experimental-jit=yes-off' '--enable-optimizations' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' 'CC=gcc' 'CFLAGS=-fcf-protection -fexceptions ' 'LDFLAGS= ' 'CPPFLAGS='\r\nsysconfig[HOST_GNU_TYPE]: x86_64-redhat-linux-gnu\r\nsysconfig[MACHDEP]: linux\r\nsysconfig[MULTIARCH]: x86_64-linux-gnu\r\nsysconfig[OPT]: -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions\r\nsysconfig[PGO_PROF_USE_FLAG]: -fprofile-use -fprofile-correction\r\nsysconfig[PY_CFLAGS]: -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -O3\r\nsysconfig[PY_CFLAGS_NODIST]: -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -D_GNU_SOURCE -fPIC -fwrapv -D_Py_TIER2=3 -D_Py_JIT -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -D_GNU_SOURCE -fPIC -fwrapv -O3 -fprofile-use -fprofile-correction -I/builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4/Include/internal -I/builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4/Include/internal/mimalloc\r\nsysconfig[PY_CORE_LDFLAGS]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -g\r\nsysconfig[PY_LDFLAGS_NODIST]: -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -g -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes -g\r\nsysconfig[PY_STDMODULE_CFLAGS]: -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -O3 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -D_GNU_SOURCE -fPIC -fwrapv -D_Py_TIER2=3 -D_Py_JIT -fno-semantic-interposition -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -D_GNU_SOURCE -fPIC -fwrapv -O3 -fprofile-use -fprofile-correction -I/builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4/Include/internal -I/builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4/Include/internal/mimalloc -IObjects -IInclude -IPython -I. -I/builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4/Include -fPIC\r\nsysconfig[Py_DEBUG]: 0\r\nsysconfig[Py_ENABLE_SHARED]: 1\r\nsysconfig[Py_GIL_DISABLED]: 0\r\nsysconfig[SHELL]: /bin/sh -e\r\nsysconfig[SOABI]: cpython-313-x86_64-linux-gnu\r\nsysconfig[TEST_MODULES]: yes\r\nsysconfig[abs_builddir]: /builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4/build/optimized\r\nsysconfig[abs_srcdir]: /builddir/build/BUILD/python3.13-3.13.0_b4-build/Python-3.13.0b4\r\nsysconfig[prefix]: /usr\r\nsysconfig[srcdir]: /usr/lib64/python3.13/config-3.13-x86_64-linux-gnu\r\ntempfile.gettempdir: /tmp\r\ntest_socket.HAVE_SOCKET_ALG: True\r\ntest_socket.HAVE_SOCKET_BLUETOOTH: False\r\ntest_socket.HAVE_SOCKET_CAN: False\r\ntest_socket.HAVE_SOCKET_CAN_ISOTP: False\r\ntest_socket.HAVE_SOCKET_CAN_J1939: False\r\ntest_socket.HAVE_SOCKET_HYPERV: False\r\ntest_socket.HAVE_SOCKET_QIPCRTR: True\r\ntest_socket.HAVE_SOCKET_RDS: False\r\ntest_socket.HAVE_SOCKET_UDPLITE: True\r\ntest_socket.HAVE_SOCKET_VSOCK: True\r\ntime.altzone: 0\r\ntime.daylight: 0\r\ntime.get_clock_info(monotonic): namespace(implementation='clock_gettime(CLOCK_MONOTONIC)', monotonic=True, adjustable=False, resolution=1e-09)\r\ntime.get_clock_info(perf_counter): namespace(implementation='clock_gettime(CLOCK_MONOTONIC)', monotonic=True, adjustable=False, resolution=1e-09)\r\ntime.get_clock_info(process_time): namespace(implementation='clock_gettime(CLOCK_PROCESS_CPUTIME_ID)', monotonic=True, adjustable=False, resolution=1e-09)\r\ntime.get_clock_info(thread_time): namespace(implementation='clock_gettime(CLOCK_THREAD_CPUTIME_ID)', monotonic=True, adjustable=False, resolution=1e-09)\r\ntime.get_clock_info(time): namespace(implementation='clock_gettime(CLOCK_REALTIME)', monotonic=False, adjustable=True, resolution=1e-09)\r\ntime.time: 1721664329.3427575\r\ntime.timezone: 0\r\ntime.tzname: ('UTC', 'UTC')\r\ntkinter.TCL_VERSION: 8.6\r\ntkinter.TK_VERSION: 8.6\r\ntkinter.info_patchlevel: 8.6.14\r\nzlib.ZLIB_RUNTIME_VERSION: 1.3.1.zlib-ng\r\nzlib.ZLIB_VERSION: 1.3.1.zlib-ng\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\nWe invoke the installed tests like this:\r\n\r\n```\r\npython3.13 -m test -wW -j0 -i test_check_probes\r\n```\r\n\r\nI'd like to debug this and see if something is wrong with the test or perhaps in Fedora 41. But I don't know where to start.\r\n\r\n### CPython versions tested on:\r\n\r\n3.13\r\n\r\n### Operating systems tested on:\r\n\r\nLinux\r\n\r\n\u003c!-- gh-linked-prs --\u003e\r\n### Linked PRs\r\n* gh-123423\r\n* gh-123443\r\n\u003c!-- /gh-linked-prs --\u003e\r\n","author":{"url":"https://github.com/hroncok","@type":"Person","name":"hroncok"},"datePublished":"2024-07-22T18:40:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":19},"url":"https://github.com/122136/cpython/issues/122136"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b85dbac4-22cc-b440-d90b-bff2dfef1569
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD42C:3E5E5E:35EA74:479092:696B67D6
html-safe-noncea5014cade75db4ec21f7a0b4e9d8aab2ee307dbb7b8eedcd86933887a70a3ea6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENDJDOjNFNUU1RTozNUVBNzQ6NDc5MDkyOjY5NkI2N0Q2IiwidmlzaXRvcl9pZCI6IjcwNjc0MDQxNzY2NTE0MTM0NjIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmace15cbf289f136dfca70cf8c326ee5902b0b3bb878eadf6afa240e5c4a65c56c7
hovercard-subject-tagissue:2423537908
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/122136/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4724bef5da141b37f9e91c9d1612de5f371bc337cdfe5541a1d1199bba024afd/python/cpython/issues/122136
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4724bef5da141b37f9e91c9d1612de5f371bc337cdfe5541a1d1199bba024afd/python/cpython/issues/122136
og:image:altBug report Bug description: Hello, we run the testsuite of the optimized and debug builds of Python in Fedora CI. Since the addition in 4159644 the test has constantly failed like this on Fedora Ra...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamehroncok
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/122136#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F122136
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F122136
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/122136
Reloadhttps://github.com/python/cpython/issues/122136
Reloadhttps://github.com/python/cpython/issues/122136
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/122136
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/122136
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/122136
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/122136
test.test_asyncio.test_server.TestServer2.test_abort_clients consistently fails on Linux 6.10.xhttps://github.com/python/cpython/issues/122136#top
testsTests in the Lib/test dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22tests%22
topic-asynciohttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-asyncio%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
https://github.com/hroncok
https://github.com/hroncok
hroncokhttps://github.com/hroncok
on Jul 22, 2024https://github.com/python/cpython/issues/122136#issue-2423537908
4159644https://github.com/python/cpython/commit/415964417771946dcb7a163951913adf84644b6d
gh-122136: test_asyncio: Don't fail if the kernel buffers more data than advertised #123423https://github.com/python/cpython/pull/123423
[3.13] gh-122136: test_asyncio: Don't fail if the kernel buffers more data than advertised (GH-123423) #123443https://github.com/python/cpython/pull/123443
testsTests in the Lib/test dirhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22tests%22
topic-asynciohttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-asyncio%22
type-bugAn unexpected behavior, bug, or errorhttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-bug%22
asynciohttps://github.com/orgs/python/projects/29
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.