Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/PyYAML.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-2432-4498/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/PyYAML.spec'] sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: opus5.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/PyYAML-3.10-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/PyYAML.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-2432-4498/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/PyYAML.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ykEzLz + 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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6vGhYu + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + /usr/bin/python setup.py --with-libyaml build running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/yaml copying lib/yaml/serializer.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/emitter.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/loader.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/scanner.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/reader.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/parser.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/error.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/dumper.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/composer.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/tokens.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/representer.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/nodes.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/events.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/cyaml.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/resolver.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/constructor.py -> build/lib.linux-x86_64-2.6/yaml copying lib/yaml/__init__.py -> build/lib.linux-x86_64-2.6/yaml running build_ext building '_yaml' extension creating build/temp.linux-x86_64-2.6 creating build/temp.linux-x86_64-2.6/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/usr/include/python2.6 -c ext/_yaml.c -o build/temp.linux-x86_64-2.6/ext/_yaml.o In file included from ext/_yaml.c:223: ext/_yaml.h:6:1: warning: "PyUnicode_FromString" redefined In file included from /usr/include/python2.6/Python.h:85, from ext/_yaml.c:4: /usr/include/python2.6/unicodeobject.h:281:1: warning: this is the location of the previous definition ext/_yaml.c: In function '__Pyx_PyBoolOrNull_FromLong': ext/_yaml.c:483: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:483: warning: dereferencing type-punned pointer will break strict-aliasing rules 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 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:3705: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:3718: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:3718: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4285: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4285: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4339: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4339: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4393: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4393: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4406: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4406: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4493: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:4654: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:4654: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser_6check_token': ext/_yaml.c:4991: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:4991: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5019: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5019: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5077: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5077: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5097: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5097: warning: dereferencing type-punned pointer will break strict-aliasing rules 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 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5909: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5922: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5922: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:5968: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:5968: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6048: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6048: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6088: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6088: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6163: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6163: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6200: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6200: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6216: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6429: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6429: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6431: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6431: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6520: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6520: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6557: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6557: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6625: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6625: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6650: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6650: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6669: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6669: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6747: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6747: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6784: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6784: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:6852: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6852: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6877: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6877: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6896: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:6896: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser_10check_event': ext/_yaml.c:7316: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7316: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7344: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7344: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7402: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7402: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7422: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7422: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser_11check_node': ext/_yaml.c:7518: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7518: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7535: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:7535: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': ext/_yaml.c:8064: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8064: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8284: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8284: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8315: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8315: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8346: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8346: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: 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 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:8978: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:8978: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:8980: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:8980: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9019: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:9019: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: 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:9430: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9430: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9461: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:9461: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:9497: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9497: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9522: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9522: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:9967: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9967: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:9998: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /usr/include/string.h:399: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:9998: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness /usr/include/python2.6/unicodeobject.h:752: note: expected 'const char *' but argument is of type 'yaml_char_t *' ext/_yaml.c:10034: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:10034: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:10059: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:10059: warning: dereferencing type-punned pointer will break strict-aliasing rules 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:15938: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:15938: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16023: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16023: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16025: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16025: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16082: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16082: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16084: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16084: warning: dereferencing type-punned pointer will break strict-aliasing rules 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:16602: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:16602: warning: dereferencing type-punned pointer will break strict-aliasing rules 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:17005: warning: dereferencing type-punned pointer will break strict-aliasing rules ext/_yaml.c:17005: warning: dereferencing type-punned pointer will break strict-aliasing rules 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 *' ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser_11check_node': ext/_yaml.c:7518: warning: dereferencing pointer '_Py_TrueStruct.475' does break strict-aliasing rules ext/_yaml.c:7518: warning: dereferencing pointer '_Py_TrueStruct.475' does break strict-aliasing rules ext/_yaml.c:7518: note: initialized from here ext/_yaml.c:7535: warning: dereferencing pointer '_Py_ZeroStruct.476' does break strict-aliasing rules ext/_yaml.c:7535: warning: dereferencing pointer '_Py_ZeroStruct.476' does break strict-aliasing rules ext/_yaml.c:7535: note: initialized from here ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': ext/_yaml.c:9967: warning: dereferencing pointer '_Py_TrueStruct.675' does break strict-aliasing rules ext/_yaml.c:9967: warning: dereferencing pointer '_Py_TrueStruct.675' does break strict-aliasing rules ext/_yaml.c:9967: note: initialized from here ext/_yaml.c:9967: warning: dereferencing pointer '_Py_ZeroStruct.676' does break strict-aliasing rules ext/_yaml.c:9967: warning: dereferencing pointer '_Py_ZeroStruct.676' does break strict-aliasing rules ext/_yaml.c:9967: note: initialized from here ext/_yaml.c:10034: warning: dereferencing pointer '_Py_TrueStruct.675' does break strict-aliasing rules ext/_yaml.c:10034: warning: dereferencing pointer '_Py_TrueStruct.675' does break strict-aliasing rules ext/_yaml.c:10034: note: initialized from here ext/_yaml.c:10059: warning: dereferencing pointer '_Py_ZeroStruct.676' does break strict-aliasing rules ext/_yaml.c:10059: warning: dereferencing pointer '_Py_ZeroStruct.676' does break strict-aliasing rules ext/_yaml.c:10059: note: initialized from here ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': ext/_yaml.c:9430: warning: dereferencing pointer '_Py_TrueStruct.636' does break strict-aliasing rules ext/_yaml.c:9430: warning: dereferencing pointer '_Py_TrueStruct.636' does break strict-aliasing rules ext/_yaml.c:9430: note: initialized from here ext/_yaml.c:9430: warning: dereferencing pointer '_Py_ZeroStruct.637' does break strict-aliasing rules ext/_yaml.c:9430: warning: dereferencing pointer '_Py_ZeroStruct.637' does break strict-aliasing rules ext/_yaml.c:9430: note: initialized from here ext/_yaml.c:9497: warning: dereferencing pointer '_Py_TrueStruct.636' does break strict-aliasing rules ext/_yaml.c:9497: warning: dereferencing pointer '_Py_TrueStruct.636' does break strict-aliasing rules ext/_yaml.c:9497: note: initialized from here ext/_yaml.c:9522: warning: dereferencing pointer '_Py_ZeroStruct.637' does break strict-aliasing rules ext/_yaml.c:9522: warning: dereferencing pointer '_Py_ZeroStruct.637' does break strict-aliasing rules ext/_yaml.c:9522: note: initialized from here ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': ext/_yaml.c:8978: warning: dereferencing pointer '_Py_TrueStruct.602' does break strict-aliasing rules ext/_yaml.c:8978: warning: dereferencing pointer '_Py_TrueStruct.602' does break strict-aliasing rules ext/_yaml.c:8978: note: initialized from here ext/_yaml.c:8978: warning: dereferencing pointer '_Py_ZeroStruct.603' does break strict-aliasing rules ext/_yaml.c:8978: warning: dereferencing pointer '_Py_ZeroStruct.603' does break strict-aliasing rules ext/_yaml.c:8978: note: initialized from here ext/_yaml.c:8980: warning: dereferencing pointer '_Py_TrueStruct.602' does break strict-aliasing rules ext/_yaml.c:8980: warning: dereferencing pointer '_Py_TrueStruct.602' does break strict-aliasing rules ext/_yaml.c:8980: note: initialized from here ext/_yaml.c:8980: warning: dereferencing pointer '_Py_ZeroStruct.603' does break strict-aliasing rules ext/_yaml.c:8980: warning: dereferencing pointer '_Py_ZeroStruct.603' does break strict-aliasing rules ext/_yaml.c:8980: note: initialized from here ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': ext/_yaml.c:5968: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:5968: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:5968: note: initialized from here ext/_yaml.c:5968: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:5968: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:5968: note: initialized from here ext/_yaml.c:6048: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6048: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6048: note: initialized from here ext/_yaml.c:6048: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6048: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6048: note: initialized from here ext/_yaml.c:6429: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6429: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6429: note: initialized from here ext/_yaml.c:6429: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6429: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6429: note: initialized from here ext/_yaml.c:6431: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6431: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6431: note: initialized from here ext/_yaml.c:6431: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6431: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6431: note: initialized from here ext/_yaml.c:6625: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6625: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6625: note: initialized from here ext/_yaml.c:6650: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6650: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6650: note: initialized from here ext/_yaml.c:6669: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6669: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6669: note: initialized from here ext/_yaml.c:6669: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6669: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6669: note: initialized from here ext/_yaml.c:6852: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6852: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6852: note: initialized from here ext/_yaml.c:6877: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6877: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6877: note: initialized from here ext/_yaml.c:6896: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6896: warning: dereferencing pointer '_Py_TrueStruct.394' does break strict-aliasing rules ext/_yaml.c:6896: note: initialized from here ext/_yaml.c:6896: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6896: warning: dereferencing pointer '_Py_ZeroStruct.395' does break strict-aliasing rules ext/_yaml.c:6896: note: initialized from here ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': ext/_yaml.c:4654: warning: dereferencing pointer '_Py_TrueStruct.319' does break strict-aliasing rules ext/_yaml.c:4654: warning: dereferencing pointer '_Py_TrueStruct.319' does break strict-aliasing rules ext/_yaml.c:4654: note: initialized from here ext/_yaml.c:4654: warning: dereferencing pointer '_Py_ZeroStruct.320' does break strict-aliasing rules ext/_yaml.c:4654: warning: dereferencing pointer '_Py_ZeroStruct.320' does break strict-aliasing rules ext/_yaml.c:4654: note: initialized from here ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser_6check_token': ext/_yaml.c:4991: warning: dereferencing pointer '_Py_ZeroStruct.337' does break strict-aliasing rules ext/_yaml.c:4991: warning: dereferencing pointer '_Py_ZeroStruct.337' does break strict-aliasing rules ext/_yaml.c:4991: note: initialized from here ext/_yaml.c:5019: warning: dereferencing pointer '_Py_TrueStruct.340' does break strict-aliasing rules ext/_yaml.c:5019: warning: dereferencing pointer '_Py_TrueStruct.340' does break strict-aliasing rules ext/_yaml.c:5019: note: initialized from here ext/_yaml.c:5077: warning: dereferencing pointer '_Py_TrueStruct.340' does break strict-aliasing rules ext/_yaml.c:5077: warning: dereferencing pointer '_Py_TrueStruct.340' does break strict-aliasing rules ext/_yaml.c:5077: note: initialized from here ext/_yaml.c:5097: warning: dereferencing pointer '_Py_ZeroStruct.337' does break strict-aliasing rules ext/_yaml.c:5097: warning: dereferencing pointer '_Py_ZeroStruct.337' does break strict-aliasing rules ext/_yaml.c:5097: note: initialized from here ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser_10check_event': ext/_yaml.c:7316: warning: dereferencing pointer '_Py_ZeroStruct.461' does break strict-aliasing rules ext/_yaml.c:7316: warning: dereferencing pointer '_Py_ZeroStruct.461' does break strict-aliasing rules ext/_yaml.c:7316: note: initialized from here ext/_yaml.c:7344: warning: dereferencing pointer '_Py_TrueStruct.464' does break strict-aliasing rules ext/_yaml.c:7344: warning: dereferencing pointer '_Py_TrueStruct.464' does break strict-aliasing rules ext/_yaml.c:7344: note: initialized from here ext/_yaml.c:7402: warning: dereferencing pointer '_Py_TrueStruct.464' does break strict-aliasing rules ext/_yaml.c:7402: warning: dereferencing pointer '_Py_TrueStruct.464' does break strict-aliasing rules ext/_yaml.c:7402: note: initialized from here ext/_yaml.c:7422: warning: dereferencing pointer '_Py_ZeroStruct.461' does break strict-aliasing rules ext/_yaml.c:7422: warning: dereferencing pointer '_Py_ZeroStruct.461' does break strict-aliasing rules ext/_yaml.c:7422: note: initialized from here ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': ext/_yaml.c:15938: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:15938: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:15938: note: initialized from here ext/_yaml.c:15941: warning: dereferencing pointer '__pyx_t_1' does break strict-aliasing rules ext/_yaml.c:15941: warning: dereferencing pointer '__pyx_t_1' does break strict-aliasing rules ext/_yaml.c:15941: warning: dereferencing pointer '__pyx_t_1' does break strict-aliasing rules ext/_yaml.c:15941: warning: dereferencing pointer '__pyx_t_1' does break strict-aliasing rules ext/_yaml.c:15938: note: initialized from here ext/_yaml.c:16023: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:16023: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:16023: note: initialized from here ext/_yaml.c:16025: warning: dereferencing pointer '_Py_ZeroStruct.1153' does break strict-aliasing rules ext/_yaml.c:16025: warning: dereferencing pointer '_Py_ZeroStruct.1153' does break strict-aliasing rules ext/_yaml.c:16025: note: initialized from here ext/_yaml.c:16082: warning: dereferencing pointer '_Py_ZeroStruct.1153' does break strict-aliasing rules ext/_yaml.c:16082: warning: dereferencing pointer '_Py_ZeroStruct.1153' does break strict-aliasing rules ext/_yaml.c:16082: note: initialized from here ext/_yaml.c:16084: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:16084: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:16084: note: initialized from here ext/_yaml.c:16602: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:16602: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:16602: note: initialized from here ext/_yaml.c:17005: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:17005: warning: dereferencing pointer '_Py_TrueStruct.1136' does break strict-aliasing rules ext/_yaml.c:17005: note: initialized from here gcc -pthread -shared -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-2.6/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.6 -o build/lib.linux-x86_64-2.6/_yaml.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.r6EFtI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 + cd PyYAML-3.10 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 creating /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr creating /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6 creating /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages copying build/lib.linux-x86_64-2.6/_yaml.so -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages creating /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/serializer.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/emitter.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/loader.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/scanner.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/reader.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/parser.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/error.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/dumper.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/composer.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/tokens.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/representer.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/nodes.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/events.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/cyaml.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/resolver.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/constructor.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml copying build/lib.linux-x86_64-2.6/yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/serializer.py to serializer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/emitter.py to emitter.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/scanner.py to scanner.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/reader.py to reader.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/dumper.py to dumper.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/composer.py to composer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/tokens.py to tokens.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/representer.py to representer.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/events.py to events.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/cyaml.py to cyaml.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/resolver.py to resolver.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/constructor.py to constructor.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/yaml/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmpAGgLoh.py' /usr/bin/python -O /tmp/tmpAGgLoh.py removing /tmp/tmpAGgLoh.py running install_egg_info Writing /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/PyYAML-3.10-py2.6.egg-info + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/PyYAML-3.10 extracting debug info from /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/site-packages/_yaml.so 1862 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/lib64/python2.6/ using /usr/bin/python2.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: PyYAML-3.10-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.63pYH1 + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + DOCDIR=/builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/share/doc/PyYAML-3.10 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/share/doc/PyYAML-3.10 + /bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/share/doc/PyYAML-3.10 + cp -pr CHANGES LICENSE PKG-INFO README examples /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64/usr/share/doc/PyYAML-3.10 + exit 0 Provides: _yaml.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpython2.6.so.1.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 2.6 rtld(GNU_HASH) Processing files: PyYAML-debuginfo-3.10-1.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 warning: Could not canonicalize hostname: opus5.rutgers.edu Wrote: /builddir/build/RPMS/PyYAML-3.10-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/PyYAML-debuginfo-3.10-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.646YW8 + umask 022 + cd /builddir/build/BUILD + cd PyYAML-3.10 + rm -rf /builddir/build/BUILDROOT/PyYAML-3.10-1.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->