INFO: not using any hashes in /data/userland-archives/hashes for regex-2024.11.6.tar.gz (overridden with --hash)
Source /data/userland-archives/regex-2024.11.6.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/r/regex/regex-2024.11.6.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/regex/regex-2024.11.6 to /jenkins/jobs/oi-userland/workspace/components/python/regex/build/amd64-3.9
* Getting build dependencies for wheel...
running egg_info
writing regex.egg-info/PKG-INFO
writing dependency_links to regex.egg-info/dependency_links.txt
writing top-level names to regex.egg-info/top_level.txt
reading manifest file 'regex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'regex.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex
copying regex_3/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex
copying regex_3/regex.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex
copying regex_3/_regex_core.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex
copying regex_3/test_regex.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex
running build_ext
building 'regex._regex' extension
creating build/temp.solaris-2.11-i86pc.64bit-cpython-39/regex_3
/usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c regex_3/_regex.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/regex_3/_regex.o
In function 'unicode_slice',
    inlined from 'get_slice' at regex_3/_regex.c:18628:16,
    inlined from 'get_slice' at regex_3/_regex.c:18625:28,
    inlined from 'state_get_group' at regex_3/_regex.c:20573:12,
    inlined from 'pattern_findall' at regex_3/_regex.c:22164:21:
regex_3/_regex.c:18600:12: warning: array subscript 'PyASCIIObject[0]' is partly outside array bounds of 'PyObject[1]' {aka 'struct _object[1]'} [-Warray-bounds=]
18600 |     length = PyUnicode_GET_LENGTH(string);
In file included from /usr/include/python3.9/pytime.h:6,
                 from /usr/include/python3.9/Python.h:81,
                 from regex_3/_regex.c:50:
/usr/include/python3.9/object.h: In function 'pattern_findall':
/usr/include/python3.9/object.h:516:22: note: object '_Py_NoneStruct' of size 16
  516 | PyAPI_DATA(PyObject) _Py_NoneStruct; /* Don't use this directly */
      |                      ^~~~~~~~~~~~~~
/usr/gcc/13/bin/gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -D_REENTRANT -m64 -O2 -g -gdwarf-4 -gstrict-dwarf -msave-args -fno-reorder-functions -fno-reorder-blocks-and-partition -fPIC -DPIC -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -D_XPG6 -m64 -O3 -fPIC -I/usr/include/python3.9 -c regex_3/_regex_unicode.c -o build/temp.solaris-2.11-i86pc.64bit-cpython-39/regex_3/_regex_unicode.o
/usr/gcc/13/bin/gcc -shared -m64 -fPIC -DPIC -m64 -fPIC -DPIC -m64 -m64 -O3 build/temp.solaris-2.11-i86pc.64bit-cpython-39/regex_3/_regex.o build/temp.solaris-2.11-i86pc.64bit-cpython-39/regex_3/_regex_unicode.o -L/usr/lib/amd64 -o build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex/_regex.cpython-39.so
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/regex
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex/regex.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./regex
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./regex
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex/_regex.cpython-39.so -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./regex
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex/test_regex.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./regex
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/regex/_regex_core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./regex
running install_egg_info
running egg_info
writing regex.egg-info/PKG-INFO
writing dependency_links to regex.egg-info/dependency_links.txt
writing top-level names to regex.egg-info/top_level.txt
reading manifest file 'regex.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'regex.egg-info/SOURCES.txt'
Copying regex.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./regex-2024.11.6-py3.9.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/regex-2024.11.6.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/regex/build/amd64-3.9/dist/.tmp-c6ryo987/regex-2024.11.6-cp39-cp39-solaris_2_11_i86pc_64bit.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'regex/__init__.py'
adding 'regex/_regex.cpython-39.so'
adding 'regex/_regex_core.py'
adding 'regex/regex.py'
adding 'regex/test_regex.py'
adding 'regex-2024.11.6.dist-info/LICENSE.txt'
adding 'regex-2024.11.6.dist-info/METADATA'
adding 'regex-2024.11.6.dist-info/WHEEL'
adding 'regex-2024.11.6.dist-info/top_level.txt'
adding 'regex-2024.11.6.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built regex-2024.11.6-cp39-cp39-solaris_2_11_i86pc_64bit.whl
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/regex/build/manifest-i386-regex-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/regex/build/manifest-i386-regex.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/regex
pkg://openindiana.org/library/python/regex-39@2024.11.6,5.11-2024.0.0.0:20241109T113250Z
PUBLISHED
pkg://openindiana.org/library/python/regex@2024.11.6,5.11-2024.0.0.0:20241109T113300Z
PUBLISHED
pkg://openindiana.org/library/python/regex-37@2023.6.3,5.11-2023.0.0.1:20241109T113316Z
PUBLISHED