Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/rh-python36-PyYAML-3.12-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/c71708-updates-armhfp/root'shell=Falseuid=1004env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.n5aZKd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf PyYAML-3.12 + /usr/bin/gzip -dc /builddir/build/SOURCES/PyYAML-3.12.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd PyYAML-3.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod a-x examples/yaml-highlight/yaml_hl.py + sed -i 's|#!/usr/bin/python||' examples/yaml-highlight/yaml_hl.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Y2EHNp + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + scl enable rh-python36 - running build running build_py creating build creating build/lib.linux-armv7l-3.6 creating build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/representer.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/reader.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/emitter.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/parser.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/dumper.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/serializer.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/constructor.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/loader.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/tokens.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/events.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/__init__.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/resolver.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/error.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/nodes.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/scanner.py -> build/lib.linux-armv7l-3.6/yaml copying lib3/yaml/composer.py -> build/lib.linux-armv7l-3.6/yaml running build_ext building '_yaml' extension creating build/temp.linux-armv7l-3.6 creating build/temp.linux-armv7l-3.6/ext gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -I/opt/rh/rh-python36/root/usr/include/python3.6m -c ext/_yaml.c -o build/temp.linux-armv7l-3.6/ext/_yaml.o In file included from ext/_yaml.c:271:0: ext/_yaml.h:10:0: warning: "PyString_CheckExact" redefined [enabled by default] #define PyString_CheckExact PyBytes_CheckExact ^ ext/_yaml.c:139:0: note: this is the location of the previous definition #define PyString_CheckExact PyUnicode_CheckExact ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1410:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:2577:5: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [enabled by default] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' but argument is of type 'int (*)(void *, char *, size_t, size_t *)' yaml_parser_set_input(yaml_parser_t *parser, ^ ext/_yaml.c:2818:5: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' yaml_parser_set_input_string(yaml_parser_t *parser, ^ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:4572:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:4584:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:5444:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:5518:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:5592:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:5604:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:5716:5: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:1304:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:7424:9: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:7436:9: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:7655:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:7749:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:7790:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:7811:5: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:1304:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^ ext/_yaml.c:8179:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:8220:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:8449:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:8490:7: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:10094:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:10378:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:10434:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c:10490:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:11109:3: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:1304:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( ^ ext/_yaml.c:11310:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:11841:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:12435:5: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) ^ In file included from /opt/rh/rh-python36/root/usr/include/python3.6m/Python.h:77:0, from ext/_yaml.c:4: /opt/rh/rh-python36/root/usr/include/python3.6m/unicodeobject.h:702:23: note: expected 'const char *' but argument is of type 'yaml_char_t *' PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:13630:3: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [enabled by default] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t)' but argument is of type 'int (*)(void *, char *, size_t)' yaml_emitter_set_output(yaml_emitter_t *emitter, ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:15002:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:15117:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c:15454:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^ ext/_yaml.c:16169:5: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:16169:5: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:16169:5: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:16603:5: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:16603:5: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:17037:5: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:17037:5: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': ext/_yaml.c:18516:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); ^ ext/_yaml.c:18631:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); ^ ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:19491:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); ^ ext/_yaml.c:20240:7: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:20240:7: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:20240:7: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_scalar_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:20605:7: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:20605:7: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_sequence_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:21113:7: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^ ext/_yaml.c:21113:7: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); ^ In file included from ext/_yaml.h:2:0, from ext/_yaml.c:271: /usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' yaml_mapping_start_event_initialize(yaml_event_t *event, ^ gcc -pthread -shared -L/opt/rh/rh-python36/root/usr/lib-Wl,-z,relro -Wl,-rpath,/opt/rh/rh-python36/root/usr/lib -Wl,--enable-new-dtags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard build/temp.linux-armv7l-3.6/ext/_yaml.o -L/opt/rh/rh-python36/root/usr/lib -lyaml -lpython3.6m -o build/lib.linux-armv7l-3.6/_yaml.cpython-36m-arm-linux-gnueabi.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BjRymt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm ++ dirname /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm + cd PyYAML-3.12 + rm -rf /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm + scl enable rh-python36 - running install running install_lib creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36 creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6 creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages copying build/lib.linux-armv7l-3.6/_yaml.cpython-36m-arm-linux-gnueabi.so -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/representer.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/reader.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/emitter.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/parser.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/dumper.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/serializer.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/constructor.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/loader.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/tokens.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/cyaml.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/events.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/__init__.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/resolver.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/error.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/nodes.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/scanner.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml copying build/lib.linux-armv7l-3.6/yaml/composer.py -> /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/representer.py to representer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/reader.py to reader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/emitter.py to emitter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/parser.py to parser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/dumper.py to dumper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/serializer.py to serializer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/constructor.py to constructor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/loader.py to loader.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/tokens.py to tokens.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/cyaml.py to cyaml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/events.py to events.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/resolver.py to resolver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/error.py to error.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/nodes.py to nodes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/scanner.py to scanner.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/yaml/composer.py to composer.cpython-36.pyc writing byte-compilation script '/tmp/tmpfey318u6.py' /opt/rh/rh-python36/root/usr/bin/python3 /tmp/tmpfey318u6.py removing /tmp/tmpfey318u6.py running install_egg_info Writing /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/PyYAML-3.12-py3.6.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/PyYAML-3.12 extracting debug info from /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/_yaml.cpython-36m-arm-linux-gnueabi.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 2073 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/rh-python36/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable rh-python36 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-36 /opt/rh/rh-python36/root/usr/bin/python3 1 /opt/rh/rh-python36/root' + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PamlKZ + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + scl enable rh-python36 - running test running build_py running build_ext checking if libyaml is compilable gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -I/opt/rh/rh-python36/root/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rh/rh-python36/root/usr/include/python3.6m -c build/temp.linux-armv7l-3.6/check_libyaml.c -o build/temp.linux-armv7l-3.6/check_libyaml.o checking if libyaml is linkable gcc -pthread build/temp.linux-armv7l-3.6/check_libyaml.o -L/opt/rh/rh-python36/root/usr/lib -lyaml -o build/temp.linux-armv7l-3.6/check_libyaml ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... =========================================================================== TESTS: 2585 + exit 0 Processing files: rh-python36-PyYAML-3.12-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PnSzbs + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + DOCDIR=/builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + cp -pr CHANGES /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + cp -pr LICENSE /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + cp -pr PKG-INFO /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + cp -pr README /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + cp -pr examples /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm/opt/rh/rh-python36/root/usr/share/doc/rh-python36-PyYAML-3.12 + exit 0 Provides: rh-python36-PyYAML = 3.12-1.el7 rh-python36-PyYAML(armv7hl-32) = 3.12-1.el7 rh-python36-python-yaml = 3.12-1.el7 rh-python36-python-yaml(armv7hl-32) = 3.12-1.el7 scl-package(rh-python36) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libpthread.so.0 libpython3.6m.so.rh-python36-1.0 libyaml-0.so.2 rh-python36-python(abi) = 3.6 rh-python36-runtime rtld(GNU_HASH) Processing files: rh-python36-PyYAML-debuginfo-3.12-1.el7.armv7hl Provides: scl-package(rh-python36) rh-python36-PyYAML-debuginfo = 3.12-1.el7 rh-python36-PyYAML-debuginfo(armv7hl-32) = 3.12-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm Wrote: /builddir/build/RPMS/rh-python36-PyYAML-3.12-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/rh-python36-PyYAML-debuginfo-3.12-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IHasGp + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.12 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rh-python36-PyYAML-3.12-1.el7.arm + exit 0 Child return code was: 0