Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/sclo6-rh-python35-rh-el6-build-19252-25567/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', '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=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'LANG': 'en_GB', '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 warning: Could not canonicalize hostname: c1bd.rdu2.centos.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/rh-python35-PyYAML-3.10-14.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec '], chrootPath='/var/lib/mock/sclo6-rh-python35-rh-el6-build-19252-25567/root'shell=Falseuid=497env={'LANG': 'en_GB', '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=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec '] with env {'LANG': 'en_GB', '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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NEcXr3 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf PyYAML-3.10 + /usr/bin/gzip -dc /builddir/build/SOURCES/PyYAML-3.10.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd PyYAML-3.10 + /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 + echo 'Patch #0 (PyYAML-size_t_not_int.patch):' Patch #0 (PyYAML-size_t_not_int.patch): + /bin/cat /builddir/build/SOURCES/PyYAML-size_t_not_int.patch + /usr/bin/patch -p1 --fuzz=0 patching file ext/_yaml.pxd patching file ext/_yaml.pyx + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nr5hQs + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + LANG=C + export LANG + unset DISPLAY + scl enable rh-python35 - running build running build_py creating build creating build/lib.linux-x86_64-3.5 creating build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/reader.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/events.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/composer.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/serializer.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/emitter.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/tokens.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/representer.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/__init__.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/nodes.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/constructor.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/loader.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/parser.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/error.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/resolver.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/scanner.py -> build/lib.linux-x86_64-3.5/yaml copying lib3/yaml/dumper.py -> build/lib.linux-x86_64-3.5/yaml running build_ext building '_yaml' extension creating build/temp.linux-x86_64-3.5 creating build/temp.linux-x86_64-3.5/ext gcc -pthread -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -I/opt/rh/rh-python35/root/usr/include/python3.5m -c ext/_yaml.c -o build/temp.linux-x86_64-3.5/ext/_yaml.o In file included from ext/_yaml.c:223: ext/_yaml.h:10:1: warning: "PyString_CheckExact" redefined ext/_yaml.c:109:1: warning: this is the location of the previous definition ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1145: warning: assignment discards qualifiers from pointer target type ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:2074: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type /usr/include/yaml.h:1367: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' but argument is of type 'int (*)(void *, char *, int, int *)' ext/_yaml.c:2272: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness /usr/include/yaml.h:1341: note: expected 'const unsigned char *' but argument is of type 'char *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:3705: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:3718: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4285: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4339: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4393: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4406: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4493: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:1276: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:5909: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5922: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6088: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6163: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6200: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6216: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:1276: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6520: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6557: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6747: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6784: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:8064: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8284: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8315: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8346: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:8861: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:1276: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:9019: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:9461: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:9998: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness /opt/rh/rh-python35/root/usr/include/python3.5m/unicodeobject.h:718: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:11065: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type /usr/include/yaml.h:1829: note: expected 'int (*)(void *, unsigned char *, size_t)' but argument is of type 'int (*)(void *, char *, int)' ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': ext/_yaml.c:12199: warning: pointer targets in assignment differ in signedness ext/_yaml.c:12300: warning: pointer targets in assignment differ in signedness ext/_yaml.c:12563: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness /usr/include/yaml.h:553: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13168: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness /usr/include/yaml.h:578: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13168: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness /usr/include/yaml.h:578: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13168: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness /usr/include/yaml.h:578: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13521: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness /usr/include/yaml.h:601: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13521: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness /usr/include/yaml.h:601: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13874: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness /usr/include/yaml.h:633: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:13874: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness /usr/include/yaml.h:633: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_6serialize': ext/_yaml.c:15082: warning: pointer targets in assignment differ in signedness ext/_yaml.c:15183: warning: pointer targets in assignment differ in signedness ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:15863: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness /usr/include/yaml.h:553: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16500: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness /usr/include/yaml.h:578: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16500: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness /usr/include/yaml.h:578: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16500: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness /usr/include/yaml.h:578: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16790: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness /usr/include/yaml.h:601: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:16790: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness /usr/include/yaml.h:601: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:17193: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness /usr/include/yaml.h:633: note: expected 'yaml_char_t *' but argument is of type 'char *' ext/_yaml.c:17193: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness /usr/include/yaml.h:633: note: expected 'yaml_char_t *' but argument is of type 'char *' gcc -pthread -shared -L/opt/rh/rh-python35/root/usr/lib64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic build/temp.linux-x86_64-3.5/ext/_yaml.o -L/opt/rh/rh-python35/root/usr/lib64 -lyaml -lpython3.5m -o build/lib.linux-x86_64-3.5/_yaml.cpython-35m-x86_64-linux-gnu.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1JkkFZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 ++ dirname /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 + cd PyYAML-3.10 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 + scl enable rh-python35 - running install running install_lib creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35 creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64 creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5 creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages copying build/lib.linux-x86_64-3.5/_yaml.cpython-35m-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages creating /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/cyaml.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/reader.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/events.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/composer.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/serializer.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/emitter.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/tokens.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/representer.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/__init__.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/nodes.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/constructor.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/loader.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/parser.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/error.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/resolver.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/scanner.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml copying build/lib.linux-x86_64-3.5/yaml/dumper.py -> /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/cyaml.py to cyaml.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/reader.py to reader.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/events.py to events.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/composer.py to composer.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/serializer.py to serializer.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/emitter.py to emitter.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/tokens.py to tokens.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/representer.py to representer.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/__init__.py to __init__.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/nodes.py to nodes.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/constructor.py to constructor.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/loader.py to loader.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/parser.py to parser.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/error.py to error.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/resolver.py to resolver.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/scanner.py to scanner.cpython-35.pyc byte-compiling /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/yaml/dumper.py to dumper.cpython-35.pyc writing byte-compilation script '/tmp/tmp2co3gn2q.py' /opt/rh/rh-python35/root/usr/bin/python3 -O /tmp/tmp2co3gn2q.py removing /tmp/tmp2co3gn2q.py running install_egg_info Writing /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/PyYAML-3.10-py3.5.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/PyYAML-3.10 extracting debug info from /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/lib64/python3.5/site-packages/_yaml.cpython-35m-x86_64-linux-gnu.so 1862 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/rh-python35/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable rh-python35 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-35 /opt/rh/rh-python35/root/usr/bin/python3 1 /opt/rh/rh-python35/root' + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZxfWOy + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + unset DISPLAY + scl enable rh-python35 - running test running build_py running build_ext checking if libyaml is compilable gcc -pthread -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -I/opt/rh/rh-python35/root/usr/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rh/rh-python35/root/usr/include/python3.5m -c build/temp.linux-x86_64-3.5/check_libyaml.c -o build/temp.linux-x86_64-3.5/check_libyaml.o checking if libyaml is linkable gcc -pthread build/temp.linux-x86_64-3.5/check_libyaml.o -L/opt/rh/rh-python35/root/usr/lib64 -lyaml -o build/temp.linux-x86_64-3.5/check_libyaml ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. =========================================================================== TESTS: 2589 + exit 0 Processing files: rh-python35-PyYAML-3.10-14.el6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9TDnMv + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + DOCDIR=/builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/share/doc/rh-python35-PyYAML-3.10 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/share/doc/rh-python35-PyYAML-3.10 + /bin/mkdir -p /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/share/doc/rh-python35-PyYAML-3.10 + cp -pr CHANGES LICENSE PKG-INFO README examples /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64/opt/rh/rh-python35/root/usr/share/doc/rh-python35-PyYAML-3.10 + exit 0 Provides: _yaml.cpython-35m-x86_64-linux-gnu.so()(64bit) rh-python35-python-yaml = 3.10-14.el6 rh-python35-python-yaml(x86-64) = 3.10-14.el6 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpython3.5m.so.rh-python35-1.0()(64bit) libyaml-0.so.2()(64bit) rh-python35-python(abi) = 3.5 rtld(GNU_HASH) Processing files: rh-python35-PyYAML-debuginfo-3.10-14.el6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 warning: Could not canonicalize hostname: c1bd.rdu2.centos.org Wrote: /builddir/build/RPMS/rh-python35-PyYAML-3.10-14.el6.x86_64.rpm Wrote: /builddir/build/RPMS/rh-python35-PyYAML-debuginfo-3.10-14.el6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TKZ6Sv + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + /bin/rm -rf /builddir/build/BUILDROOT/rh-python35-PyYAML-3.10-14.el6.x86_64 + exit 0 Child return code was: 0 LEAVE do -->