Hello folks, I'm seeing this error that causes a test failure on F32 for a noarch python package. It builds in mock on my x86_64 here, but on koji it gets a ppc64le builder and fails with this error. It's built fine on F33 and rawhide. Would anyone know what may be causing this? This is the build URL: https://koji.fedoraproject.org/koji/taskinfo?taskID=50777398 This is the failure: =================================== FAILURES =================================== _________________________________ test_bitmap __________________________________ @pytest.mark.piltest def test_bitmap(): > > from PIL import Image tests/test_bitmap.py:19: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ import atexit import builtins import io import logging import math import numbers import os import struct import sys import tempfile import warnings from collections.abc import Callable, MutableMapping from pathlib import Path > # VERSION was removed in Pillow 6.0.0. # PILLOW_VERSION was removed in Pillow 7.0.0. # Use __version__ instead. from . import ImageMode, TiffTags, UnidentifiedImageError, __version__, _plugins from ._binary import i8, i32le from ._util import deferred_error, isPath > logger = logging.getLogger(__name__) > > class DecompressionBombWarning(RuntimeWarning): pass > > class DecompressionBombError(Exception): pass > > # Limit to around a quarter gigabyte for a 24 bit (3 bpp) image MAX_IMAGE_PIXELS = int(1024 * 1024 * 1024 // 4 // 3) > > try: # If the _imaging C module is not present, Pillow will not load. # Note that other modules should not refer to _imaging directly; # import Image and use the Image.core variable instead. # Also note that Image.core is not a publicly documented interface, # and should be considered private and subject to change. > from . import _imaging as core E ImportError: /lib64/libgomp.so.1: cannot allocate memory in static TLS block /usr/lib64/python3.8/site-packages/PIL/Image.py:69: ImportError _____________________________ test_bitmap_asImage ______________________________ @pytest.mark.piltest def test_bitmap_asImage(): > from PIL import Image tests/test_bitmap.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ import atexit import builtins import io import logging import math import numbers import os import struct import sys import tempfile import warnings from collections.abc import Callable, MutableMapping from pathlib import Path > # VERSION was removed in Pillow 6.0.0. # PILLOW_VERSION was removed in Pillow 7.0.0. # Use __version__ instead. from . import ImageMode, TiffTags, UnidentifiedImageError, __version__, _plugins from ._binary import i8, i32le from ._util import deferred_error, isPath > logger = logging.getLogger(__name__) > > class DecompressionBombWarning(RuntimeWarning): pass > > class DecompressionBombError(Exception): pass > > # Limit to around a quarter gigabyte for a 24 bit (3 bpp) image MAX_IMAGE_PIXELS = int(1024 * 1024 * 1024 // 4 // 3) > > try: # If the _imaging C module is not present, Pillow will not load. # Note that other modules should not refer to _imaging directly; # import Image and use the Image.core variable instead. # Also note that Image.core is not a publicly documented interface, # and should be considered private and subject to change. > from . import _imaging as core E ImportError: /lib64/libgomp.so.1: cannot allocate memory in static TLS block /usr/lib64/python3.8/site-packages/PIL/Image.py:69: ImportError -- Thanks, Regards, Ankur Sinha "FranciscoD" (He / Him / His) | https://fedoraproject.org/wiki/User:Ankursinha Time zone: Europe/London
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx