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

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

Worker for this Build: cstratak-RHEL8-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-RHEL8-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-RHEL8-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', 
'RETURN_CONST', 'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP', 'PUSH_NULL'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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 {'STORE_ATTR_SLOT', 'RETURN_CONST', 
'LOAD_CONST', 'RESUME_CHECK', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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-RHEL8-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-RHEL8-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', 
'RESUME_CHECK', 'LOAD_FAST', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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_ATTR_CLASS', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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_CONST', 
'STORE_ATTR_SLOT', 'LOAD_FAST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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', 
'LOAD_FAST', 'TO_BOOL_ALWAYS_TRUE', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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_FAST', 
'LOAD_ATTR_PROPERTY', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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_FAST', 
'RESUME_CHECK', 'POP_TOP', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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', 'UNARY_NOT', 
'RETURN_CONST', 'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-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-RHEL8-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', 
'RETURN_CONST', 'POP_TOP', 'PUSH_NULL', '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 PPC64LE Fedora 
Stable Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/280/builds/939

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

Worker for this Build: cstratak-fedora-stable-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-stable-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-stable-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 {'RESUME_CHECK', 'RETURN_CONST', 
'STORE_ATTR_SLOT', 'LOAD_CONST', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'RESUME_CHECK', 
'RETURN_CONST', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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 {'RESUME_CHECK', 'RETURN_CONST', 
'PUSH_NULL', 'POP_TOP', 'CALL_ALLOC_AND_ENTER_INIT', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'LOAD_FAST', 
'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'LOAD_ATTR_PROPERTY', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'RESUME_CHECK', 
'RETURN_CONST', 'UNARY_NOT', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'PUSH_NULL', 
'CALL_ALLOC_AND_ENTER_INIT', 'RETURN_CONST', 'RESUME_CHECK', 'POP_TOP'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'LOAD_ATTR_CLASS', 
'RETURN_CONST', 'POP_TOP', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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-stable-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-stable-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 {'STORE_ATTR_SLOT', 'LOAD_CONST', 
'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'UNARY_NOT', 
'TO_BOOL_ALWAYS_TRUE', 'RETURN_CONST', '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 
Stable Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/123/builds/971

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

Worker for this Build: cstratak-fedora-stable-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-stable-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-stable-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', 'STORE_ATTR_SLOT', 'LOAD_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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_FAST', 'RESUME_CHECK', 
'POP_TOP', 'RETURN_CONST', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py",
 line 3157, in test_rapid_restart
    manager.start()
    ~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/managers.py",
 line 569, in start
    self._address = reader.recv()
                    ~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py",
 line 250, in recv
    buf = self._recv_bytes()
          ~~~~~~~~~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py",
 line 430, in _recv_bytes
    buf = self._recv(4)
          ~~~~~~~~~~^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py",
 line 399, in _recv
    raise EOFError
EOFError


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py",
 line 314, in _bootstrap
    self.run()
    ~~~~~~~~^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py",
 line 108, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/managers.py",
 line 594, in _run_server
    server = cls._Server(registry, address, authkey, serializer)
             ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/managers.py",
 line 159, in __init__
    self.listener = Listener(address=address, backlog=16)
                    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py",
 line 464, in __init__
    self._listener = SocketListener(address, family, backlog)
                     ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/connection.py",
 line 607, in __init__
    self._socket.bind(address)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^
OSError: [Errno 98] Address already in use
ERROR


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'RETURN_CONST', 
'POP_TOP', 'UNARY_NOT', 'TO_BOOL_ALWAYS_TRUE', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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 {'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP', 
'RETURN_CONST', 'UNARY_NOT', 'TO_BOOL_ALWAYS_TRUE'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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-fedora-stable-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-stable-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', 'RETURN_CONST', 
'POP_TOP', 'LOAD_FAST', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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_FAST', 'RESUME_CHECK', 
'POP_TOP', 'RETURN_CONST', 'LOAD_ATTR_CLASS'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'RETURN_CONST', 'POP_TOP', 'PUSH_NULL', 
'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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', 'RETURN_CONST', 
'POP_TOP', 'LOAD_ATTR_CLASS', 'LOAD_FAST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-fedora-stable-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-stable-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 {'LOAD_FAST', 'RESUME_CHECK', 'POP_TOP', 
'RETURN_CONST', 'CALL_ALLOC_AND_ENTER_INIT', '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_rapid_restart - 
test.test_multiprocessing_forkserver.test_manager.WithManagerTestManagerRestart.test_rapid_restart
- 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 RHEL7 
Refleaks 3.x while building Python.
Full details are available at:
    https://buildbot.python.org/all/#/builders/205/builds/983

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

Worker for this Build: cstratak-RHEL7-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-RHEL7-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-RHEL7-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 {'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 
'RESUME_CHECK', 'LOAD_FAST', 'RETURN_CONST', 'UNARY_NOT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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_FAST', 
'RETURN_CONST', 'RESUME_CHECK', 'LOAD_ATTR_PROPERTY'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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 {'POP_TOP', 'RESUME_CHECK', 'LOAD_FAST', 
'RETURN_CONST', 'CALL_ALLOC_AND_ENTER_INIT', 'PUSH_NULL'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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-RHEL7-ppc64le.refleak/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
    self._lock(fcntl.lockf, "lockf")
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/_test_eintr.py",
 line 517, in _lock
    raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.7 sec


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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 {'POP_TOP', 'LOAD_FAST', 'RETURN_CONST', 
'RESUME_CHECK', 'PUSH_NULL', 'CALL_ALLOC_AND_ENTER_INIT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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_FAST', 
'RETURN_CONST', 'LOAD_ATTR_CLASS', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/test_eintr.py",
 line 17, in test_all
    script_helper.run_test_script(script)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.refleak/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
    raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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', 'RESUME_CHECK', 
'LOAD_ATTR_CLASS', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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', 'POP_TOP', 
'RESUME_CHECK', 'LOAD_FAST', 'RETURN_CONST'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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', 'RESUME_CHECK', 
'LOAD_FAST', 'RETURN_CONST', 'STORE_ATTR_SLOT'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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', 
'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK'}


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL7-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-RHEL7-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 {'POP_TOP', 'TO_BOOL_ALWAYS_TRUE', 
'UNARY_NOT', 'LOAD_FAST', 'RETURN_CONST', 'RESUME_CHECK'}



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

Failed tests:

- test_eintr
- test_functools
- 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_lockf - __main__.FNTLEINTRTest.test_lockf
- 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_all - test.test_eintr.EINTRTests.test_all
- 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 leaking resources:

- test_functools: memory blocks




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