The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/300/builds/973

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-fedora-rawhide-ppc64le

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RETURN_CONST', 'LOAD_FAST', 
'STORE_ATTR_SLOT', 'LOAD_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'LOAD_FAST', 
'RETURN_CONST', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'POP_TOP', 
'LOAD_FAST', 'RESUME_CHECK', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'RETURN_CONST', 'POP_TOP', 
'LOAD_FAST', 'RESUME_CHECK', 'CALL_ALLOC_AND_ENTER_INIT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'LOAD_FAST', 'RETURN_CONST', 
'UNARY_NOT', 'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 'LOAD_FAST', 
'RETURN_CONST', 'PUSH_NULL', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'RETURN_CONST', 
'POP_TOP', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RETURN_CONST', 
'LOAD_FAST', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_CONST', 'RETURN_CONST', 
'STORE_ATTR_SLOT', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'POP_TOP', 'UNARY_NOT', 
'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST', 'RESUME_CHECK'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/433/builds/1001

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: edelsohn-fedora-z

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RESUME_CHECK', 
'RETURN_CONST', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'POP_TOP', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'LOAD_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 'UNARY_NOT'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'LOAD_CONST', 
'RESUME_CHECK', 'RETURN_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'STORE_ATTR_SLOT', 'LOAD_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'RESUME_CHECK', 
'RETURN_CONST', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RESUME_CHECK', 'RETURN_CONST', 
'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST', 'POP_TOP', 'UNARY_NOT'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'RESUME_CHECK', 
'CALL_ALLOC_AND_ENTER_INIT', 'RETURN_CONST', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'LOAD_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'CALL_ALLOC_AND_ENTER_INIT', 'POP_TOP', 'PUSH_NULL'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_FAST', 'RETURN_CONST', 
'LOAD_ATTR_PROPERTY', 'RESUME_CHECK', 'POP_TOP'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora 
Rawhide Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/290/builds/948

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-fedora-rawhide-aarch64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_ATTR_PROPERTY', 
'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'RETURN_CONST', 
'CALL_ALLOC_AND_ENTER_INIT', 'PUSH_NULL', 'LOAD_FAST', 'RESUME_CHECK', 
'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_FAST', 
'POP_TOP', 'RESUME_CHECK', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RETURN_CONST', 'LOAD_CONST', 
'LOAD_FAST', 'RESUME_CHECK', 'STORE_ATTR_SLOT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RETURN_CONST', 'STORE_ATTR_SLOT', 
'LOAD_CONST', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_ATTR_CLASS', 
'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'RETURN_CONST', 
'CALL_ALLOC_AND_ENTER_INIT', 'LOAD_FAST', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_FAST', 
'POP_TOP', 'RESUME_CHECK', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'UNARY_NOT', 'RETURN_CONST', 
'LOAD_FAST', 'TO_BOOL_ALWAYS_TRUE', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'UNARY_NOT', 
'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE 
CentOS9 Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/867/builds/698

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-CentOS9-ppc64le

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_ATTR_PROPERTY', 
'LOAD_FAST', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_CONST', 'RETURN_CONST', 
'LOAD_FAST', 'STORE_ATTR_SLOT', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RESUME_CHECK', 'POP_TOP', 
'RETURN_CONST', 'LOAD_FAST', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_CONST', 'STORE_ATTR_SLOT', 
'RETURN_CONST', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_ATTR_CLASS', 
'LOAD_FAST', 'POP_TOP', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_ATTR_PROPERTY', 
'RETURN_CONST', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 
'RESUME_CHECK', 'RETURN_CONST', 'LOAD_FAST', 'POP_TOP', 'PUSH_NULL'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'UNARY_NOT', 
'LOAD_FAST', 'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'LOAD_FAST', 'POP_TOP', 'PUSH_NULL', 
'RETURN_CONST', 'CALL_ALLOC_AND_ENTER_INIT', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'TO_BOOL_ALWAYS_TRUE', 'POP_TOP', 
'RETURN_CONST', 'UNARY_NOT', 'LOAD_FAST', 'RESUME_CHECK'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Rawhide Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/16/builds/794

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: edelsohn-fedora-rawhide-z

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RETURN_CONST', 
'RESUME_CHECK', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 'POP_TOP', 
'LOAD_FAST', 'PUSH_NULL', 'RETURN_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 
'RETURN_CONST', 'PUSH_NULL', 'RESUME_CHECK', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_CONST', 'RETURN_CONST', 
'STORE_ATTR_SLOT', 'RESUME_CHECK', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_FAST', 
'RETURN_CONST', 'LOAD_ATTR_CLASS', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_FAST', 
'RETURN_CONST', 'RESUME_CHECK', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'TO_BOOL_ALWAYS_TRUE', 'UNARY_NOT', 
'POP_TOP', 'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'UNARY_NOT', 'POP_TOP', 
'RESUME_CHECK', 'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'LOAD_FAST', 
'RETURN_CONST', 'LOAD_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'LOAD_ATTR_PROPERTY', 'POP_TOP', 'LOAD_FAST'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/320/builds/956

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-fedora-stable-x86_64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'POP_TOP', 'PUSH_NULL', 'RESUME_CHECK', 
'CALL_ALLOC_AND_ENTER_INIT', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RESUME_CHECK', 'UNARY_NOT', 
'RETURN_CONST', 'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'RESUME_CHECK', 
'LOAD_ATTR_CLASS', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'POP_TOP', 'RESUME_CHECK', 'UNARY_NOT', 
'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'RESUME_CHECK', 
'LOAD_ATTR_PROPERTY', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'RESUME_CHECK', 
'RETURN_CONST', 'LOAD_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'RESUME_CHECK', 
'RETURN_CONST', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_CONST', 'RESUME_CHECK', 
'STORE_ATTR_SLOT', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RESUME_CHECK', 
'RETURN_CONST', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'RESUME_CHECK', 
'CALL_ALLOC_AND_ENTER_INIT', 'RETURN_CONST', 'POP_TOP', 'PUSH_NULL', 
'LOAD_FAST'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 RHEL8 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/551/builds/979

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL8-aarch64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RESUME_CHECK', 'LOAD_FAST', 
'RETURN_CONST', 'LOAD_ATTR_CLASS', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RESUME_CHECK', 'LOAD_FAST', 
'LOAD_ATTR_PROPERTY', 'RETURN_CONST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RESUME_CHECK', 'TO_BOOL_ALWAYS_TRUE', 
'LOAD_FAST', 'RETURN_CONST', 'UNARY_NOT', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'RETURN_CONST', 
'RESUME_CHECK', 'LOAD_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_ATTR_CLASS', 
'RESUME_CHECK', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'RETURN_CONST', 
'RESUME_CHECK', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RESUME_CHECK', 'LOAD_CONST', 
'STORE_ATTR_SLOT', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'RESUME_CHECK', 
'CALL_ALLOC_AND_ENTER_INIT', 'LOAD_FAST', 'RETURN_CONST', 'PUSH_NULL', 
'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 
'RETURN_CONST', 'RESUME_CHECK', 'LOAD_FAST', 'PUSH_NULL', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'UNARY_NOT', 'LOAD_FAST', 'TO_BOOL_ALWAYS_TRUE', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/853/builds/711

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-CentOS9-x86_64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 
'RETURN_CONST', 'POP_TOP', 'RESUME_CHECK', 'LOAD_FAST', 'PUSH_NULL'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_FAST', 'RETURN_CONST', 
'POP_TOP', 'RESUME_CHECK', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RETURN_CONST', 'STORE_ATTR_SLOT', 
'LOAD_CONST', 'RESUME_CHECK', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'LOAD_FAST', 
'RESUME_CHECK', 'RETURN_CONST', 'LOAD_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'POP_TOP', 
'RESUME_CHECK', 'LOAD_FAST', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'LOAD_FAST', 'RETURN_CONST', 
'POP_TOP', 'RESUME_CHECK', 'CALL_ALLOC_AND_ENTER_INIT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'TO_BOOL_ALWAYS_TRUE', 
'POP_TOP', 'RESUME_CHECK', 'LOAD_FAST', 'UNARY_NOT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'LOAD_FAST', 'RETURN_CONST', 
'UNARY_NOT', 'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'LOAD_ATTR_CLASS', 
'POP_TOP', 'RESUME_CHECK', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'LOAD_FAST', 
'RETURN_CONST', 'POP_TOP', 'RESUME_CHECK'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 
CentOS9 Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/840/builds/709

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-CentOS9-aarch64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_FAST', 
'RESUME_CHECK', 'RETURN_CONST', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'POP_TOP', 'LOAD_FAST', 
'CALL_ALLOC_AND_ENTER_INIT', 'RESUME_CHECK', 'RETURN_CONST', 'PUSH_NULL'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'RESUME_CHECK', 'POP_TOP', 
'RETURN_CONST', 'CALL_ALLOC_AND_ENTER_INIT', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'UNARY_NOT', 'TO_BOOL_ALWAYS_TRUE', 
'POP_TOP', 'LOAD_FAST', 'RESUME_CHECK', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RESUME_CHECK', 
'POP_TOP', 'RETURN_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_FAST', 'RESUME_CHECK', 
'RETURN_CONST', 'LOAD_CONST', 'STORE_ATTR_SLOT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RESUME_CHECK', 'RETURN_CONST', 
'STORE_ATTR_SLOT', 'LOAD_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_ATTR_CLASS', 
'LOAD_FAST', 'RESUME_CHECK', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RESUME_CHECK', 'UNARY_NOT', 'POP_TOP', 
'RETURN_CONST', 'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RESUME_CHECK', 'POP_TOP', 
'RETURN_CONST', 'LOAD_ATTR_PROPERTY', 'LOAD_FAST'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/75/builds/1004

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: edelsohn-rhel8-z

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'TO_BOOL_ALWAYS_TRUE', 'UNARY_NOT', 
'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'CALL_ALLOC_AND_ENTER_INIT', 
'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'POP_TOP', 'RESUME_CHECK', 'LOAD_FAST', 
'TO_BOOL_ALWAYS_TRUE', 'UNARY_NOT', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_FAST', 'LOAD_CONST', 
'RETURN_CONST', 'RESUME_CHECK', 'STORE_ATTR_SLOT'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'RESUME_CHECK', 
'LOAD_FAST', 'LOAD_ATTR_CLASS', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'LOAD_FAST', 
'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'POP_TOP', 'RESUME_CHECK', 'LOAD_FAST', 
'CALL_ALLOC_AND_ENTER_INIT', 'PUSH_NULL', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RESUME_CHECK', 'LOAD_FAST', 
'STORE_ATTR_SLOT', 'LOAD_CONST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'RESUME_CHECK', 
'LOAD_FAST', 'RETURN_CONST', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_asyncio/test_streams.py",
 line 1160, in test_unhandled_exception
    self.assertEqual(messages[0]['message'],
                     ~~~~~~~~^^^
IndexError: list index out of range


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_FAST', 'LOAD_ATTR_PROPERTY', 
'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_unhandled_exception - 
test.test_asyncio.test_streams.StreamTests.test_unhandled_exception
- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/129/builds/994

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: edelsohn-rhel-z

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'STORE_ATTR_SLOT', 'LOAD_FAST', 'LOAD_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RETURN_CONST', 
'RESUME_CHECK', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'LOAD_FAST', 'STORE_ATTR_SLOT', 'LOAD_CONST'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'LOAD_ATTR_PROPERTY', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'LOAD_FAST', 'TO_BOOL_ALWAYS_TRUE', 'POP_TOP', 'UNARY_NOT'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'TO_BOOL_ALWAYS_TRUE', 'RETURN_CONST', 
'UNARY_NOT', 'RESUME_CHECK', 'LOAD_FAST', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'RETURN_CONST', 'RESUME_CHECK', 
'PUSH_NULL', 'LOAD_FAST', 'POP_TOP', 'CALL_ALLOC_AND_ENTER_INIT'}


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'RETURN_CONST', 
'CALL_ALLOC_AND_ENTER_INIT', 'RESUME_CHECK', 'LOAD_FAST', 'POP_TOP', 
'PUSH_NULL'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/259/builds/1001

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL8-x86_64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_ATTR_PROPERTY', 
'LOAD_FAST', 'RESUME_CHECK', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'LOAD_CONST', 'RESUME_CHECK', 
'LOAD_FAST', 'STORE_ATTR_SLOT', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'TO_BOOL_ALWAYS_TRUE', 'RESUME_CHECK', 
'LOAD_FAST', 'POP_TOP', 'RETURN_CONST', 'UNARY_NOT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RESUME_CHECK', 'LOAD_FAST', 
'LOAD_ATTR_PROPERTY', 'POP_TOP', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'POP_TOP', 'LOAD_FAST', 
'LOAD_ATTR_CLASS', 'RESUME_CHECK', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'CALL_ALLOC_AND_ENTER_INIT', 'PUSH_NULL', 
'RESUME_CHECK', 'LOAD_FAST', 'POP_TOP', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_CLASS', 'RESUME_CHECK', 
'LOAD_FAST', 'POP_TOP', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 
'UNARY_NOT', 'LOAD_FAST', 'RESUME_CHECK', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_glob.py",
 line 487, in test_selflink
    self.assertIn(path, results)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/'
 not found in 
{'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link
 /link/link/', 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 'dir/
 
link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/',
 'dir
 
/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'POP_TOP', 'LOAD_FAST', 'PUSH_NULL', 
'RESUME_CHECK', 'RETURN_CONST', 'CALL_ALLOC_AND_ENTER_INIT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'LOAD_FAST', 
'LOAD_CONST', 'RESUME_CHECK', 'RETURN_CONST'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type
- test_selflink - test.test_glob.SymlinkLoopGlobTests.test_selflink




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/562/builds/1005

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'STORE_ATTR_SLOT', 'LOAD_CONST', 
'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'UNARY_NOT', 'LOAD_FAST', 
'RETURN_CONST', 'RESUME_CHECK', 'TO_BOOL_ALWAYS_TRUE', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'CALL_ALLOC_AND_ENTER_INIT', 
'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_ATTR_PROPERTY', 'RESUME_CHECK', 
'POP_TOP', 'RETURN_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'RESUME_CHECK', 'LOAD_ATTR_CLASS', 
'POP_TOP', 'RETURN_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 121, in test_class_load_attr_specialization_user_type
    self._check_specialization(load_foo_1, A, "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_FAST', 'LOAD_ATTR_CLASS', 
'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 172, in test_property_load_attr_specialization_user_type
    self._check_specialization(load_x_1, G(), "LOAD_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'LOAD_ATTR' not found in {'LOAD_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'POP_TOP', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 132, in test_class_load_attr_specialization_static_type
    self._assign_and_check_valid_version(str)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 90, in _assign_and_check_valid_version
    self.assertNotEqual(type_get_version(user_type), 0)
    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 191, in test_store_attr_specialization_user_type
    self._check_specialization(store_bar_1, B(), "STORE_ATTR", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'STORE_ATTR' not found in {'RESUME_CHECK', 'RETURN_CONST', 
'STORE_ATTR_SLOT', 'LOAD_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 211, in test_class_call_specialization_user_type
    self._check_specialization(call_class_1, F, "CALL", should_specialize=True)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'CALL' not found in {'PUSH_NULL', 'RESUME_CHECK', 'POP_TOP', 
'RETURN_CONST', 'LOAD_FAST', 'CALL_ALLOC_AND_ENTER_INIT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 230, in test_to_bool_specialization_user_type
    self._check_specialization(to_bool_1, H(), "TO_BOOL", 
should_specialize=True)
    
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_type_cache.py",
 line 101, in _check_specialization
    self.assertIn(opname, self._all_opnames(func))
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'TO_BOOL' not found in {'RESUME_CHECK', 'POP_TOP', 'UNARY_NOT', 
'TO_BOOL_ALWAYS_TRUE', 'RETURN_CONST', 'LOAD_FAST'}



Test report
===========

Failed tests:

- test_type_cache

Failed subtests:

- test_class_call_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_call_specialization_user_type
- test_class_load_attr_specialization_static_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_static_type
- test_to_bool_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_to_bool_specialization_user_type
- test_store_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_store_attr_specialization_user_type
- test_property_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_property_load_attr_specialization_user_type
- test_class_load_attr_specialization_user_type - 
test.test_type_cache.TypeCacheWithSpecializationTests.test_class_load_attr_specialization_user_type




Sincerely,
 -The Buildbot

_______________________________________________
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com

Reply via email to