Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/mapcrafter.spec'], logger=user='mockbuild'chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-16514/root'timeout=0gid=135uid=1001env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}shell=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/mapcrafter.spec'] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-766673833.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mapcrafter-2.2.1-1.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/mapcrafter.spec'], logger=user='mockbuild'chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-16514/root'private_network=Truetimeout=0gid=135uid=1001env={'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}shell=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/mapcrafter.spec'] with env {'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', '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.KVZ0Jd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mapcrafter-2.2.1 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/mapcrafter-2.2.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd mapcrafter-2.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Gg8SeY + umask 022 + cd /builddir/build/BUILD + cd mapcrafter-2.2.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON . -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Performing Test COMPILER_SUPPORTS_CXX11 -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_CXX0X -- Performing Test COMPILER_SUPPORTS_CXX0X - Success -- Boost version: 1.53.0 -- Found the following Boost libraries: -- iostreams -- system -- filesystem -- program_options -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Boost version: 1.53.0 -- Found the following Boost libraries: -- unit_test_framework -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7") -- Found PNG: /usr/lib64/libpng.so (found version "1.5.13") -- Found JPEG: /usr/lib64/libjpeg.so -- Performing Test HAVE_NULLPTR -- Performing Test HAVE_NULLPTR - Success -- Performing Test HAVE_ENUM_CLASS_COMPARISON -- Performing Test HAVE_ENUM_CLASS_COMPARISON - Success -- Performing Test HAVE_ENUM_CLASS_FORWARD_DECLARATION -- Performing Test HAVE_ENUM_CLASS_FORWARD_DECLARATION - Success -- Looking for include file endian.h -- Looking for include file endian.h - found -- Looking for include file sys/endian.h -- Looking for include file sys/endian.h - not found -- Looking for include file sys/ioctl.h -- Looking for include file sys/ioctl.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file syslog.h -- Looking for include file syslog.h - found -- Performing Test HAVE_ENDIAN_CONVERSION -- Performing Test HAVE_ENDIAN_CONVERSION - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/mapcrafter-2.2.1 + make -j2 /usr/bin/cmake -H/builddir/build/BUILD/mapcrafter-2.2.1 -B/builddir/build/BUILD/mapcrafter-2.2.1 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/mapcraftercore/CMakeFiles/version.cpp.dir/build.make src/mapcraftercore/CMakeFiles/version.cpp.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/CMakeFiles/version.cpp.dir/DependInfo.cmake --color= Scanning dependencies of target version.cpp make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/mapcraftercore/CMakeFiles/version.cpp.dir/build.make src/mapcraftercore/CMakeFiles/version.cpp.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && sh ./version.sh make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 77 [ 1%] Built target version.cpp make -f src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build.make src/mapcraftercore/CMakeFiles/mapcraftercore.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/CMakeFiles/mapcraftercore.dir/DependInfo.cmake --color= Scanning dependencies of target mapcraftercore make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build.make src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 4 /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 5 [ 2%] [ 3%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/version.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/version.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/version.cpp Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/configparser.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/configparser.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/configparser.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 6 [ 5%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/configsection.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/configsection.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/configsection.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 7 [ 6%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/iniconfig.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/iniconfig.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/iniconfig.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 8 [ 7%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/loggingconfig.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/loggingconfig.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/loggingconfig.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 9 [ 9%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/mapcrafterconfig.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/mapcrafterconfig.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/mapcrafterconfig.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 10 [ 10%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/validation.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/validation.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/validation.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 11 [ 11%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/webconfig.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/webconfig.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/webconfig.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 12 [ 12%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/configsections/log.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/configsections/log.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/configsections/log.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 13 [ 14%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/configsections/map.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/configsections/map.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/configsections/map.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 14 [ 15%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/configsections/marker.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/configsections/marker.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/configsections/marker.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 15 [ 16%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/config/configsections/world.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/config/configsections/world.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/config/configsections/world.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 16 [ 18%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/chunk.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/chunk.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/chunk.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 17 [ 19%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/nbt.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/nbt.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/nbt.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 18 [ 20%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/pos.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/pos.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/pos.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 19 [ 22%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/region.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/region.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/region.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 20 [ 23%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/world.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/world.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/world.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 21 [ 24%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/worldcache.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/worldcache.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/worldcache.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 22 [ 25%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/worldcrop.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/worldcrop.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/worldcrop.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 23 [ 27%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/mc/worldentities.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/mc/worldentities.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/mc/worldentities.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 24 [ 28%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/biomes.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/biomes.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/biomes.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 25 [ 29%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/blockimages.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/blockimages.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/blockimages.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 26 [ 31%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/blocktextures.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/blocktextures.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/blocktextures.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 27 [ 32%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/image.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/image.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/image.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 28 [ 33%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/manager.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/manager.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/manager.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 29 [ 35%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermode.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermode.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermode.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 30 [ 36%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderview.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderview.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderview.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 31 [ 37%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/textureimage.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/textureimage.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/textureimage.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 32 [ 38%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/tileset.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/tileset.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/tileset.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 33 [ 40%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/tilerenderer.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/tilerenderer.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/tilerenderer.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 34 [ 41%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/tilerenderworker.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/tilerenderworker.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/tilerenderworker.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 35 [ 42%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermodes/cave.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/cave.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermodes/cave.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 36 [ 44%] /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 37 Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermodes/heightoverlay.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/heightoverlay.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermodes/heightoverlay.cpp [ 45%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermodes/lighting.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/lighting.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermodes/lighting.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 38 [ 46%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermodes/overlay.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/overlay.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermodes/overlay.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 39 [ 48%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermodes/slimeoverlay.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/slimeoverlay.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermodes/slimeoverlay.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 40 [ 49%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/rendermodes/spawnoverlay.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/spawnoverlay.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/rendermodes/spawnoverlay.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 41 [ 50%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/image/dithering.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/image/dithering.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/image/dithering.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 42 [ 51%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/image/palette.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/image/palette.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/image/palette.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 43 [ 53%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/image/quantization.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/image/quantization.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/image/quantization.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 44 [ 54%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/image/scaling.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/image/scaling.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/image/scaling.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 45 [ 55%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/blockimages.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/blockimages.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/isometric/blockimages.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 46 [ 57%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/rendermodes.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/rendermodes.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/isometric/rendermodes.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 47 [ 58%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/renderview.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/renderview.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/isometric/renderview.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 48 [ 59%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/tilerenderer.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/tilerenderer.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/isometric/tilerenderer.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 49 [ 61%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/tileset.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/tileset.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/isometric/tileset.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 50 [ 62%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/blockimages.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/blockimages.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/topdown/blockimages.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 51 [ 63%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/rendermodes.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/rendermodes.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/topdown/rendermodes.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 52 [ 64%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/renderview.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/renderview.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/topdown/renderview.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 53 [ 66%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/tilerenderer.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/tilerenderer.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/topdown/tilerenderer.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 54 [ 67%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/tileset.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/tileset.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/renderer/renderviews/topdown/tileset.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 55 [ 68%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/util/filesystem.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/util/filesystem.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/util/filesystem.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 56 [ 70%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/util/logging.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/util/logging.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/util/logging.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 57 [ 71%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/util/other.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/util/other.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/util/other.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 58 [ 72%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/util/progress.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/util/progress.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/util/progress.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 59 [ 74%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/util/terminal.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/util/terminal.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/util/terminal.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 60 [ 75%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/thread/impl/singlethread.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/thread/impl/singlethread.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/thread/impl/singlethread.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 61 [ 76%] Building CXX object src/mapcraftercore/CMakeFiles/mapcraftercore.dir/thread/impl/multithreading.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/c++ -DNDEBUG -Dmapcraftercore_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftercore.dir/thread/impl/multithreading.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/thread/impl/multithreading.cpp Linking CXX shared library libmapcraftercore.so cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && /usr/bin/cmake -E cmake_link_script CMakeFiles/mapcraftercore.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro -shared -Wl,-soname,libmapcraftercore.so -o libmapcraftercore.so CMakeFiles/mapcraftercore.dir/version.cpp.o CMakeFiles/mapcraftercore.dir/config/configparser.cpp.o CMakeFiles/mapcraftercore.dir/config/configsection.cpp.o CMakeFiles/mapcraftercore.dir/config/iniconfig.cpp.o CMakeFiles/mapcraftercore.dir/config/loggingconfig.cpp.o CMakeFiles/mapcraftercore.dir/config/mapcrafterconfig.cpp.o CMakeFiles/mapcraftercore.dir/config/validation.cpp.o CMakeFiles/mapcraftercore.dir/config/webconfig.cpp.o CMakeFiles/mapcraftercore.dir/config/configsections/log.cpp.o CMakeFiles/mapcraftercore.dir/config/configsections/map.cpp.o CMakeFiles/mapcraftercore.dir/config/configsections/marker.cpp.o CMakeFiles/mapcraftercore.dir/config/configsections/world.cpp.o CMakeFiles/mapcraftercore.dir/mc/chunk.cpp.o CMakeFiles/mapcraftercore.dir/mc/nbt.cpp.o CMakeFiles/mapcraftercore.dir/mc/pos.cpp.o CMakeFiles/mapcraftercore.dir/mc/region.cpp.o CMakeFiles/mapcraftercore.dir/mc/world.cpp.o CMakeFiles/mapcraftercore.dir/mc/worldcache.cpp.o CMakeFiles/mapcraftercore.dir/mc/worldcrop.cpp.o CMakeFiles/mapcraftercore.dir/mc/worldentities.cpp.o CMakeFiles/mapcraftercore.dir/renderer/biomes.cpp.o CMakeFiles/mapcraftercore.dir/renderer/blockimages.cpp.o CMakeFiles/mapcraftercore.dir/renderer/blocktextures.cpp.o CMakeFiles/mapcraftercore.dir/renderer/image.cpp.o CMakeFiles/mapcraftercore.dir/renderer/manager.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermode.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderview.cpp.o CMakeFiles/mapcraftercore.dir/renderer/textureimage.cpp.o CMakeFiles/mapcraftercore.dir/renderer/tileset.cpp.o CMakeFiles/mapcraftercore.dir/renderer/tilerenderer.cpp.o CMakeFiles/mapcraftercore.dir/renderer/tilerenderworker.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/cave.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/heightoverlay.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/lighting.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/overlay.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/slimeoverlay.cpp.o CMakeFiles/mapcraftercore.dir/renderer/rendermodes/spawnoverlay.cpp.o CMakeFiles/mapcraftercore.dir/renderer/image/dithering.cpp.o CMakeFiles/mapcraftercore.dir/renderer/image/palette.cpp.o CMakeFiles/mapcraftercore.dir/renderer/image/quantization.cpp.o CMakeFiles/mapcraftercore.dir/renderer/image/scaling.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/blockimages.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/rendermodes.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/renderview.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/tilerenderer.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/isometric/tileset.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/blockimages.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/rendermodes.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/renderview.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/tilerenderer.cpp.o CMakeFiles/mapcraftercore.dir/renderer/renderviews/topdown/tileset.cpp.o CMakeFiles/mapcraftercore.dir/util/filesystem.cpp.o CMakeFiles/mapcraftercore.dir/util/logging.cpp.o CMakeFiles/mapcraftercore.dir/util/other.cpp.o CMakeFiles/mapcraftercore.dir/util/progress.cpp.o CMakeFiles/mapcraftercore.dir/util/terminal.cpp.o CMakeFiles/mapcraftercore.dir/thread/impl/singlethread.cpp.o CMakeFiles/mapcraftercore.dir/thread/impl/multithreading.cpp.o -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 [ 76%] Built target mapcraftercore make -f src/CMakeFiles/mapcrafter.dir/build.make src/CMakeFiles/mapcrafter.dir/depend make -f src/CMakeFiles/mapcrafter_export.dir/build.make src/CMakeFiles/mapcrafter_export.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1/src/CMakeFiles/mapcrafter_export.dir/DependInfo.cmake --color= cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1/src/CMakeFiles/mapcrafter.dir/DependInfo.cmake --color= Scanning dependencies of target mapcrafter_export make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/CMakeFiles/mapcrafter_export.dir/build.make src/CMakeFiles/mapcrafter_export.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 2 Scanning dependencies of target mapcrafter make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/CMakeFiles/mapcrafter.dir/build.make src/CMakeFiles/mapcrafter.dir/build [ 77%] make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 1 Building CXX object src/CMakeFiles/mapcrafter_export.dir/mapcrafter_export.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/mapcrafter_export.dir/mapcrafter_export.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcrafter_export.cpp [ 79%] Building CXX object src/CMakeFiles/mapcrafter.dir/mapcrafter.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/mapcrafter.dir/mapcrafter.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcrafter.cpp Linking CXX executable mapcrafter_export cd /builddir/build/BUILD/mapcrafter-2.2.1/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/mapcrafter_export.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/mapcrafter_export.dir/mapcrafter_export.cpp.o -o mapcrafter_export -rdynamic mapcraftercore/libmapcraftercore.so -lboost_program_options-mt -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore: make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 2 [ 79%] Built target mapcrafter_export make -f src/CMakeFiles/mapcrafter_markers.dir/build.make src/CMakeFiles/mapcrafter_markers.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1/src/CMakeFiles/mapcrafter_markers.dir/DependInfo.cmake --color= Scanning dependencies of target mapcrafter_markers make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/CMakeFiles/mapcrafter_markers.dir/build.make src/CMakeFiles/mapcrafter_markers.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 3 [ 80%] Building CXX object src/CMakeFiles/mapcrafter_markers.dir/mapcrafter_markers.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/mapcrafter_markers.dir/mapcrafter_markers.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcrafter_markers.cpp Linking CXX executable mapcrafter cd /builddir/build/BUILD/mapcrafter-2.2.1/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/mapcrafter.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/mapcrafter.dir/mapcrafter.cpp.o -o mapcrafter -rdynamic mapcraftercore/libmapcraftercore.so -lboost_program_options-mt -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore: make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 1 [ 80%] Built target mapcrafter make -f src/test/CMakeFiles/test_all.dir/build.make src/test/CMakeFiles/test_all.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/test /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/test /builddir/build/BUILD/mapcrafter-2.2.1/src/test/CMakeFiles/test_all.dir/DependInfo.cmake --color= Scanning dependencies of target test_all make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/test/CMakeFiles/test_all.dir/build.make src/test/CMakeFiles/test_all.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 64 Linking CXX executable mapcrafter_markers [ 81%] cd /builddir/build/BUILD/mapcrafter-2.2.1/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/mapcrafter_markers.dir/link.txt --verbose=1 Building CXX object src/test/CMakeFiles/test_all.dir/test_all.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_all.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_all.cpp /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/mapcrafter_markers.dir/mapcrafter_markers.cpp.o -o mapcrafter_markers -rdynamic mapcraftercore/libmapcraftercore.so -lboost_program_options-mt -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore: make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 3 [ 81%] Built target mapcrafter_markers make -f src/tools/CMakeFiles/mapcraftertest.dir/build.make src/tools/CMakeFiles/mapcraftertest.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/mapcraftertest.dir/DependInfo.cmake --color= Scanning dependencies of target mapcraftertest make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/tools/CMakeFiles/mapcraftertest.dir/build.make src/tools/CMakeFiles/mapcraftertest.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 62 [ 83%] Building CXX object src/tools/CMakeFiles/mapcraftertest.dir/mapcraftertest.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/mapcraftertest.dir/mapcraftertest.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/mapcraftertest.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 65 [ 84%] Building CXX object src/test/CMakeFiles/test_all.dir/test_config.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_config.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_config.cpp Linking CXX executable mapcraftertest cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/mapcraftertest.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/mapcraftertest.dir/mapcraftertest.cpp.o -o mapcraftertest -rdynamic ../mapcraftercore/libmapcraftercore.so -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 62 [ 84%] Built target mapcraftertest make -f src/tools/CMakeFiles/nbtdump.dir/build.make src/tools/CMakeFiles/nbtdump.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/nbtdump.dir/DependInfo.cmake --color= Scanning dependencies of target nbtdump make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/tools/CMakeFiles/nbtdump.dir/build.make src/tools/CMakeFiles/nbtdump.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 63 [ 85%] Building CXX object src/tools/CMakeFiles/nbtdump.dir/nbtdump.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/nbtdump.dir/nbtdump.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/nbtdump.cpp Linking CXX executable nbtdump cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/nbtdump.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/nbtdump.dir/nbtdump.cpp.o -o nbtdump -rdynamic ../mapcraftercore/libmapcraftercore.so -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 63 [ 85%] Built target nbtdump make -f src/tools/CMakeFiles/testconfig.dir/build.make src/tools/CMakeFiles/testconfig.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/testconfig.dir/DependInfo.cmake --color= Scanning dependencies of target testconfig make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/tools/CMakeFiles/testconfig.dir/build.make src/tools/CMakeFiles/testconfig.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 75 [ 87%] Building CXX object src/tools/CMakeFiles/testconfig.dir/testconfig.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/testconfig.dir/testconfig.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/testconfig.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 66 [ 88%] Building CXX object src/test/CMakeFiles/test_all.dir/test_image.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_image.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_image.cpp Linking CXX executable testconfig cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/testconfig.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/testconfig.dir/testconfig.cpp.o -o testconfig -rdynamic ../mapcraftercore/libmapcraftercore.so -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 75 [ 88%] Built target testconfig make -f src/tools/CMakeFiles/testtextures.dir/build.make src/tools/CMakeFiles/testtextures.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/testtextures.dir/DependInfo.cmake --color= Scanning dependencies of target testtextures make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' make -f src/tools/CMakeFiles/testtextures.dir/build.make src/tools/CMakeFiles/testtextures.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 76 [ 89%] Building CXX object src/tools/CMakeFiles/testtextures.dir/testtextures.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/testtextures.dir/testtextures.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/testtextures.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 67 [ 90%] Building CXX object src/test/CMakeFiles/test_all.dir/test_image_quantization.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_image_quantization.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_image_quantization.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 68 [ 92%] Building CXX object src/test/CMakeFiles/test_all.dir/test_misc.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_misc.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_misc.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 69 [ 93%] Building CXX object src/test/CMakeFiles/test_all.dir/test_nbt.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_nbt.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_nbt.cpp Linking CXX executable testtextures cd /builddir/build/BUILD/mapcrafter-2.2.1/src/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/testtextures.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/testtextures.dir/testtextures.cpp.o -o testtextures -rdynamic ../mapcraftercore/libmapcraftercore.so -lboost_program_options-mt -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 76 [ 93%] Built target testtextures /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 70 [ 94%] Building CXX object src/test/CMakeFiles/test_all.dir/test_pos.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_pos.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_pos.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 71 [ 96%] Building CXX object src/test/CMakeFiles/test_all.dir/test_region.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_region.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_region.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 72 [ 97%] Building CXX object src/test/CMakeFiles/test_all.dir/test_tile.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_tile.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_tile.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 73 [ 98%] Building CXX object src/test/CMakeFiles/test_all.dir/test_util.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_util.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_util.cpp /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 74 [100%] Building CXX object src/test/CMakeFiles/test_all.dir/test_worldcrop.cpp.o cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/c++ -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O3 -Wall -std=c++11 -o CMakeFiles/test_all.dir/test_worldcrop.cpp.o -c /builddir/build/BUILD/mapcrafter-2.2.1/src/test/test_worldcrop.cpp Linking CXX executable test_all cd /builddir/build/BUILD/mapcrafter-2.2.1/src/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_all.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro CMakeFiles/test_all.dir/test_all.cpp.o CMakeFiles/test_all.dir/test_config.cpp.o CMakeFiles/test_all.dir/test_image.cpp.o CMakeFiles/test_all.dir/test_image_quantization.cpp.o CMakeFiles/test_all.dir/test_misc.cpp.o CMakeFiles/test_all.dir/test_nbt.cpp.o CMakeFiles/test_all.dir/test_pos.cpp.o CMakeFiles/test_all.dir/test_region.cpp.o CMakeFiles/test_all.dir/test_tile.cpp.o CMakeFiles/test_all.dir/test_util.cpp.o CMakeFiles/test_all.dir/test_worldcrop.cpp.o -o test_all -rdynamic ../mapcraftercore/libmapcraftercore.so -lboost_unit_test_framework-mt -lboost_iostreams-mt -lboost_system-mt -lboost_filesystem-mt -lpng -lz -ljpeg -lpthread -Wl,-rpath,/builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 64 65 66 67 68 69 70 71 72 73 74 [100%] Built target test_all make[1]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Khtq58 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 + cd mapcrafter-2.2.1 + rm -rf /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 /usr/bin/cmake -H/builddir/build/BUILD/mapcrafter-2.2.1 -B/builddir/build/BUILD/mapcrafter-2.2.1 --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/mapcraftercore/CMakeFiles/version.cpp.dir/build.make src/mapcraftercore/CMakeFiles/version.cpp.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/CMakeFiles/version.cpp.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/mapcraftercore/CMakeFiles/version.cpp.dir/build.make src/mapcraftercore/CMakeFiles/version.cpp.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore && sh ./version.sh make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 77 [ 1%] Built target version.cpp /usr/bin/make -f src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build.make src/mapcraftercore/CMakeFiles/mapcraftercore.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore /builddir/build/BUILD/mapcrafter-2.2.1/src/mapcraftercore/CMakeFiles/mapcraftercore.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build.make src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/mapcraftercore/CMakeFiles/mapcraftercore.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 [ 76%] Built target mapcraftercore /usr/bin/make -f src/CMakeFiles/mapcrafter.dir/build.make src/CMakeFiles/mapcrafter.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1/src/CMakeFiles/mapcrafter.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/CMakeFiles/mapcrafter.dir/build.make src/CMakeFiles/mapcrafter.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/CMakeFiles/mapcrafter.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 1 [ 77%] Built target mapcrafter /usr/bin/make -f src/CMakeFiles/mapcrafter_export.dir/build.make src/CMakeFiles/mapcrafter_export.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1/src/CMakeFiles/mapcrafter_export.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/CMakeFiles/mapcrafter_export.dir/build.make src/CMakeFiles/mapcrafter_export.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/CMakeFiles/mapcrafter_export.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 2 [ 79%] Built target mapcrafter_export /usr/bin/make -f src/CMakeFiles/mapcrafter_markers.dir/build.make src/CMakeFiles/mapcrafter_markers.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src /builddir/build/BUILD/mapcrafter-2.2.1/src/CMakeFiles/mapcrafter_markers.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/CMakeFiles/mapcrafter_markers.dir/build.make src/CMakeFiles/mapcrafter_markers.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/CMakeFiles/mapcrafter_markers.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 3 [ 80%] Built target mapcrafter_markers /usr/bin/make -f src/test/CMakeFiles/test_all.dir/build.make src/test/CMakeFiles/test_all.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/test /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/test /builddir/build/BUILD/mapcrafter-2.2.1/src/test/CMakeFiles/test_all.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/test/CMakeFiles/test_all.dir/build.make src/test/CMakeFiles/test_all.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/test/CMakeFiles/test_all.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 64 65 66 67 68 69 70 71 72 73 74 [ 94%] Built target test_all /usr/bin/make -f src/tools/CMakeFiles/mapcraftertest.dir/build.make src/tools/CMakeFiles/mapcraftertest.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/mapcraftertest.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/tools/CMakeFiles/mapcraftertest.dir/build.make src/tools/CMakeFiles/mapcraftertest.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/tools/CMakeFiles/mapcraftertest.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 62 [ 96%] Built target mapcraftertest /usr/bin/make -f src/tools/CMakeFiles/nbtdump.dir/build.make src/tools/CMakeFiles/nbtdump.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/nbtdump.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/tools/CMakeFiles/nbtdump.dir/build.make src/tools/CMakeFiles/nbtdump.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/tools/CMakeFiles/nbtdump.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 63 [ 97%] Built target nbtdump /usr/bin/make -f src/tools/CMakeFiles/testconfig.dir/build.make src/tools/CMakeFiles/testconfig.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/testconfig.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/tools/CMakeFiles/testconfig.dir/build.make src/tools/CMakeFiles/testconfig.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/tools/CMakeFiles/testconfig.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 75 [ 98%] Built target testconfig /usr/bin/make -f src/tools/CMakeFiles/testtextures.dir/build.make src/tools/CMakeFiles/testtextures.dir/depend make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' cd /builddir/build/BUILD/mapcrafter-2.2.1 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1 /builddir/build/BUILD/mapcrafter-2.2.1/src/tools /builddir/build/BUILD/mapcrafter-2.2.1/src/tools/CMakeFiles/testtextures.dir/DependInfo.cmake --color= make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/make -f src/tools/CMakeFiles/testtextures.dir/build.make src/tools/CMakeFiles/testtextures.dir/build make[2]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[2]: Nothing to be done for `src/tools/CMakeFiles/testtextures.dir/build'. make[2]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 76 [100%] Built target testtextures make[1]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/mapcrafter-2.2.1/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory `/builddir/build/BUILD/mapcrafter-2.2.1' make[1]: Nothing to be done for `preinstall'. make[1]: Leaving directory `/builddir/build/BUILD/mapcrafter-2.2.1' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_export -- Removed runtime path from "/builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_export" -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter -- Removed runtime path from "/builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter" -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_markers -- Removed runtime path from "/builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_markers" -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/../etc/mapcrafter/logging.conf -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/index.html -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/leaflet.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/images -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/images/marker-icon.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/images/layers-2x.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/images/layers.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/images/marker-shadow.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/images/marker-icon-2x.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/leaflet/leaflet.css -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/css -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/css/style.css -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/bl_active.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/bl.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/tl_active.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/tr.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/br_active.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/tr_active.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/tl.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/img/br.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/mapcrafterui.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/handler -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/handler/poshash.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/handler/rotationselect.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/handler/marker.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/handler/base.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control/rotationselect.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control/html.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control/mousepos.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control/mapselect.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control/marker.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/js/control/base.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/markers -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/static/markers/__your_icons_here__ -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/markers.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/template/markers-generated.js -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/textures -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/mapcrafter/textures/endportal.png -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/lib/libmapcraftercore.so -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/version.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/compat/boost.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/compat/nullptr.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/compat/thread.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/configparser.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/configsection.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/iniconfig.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/loggingconfig.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/mapcrafterconfig.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/validation.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/webconfig.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/configsections/log.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/configsections/map.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/configsections/marker.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/config/configsections/world.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/chunk.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/nbt.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/pos.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/region.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/world.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/worldcache.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/worldcrop.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/mc/worldentities.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/biomes.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/blockimages.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/blocktextures.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/image.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/manager.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermode.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderview.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/textureimage.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/tileset.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/tilerenderer.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/tilerenderworker.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermodes/cave.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermodes/heightoverlay.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermodes/lighting.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermodes/overlay.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermodes/slimeoverlay.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/rendermodes/spawnoverlay.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/image/dithering.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/image/palette.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/image/quantization.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/image/scaling.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/isometric/blockimages.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/isometric/rendermodes.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/isometric/renderview.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/isometric/tilerenderer.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/isometric/tileset.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/topdown/blockimages.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/topdown/rendermodes.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/topdown/renderview.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/topdown/tilerenderer.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/renderer/renderviews/topdown/tileset.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/filesystem.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/json.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/logging.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/math.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/other.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/picojson.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/progress.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/util/terminal.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/thread/dispatcher.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/thread/workermanager.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/thread/impl/singlethread.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/include/mapcraftercore/thread/impl/multithreading.h -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_textures.py -- Installing: /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_png-it.py + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/mapcrafter-2.2.1 extracting debug info from /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/lib/libmapcraftercore.so extracting debug info from /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_markers extracting debug info from /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter extracting debug info from /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/bin/mapcrafter_export /usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match. 1683 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/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: mapcrafter-2.2.1-1.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4TQ7vu + umask 022 + cd /builddir/build/BUILD + cd mapcrafter-2.2.1 + DOCDIR=/builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/doc/mapcrafter-2.2.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/doc/mapcrafter-2.2.1 + cp -pr README.md /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/doc/mapcrafter-2.2.1 + cp -pr VERSION /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/doc/mapcrafter-2.2.1 + cp -pr MCVERSION /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/doc/mapcrafter-2.2.1 + cp -pr docs/Makefile docs/_static docs/conf.py docs/configuration.rst docs/index.rst docs/installation.rst docs/logging.rst docs/make.bat docs/mapcrafter.png docs/markers.rst docs/using_mapcrafter.rst /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/doc/mapcrafter-2.2.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.jr6aYP + umask 022 + cd /builddir/build/BUILD + cd mapcrafter-2.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/licenses/mapcrafter-2.2.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/licenses/mapcrafter-2.2.1 + cp -pr COPYING /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64/usr/share/licenses/mapcrafter-2.2.1 + exit 0 Provides: config(mapcrafter) = 2.2.1-1.el7.centos libmapcraftercore.so()(64bit) mapcrafter = 2.2.1-1.el7.centos mapcrafter(x86-64) = 2.2.1-1.el7.centos Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires: /usr/bin/env libboost_filesystem-mt.so.1.53.0()(64bit) libboost_iostreams-mt.so.1.53.0()(64bit) libboost_program_options-mt.so.1.53.0()(64bit) libboost_system-mt.so.1.53.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libjpeg.so.62()(64bit) libjpeg.so.62(LIBJPEG_6.2)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libmapcraftercore.so()(64bit) libpng15.so.15()(64bit) libpng15.so.15(PNG15_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.13)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: mapcrafter-debuginfo-2.2.1-1.el7.centos.x86_64 Provides: mapcrafter-debuginfo = 2.2.1-1.el7.centos mapcrafter-debuginfo(x86-64) = 2.2.1-1.el7.centos 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/mapcrafter-2.2.1-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-766673833.novalocal Wrote: /builddir/build/RPMS/mapcrafter-2.2.1-1.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/mapcrafter-debuginfo-2.2.1-1.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0CroY2 + umask 022 + cd /builddir/build/BUILD + cd mapcrafter-2.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/mapcrafter-2.2.1-1.el7.centos.x86_64 + exit 0 Child return code was: 0