+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/otf2.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VQV9Th + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf otf2-2.1 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/otf2-2.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd otf2-2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (otf2-jinja2.patch):' Patch #0 (otf2-jinja2.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .jinja2 --fuzz=0 patching file Makefile.am + echo 'Patch #1 (otf2-rpath.patch):' Patch #1 (otf2-rpath.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .rpath --fuzz=0 patching file src/tools/otf2_config/otf2_config_data_build.cpp.in + rm -r vendor/python/site-packages + autoreconf -fiv autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I build-config/m4 -I vendor/common/build-config/m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `.' + sed -i -s /deps.GetLDFlags/d src/tools/otf2_config/otf2_config.cpp + dos2unix doc/examples/otf2_high_level_writer_example.py dos2unix: converting file doc/examples/otf2_high_level_writer_example.py to Unix format... + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Q7mQzR + umask 022 + cd /builddir/build/BUILD + cd otf2-2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-config/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-config/config.sub ++ basename ./build-config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-config/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-config/config.guess ++ basename ./build-config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-config/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build-config/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --enable-shared --disable-silent-rules --docdir=/usr/share/doc/otf2 --enable-backend-test-runs --with-platform=linux which: no svnversion in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin) checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... riscv64-redhat-linux-gnu checking for platform... linux (auto detected) checking for cross compilation... no checking for uncrustify... no checking for doxygen... no checking for a Python interpreter with version >= 2.5... python2 checking for python2... /usr/bin/python2 checking for python2 version... 2.7 checking for python2 platform... linux2 checking for python2 script directory... ${prefix}/lib/python2.7/site-packages checking for python2 extension module directory... ${exec_prefix}/lib64/python2.7/site-packages checking for sphinx-build... : checking that generated files are newer than configure... done configure: creating ./config.status === configuring in build-backend (/builddir/build/BUILD/otf2-2.1/build-backend) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--sbindir=/usr/sbin' '--libexecdir=/usr/libexec' '--infodir=/usr/share/info' '--host=riscv64-redhat-linux-gnu' '--datadir=/usr/share' '--libdir=/usr/lib64' '--mandir=/usr/share/man' 'FC=gfortran' '--program-prefix=' '--exec-prefix=/usr' '--includedir=/usr/include' '--localstatedir=/var' 'F77=gfortran' '--bindir=/usr/bin' 'CC=gcc' 'CXX=g++' '--build=riscv64-redhat-linux-gnu' '--sharedstatedir=/var/lib' '--docdir=/usr/share/doc/otf2' '--with-platform=linux' '--sysconfdir=/etc' '--enable-backend-test-runs' '--disable-silent-rules' '--enable-shared' '--disable-static' '--disable-dependency-tracking' 'ac_scorep_platform=linux' 'ac_scorep_cross_compiling=no' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-ar... no checking for riscv64-redhat-linux-gnu-lib... no checking for riscv64-redhat-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking build system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking for gcc option to accept ISO C99... none needed checking for C compiler vendor... gnu checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking whether gcc and cc understand -c and -o together... yes checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... /usr/bin/strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether byte ordering is bigendian... no checking for sionconfig... no checking for native Intel MIC build... no checking for riscv64-redhat-linux-gnu-ranlib... ranlib checking for unistd.h... (cached) yes checking whether STDOUT_FILENO is declared... yes checking for isatty... yes checking for library containing rint... -lm checking whether realpath is declared... yes checking whether gethostid is declared... yes checking whether gethostname is declared... yes checking whether fileno is declared... yes checking whether fseeko is declared... yes checking whether fseeko64 is declared... no checking whether getcwd is declared... yes checking whether read is declared... yes checking whether close is declared... yes checking for realpath... yes checking for gethostid... yes checking for gethostname... yes checking for fileno... yes checking for fseeko... yes checking for fseeko64... no checking for getcwd... yes checking for read... yes checking for close... yes checking whether gethostid is declared... (cached) yes checking whether gethostname is declared... (cached) yes checking whether fileno is declared... (cached) yes checking whether fseeko is declared... (cached) yes checking whether fseeko64 is declared... (cached) no checking whether getcwd is declared... (cached) yes checking whether read is declared... (cached) yes checking whether close is declared... (cached) yes checking for popen and pclose... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking whether mkdir accepts a mode_t argument... yes checking for stat... yes checking for library containing clock_gettime... none required checking for CLOCK_REALTIME... yes checking for clock_gettime timer... yes checking for gettimeofday timer... yes checking for getpid... yes checking sys/sysinfo.h usability... yes checking sys/sysinfo.h presence... yes checking for sys/sysinfo.h... yes checking for sysinfo... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking whether PTHREAD_BARRIER_SERIAL_THREAD is declared... yes checking whether PTHREAD_MUTEX_ERRORCHECK is declared... yes checking for a Python interpreter with version >= 2.5... python checking for python... /usr/bin/python checking for python version... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out 2.7 checking for python platform... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out linux2 checking for python script directory... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out ${prefix}/lib/python2.7/site-packages checking for python extension module directory... DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out ${exec_prefix}/lib64/python2.7/site-packages checking python module: six... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating run_otf2_buffer_test.sh config.status: creating run_otf2_integrity_test.sh config.status: creating ../src/tools/otf2_config/otf2_config_data_backend.cpp config.status: creating ../otf2-mini-config-data-backend.sh config.status: creating Makefile config.status: creating ../src/config-backend.h config.status: executing depfiles commands config.status: executing libtool commands config.status: creating Makefile config.status: creating src/config-common.h config.status: creating share/otf2/__version__.py config.status: creating doc/doxygen-user/main.dox config.status: creating src/tools/otf2_template/otf2-template config.status: creating include/otf2/OTF2_ErrorCodes.h config.status: creating otf2-mini-config.sh Configure command: ./configure '--build=riscv64-redhat-linux-gnu' \ '--host=riscv64-redhat-linux-gnu' \ '--program-prefix=' \ '--disable-dependency-tracking' \ '--prefix=/usr' \ '--exec-prefix=/usr' \ '--bindir=/usr/bin' \ '--sbindir=/usr/sbin' \ '--sysconfdir=/etc' \ '--datadir=/usr/share' \ '--includedir=/usr/include' \ '--libdir=/usr/lib64' \ '--libexecdir=/usr/libexec' \ '--localstatedir=/var' \ '--sharedstatedir=/var/lib' \ '--mandir=/usr/share/man' \ '--infodir=/usr/share/info' \ '--disable-static' \ '--enable-shared' \ '--disable-silent-rules' \ '--docdir=/usr/share/doc/otf2' \ '--enable-backend-test-runs' \ '--with-platform=linux' \ 'build_alias=riscv64-redhat-linux-gnu' \ 'host_alias=riscv64-redhat-linux-gnu' Configuration summary: OTF2 2.1: Platform: linux (auto detected) Cross compiling: no (auto detected) OTF2 (backend): C99 compiler used: gcc SIONlib support: no Entropy sources: clock_gettime getpid sysinfo gethostid Python bindings support: no, missing six module Running tests: yes Parallel tests: yes + make -j4 gawk '{print "\"" $0 "\\n\""}' doc/doxygen-user/otf2_print_usage.dox.in >src/otf2_print_usage.h gawk '{print "\"" $0 "\\n\""}' doc/doxygen-user/otf2_config_usage.dox.in >src/otf2_config_usage.h gawk '{print "\"" $0 "\\n\""}' doc/doxygen-user/otf2_snapshots_usage.dox.in >src/otf2_snapshots_usage.h gawk '{print "\"" $0 "\\n\""}' doc/doxygen-user/otf2_estimator_usage.dox.in >src/otf2_estimator_usage.h gawk '{print "\"" $0 "\\n\""}' doc/doxygen-user/otf2_marker_usage.dox.in >src/otf2_marker_usage.h make all-recursive make[1]: Entering directory '/builddir/build/BUILD/otf2-2.1' Making all in . make[2]: Entering directory '/builddir/build/BUILD/otf2-2.1' make[2]: Leaving directory '/builddir/build/BUILD/otf2-2.1' Making all in build-backend make[2]: Entering directory '/builddir/build/BUILD/otf2-2.1/build-backend' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_events.lo `test -f '../src/otf2_events.c' || echo './'`../src/otf2_events.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_Reader.lo `test -f '../src/OTF2_Reader.c' || echo './'`../src/OTF2_Reader.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_AttributeValue.lo `test -f '../src/OTF2_AttributeValue.c' || echo './'`../src/OTF2_AttributeValue.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_AttributeList.lo `test -f '../src/OTF2_AttributeList.c' || echo './'`../src/OTF2_AttributeList.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_AttributeList.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_AttributeList.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_Reader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_Reader.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_events.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_events.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_AttributeValue.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_AttributeValue.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_IdMap.lo `test -f '../src/OTF2_IdMap.c' || echo './'`../src/OTF2_IdMap.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_IdMap.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_IdMap.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_id_map.lo `test -f '../src/otf2_id_map.c' || echo './'`../src/otf2_id_map.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_collectives.lo `test -f '../src/otf2_collectives.c' || echo './'`../src/otf2_collectives.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_collectives_serial.lo `test -f '../src/otf2_collectives_serial.c' || echo './'`../src/otf2_collectives_serial.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_id_map.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_id_map.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_collectives.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_collectives.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_collectives_serial.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_collectives_serial.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_lock.lo `test -f '../src/otf2_lock.c' || echo './'`../src/otf2_lock.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_lock.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_lock.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_EvtWriter.lo `test -f '../src/OTF2_EvtWriter.c' || echo './'`../src/OTF2_EvtWriter.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_GlobalDefWriter.lo `test -f '../src/OTF2_GlobalDefWriter.c' || echo './'`../src/OTF2_GlobalDefWriter.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_DefWriter.lo `test -f '../src/OTF2_DefWriter.c' || echo './'`../src/OTF2_DefWriter.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_EvtWriter.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_EvtWriter.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_GlobalDefWriter.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_GlobalDefWriter.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_DefWriter.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_DefWriter.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_SnapWriter.lo `test -f '../src/OTF2_SnapWriter.c' || echo './'`../src/OTF2_SnapWriter.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_SnapWriter.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_SnapWriter.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_MarkerWriter.lo `test -f '../src/OTF2_MarkerWriter.c' || echo './'`../src/OTF2_MarkerWriter.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_MarkerWriter.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_MarkerWriter.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_MarkerReader.lo `test -f '../src/OTF2_MarkerReader.c' || echo './'`../src/OTF2_MarkerReader.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_MarkerReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_MarkerReader.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_Archive.lo `test -f '../src/OTF2_Archive.c' || echo './'`../src/OTF2_Archive.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_Archive.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_Archive.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_archive_int.lo `test -f '../src/otf2_archive_int.c' || echo './'`../src/otf2_archive_int.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_archive_location.lo `test -f '../src/otf2_archive_location.c' || echo './'`../src/otf2_archive_location.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_archive_int.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_archive_int.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_archive_location.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_archive_location.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_Buffer.lo `test -f '../src/OTF2_Buffer.c' || echo './'`../src/OTF2_Buffer.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_Buffer.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_Buffer.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_AnchorFile.lo `test -f '../src/OTF2_AnchorFile.c' || echo './'`../src/OTF2_AnchorFile.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_anchor_file_timestamp.lo `test -f '../src/otf2_anchor_file_timestamp.c' || echo './'`../src/otf2_anchor_file_timestamp.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_AnchorFile.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_AnchorFile.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_anchor_file_timestamp.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_anchor_file_timestamp.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_anchor_file_hostid.lo `test -f '../src/otf2_anchor_file_hostid.c' || echo './'`../src/otf2_anchor_file_hostid.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_anchor_file_hostid.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_anchor_file_hostid.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_anchor_file_sysinfo.lo `test -f '../src/otf2_anchor_file_sysinfo.c' || echo './'`../src/otf2_anchor_file_sysinfo.c In file included from ../src/otf2_archive_int.c:94:0: ../src/otf2_archive_int.c: In function 'otf2_archive_set_collective_callbacks': ../src/otf2_collectives.h:117:36: warning: 'status' may be used uninitialized in this function [-Wmaybe-uninitialized] int64_t error_code = *errorCode; ^~~~~~~~~~ ../src/otf2_archive_int.c:1084:20: note: 'status' was declared here OTF2_ErrorCode status; ^~~~~~ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_file_substrate.lo `test -f '../src/otf2_file_substrate.c' || echo './'`../src/otf2_file_substrate.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_anchor_file_sysinfo.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_anchor_file_sysinfo.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_file_substrate.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_file_substrate.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_file_substrate_none.lo `test -f '../src/otf2_file_substrate_none.c' || echo './'`../src/otf2_file_substrate_none.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_file_substrate_posix.lo `test -f '../src/otf2_file_substrate_posix.c' || echo './'`../src/otf2_file_substrate_posix.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_File.lo `test -f '../src/OTF2_File.c' || echo './'`../src/OTF2_File.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_file_substrate_none.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_file_substrate_none.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_file_substrate_posix.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_file_substrate_posix.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_file_posix.lo `test -f '../src/otf2_file_posix.c' || echo './'`../src/otf2_file_posix.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_File.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_File.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_file_posix.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_file_posix.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_file_none.lo `test -f '../src/otf2_file_none.c' || echo './'`../src/otf2_file_none.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_GlobalEvtReader.lo `test -f '../src/OTF2_GlobalEvtReader.c' || echo './'`../src/OTF2_GlobalEvtReader.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_file_none.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_file_none.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_GlobalEvtReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_GlobalEvtReader.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_EvtReader.lo `test -f '../src/OTF2_EvtReader.c' || echo './'`../src/OTF2_EvtReader.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_GlobalDefReader.lo `test -f '../src/OTF2_GlobalDefReader.c' || echo './'`../src/OTF2_GlobalDefReader.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_DefReader.lo `test -f '../src/OTF2_DefReader.c' || echo './'`../src/OTF2_DefReader.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_EvtReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_EvtReader.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_GlobalDefReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_GlobalDefReader.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_DefReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_DefReader.o In file included from ../src/OTF2_GlobalDefReader.c:154:0: ../src/OTF2_GlobalDefReader_inc.c: In function 'otf2_global_def_reader_read_attribute': ../src/OTF2_GlobalDefReader_inc.c:422:15: warning: unused variable 'type' [-Wunused-variable] OTF2_Type type = static_record.type; ^~~~ ../src/OTF2_GlobalDefReader_inc.c: In function 'otf2_global_def_reader_read_metric_member': ../src/OTF2_GlobalDefReader_inc.c:1064:15: warning: unused variable 'type' [-Wunused-variable] OTF2_Type type = static_record.value_type; ^~~~ In file included from ../src/OTF2_DefReader.c:145:0: ../src/OTF2_DefReader_inc.c: In function 'otf2_def_reader_read_attribute': ../src/OTF2_DefReader_inc.c:283:15: warning: unused variable 'type' [-Wunused-variable] OTF2_Type type = static_record.type; ^~~~ In file included from ../src/OTF2_DefReader.c:145:0: ../src/OTF2_DefReader_inc.c: In function 'otf2_def_reader_read_metric_member': ../src/OTF2_DefReader_inc.c:973:15: warning: unused variable 'type' [-Wunused-variable] OTF2_Type type = static_record.value_type; ^~~~ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_GlobalSnapReader.lo `test -f '../src/OTF2_GlobalSnapReader.c' || echo './'`../src/OTF2_GlobalSnapReader.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_GlobalSnapReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_GlobalSnapReader.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_SnapReader.lo `test -f '../src/OTF2_SnapReader.c' || echo './'`../src/OTF2_SnapReader.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_Thumbnail.lo `test -f '../src/OTF2_Thumbnail.c' || echo './'`../src/OTF2_Thumbnail.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_SnapReader.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_SnapReader.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_Thumbnail.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_Thumbnail.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_attic.lo `test -f '../src/otf2_attic.c' || echo './'`../src/otf2_attic.c ../src/OTF2_SnapReader.c: In function 'otf2_snap_reader_seek_snapshot_start': ../src/OTF2_SnapReader.c:344:9: warning: 'snapshot_start' may be used uninitialized in this function [-Wmaybe-uninitialized] OTF2_Buffer_SetPosition( reader->buffer, snapshot_start ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_attic.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_attic.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_python.lo `test -f '../src/otf2_python.c' || echo './'`../src/otf2_python.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-OTF2_EventSizeEstimator.lo `test -f '../src/OTF2_EventSizeEstimator.c' || echo './'`../src/OTF2_EventSizeEstimator.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_python.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_python.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lib_otf2_la-otf2_compression_no_zlib.lo `test -f '../src/otf2_compression_no_zlib.c' || echo './'`../src/otf2_compression_no_zlib.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/OTF2_EventSizeEstimator.c -fPIC -DPIC -o .libs/lib_otf2_la-OTF2_EventSizeEstimator.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../vendor/common/hash -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../src/otf2_compression_no_zlib.c -fPIC -DPIC -o .libs/lib_otf2_la-otf2_compression_no_zlib.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libutils_cstr_la-UTILS_CStr.lo `test -f '../vendor/common/src/utils/cstr/UTILS_CStr.c' || echo './'`../vendor/common/src/utils/cstr/UTILS_CStr.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libutils_exception_la-UTILS_Debug.lo `test -f '../vendor/common/src/utils/exception/UTILS_Debug.c' || echo './'`../vendor/common/src/utils/exception/UTILS_Debug.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../vendor/common/src/utils/cstr/UTILS_CStr.c -fPIC -DPIC -o .libs/libutils_cstr_la-UTILS_CStr.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libutils_exception_la-UTILS_Error.lo `test -f '../vendor/common/src/utils/exception/UTILS_Error.c' || echo './'`../vendor/common/src/utils/exception/UTILS_Error.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../vendor/common/src/utils/exception/UTILS_Debug.c -fPIC -DPIC -o .libs/libutils_exception_la-UTILS_Debug.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../vendor/common/src/utils/exception/UTILS_Error.c -fPIC -DPIC -o .libs/libutils_exception_la-UTILS_Error.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libutils_io_la-UTILS_IO_GetExe.lo `test -f '../vendor/common/src/utils/io/UTILS_IO_GetExe.c' || echo './'`../vendor/common/src/utils/io/UTILS_IO_GetExe.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libutils_io_la-UTILS_IO_Tools.lo `test -f '../vendor/common/src/utils/io/UTILS_IO_Tools.c' || echo './'`../vendor/common/src/utils/io/UTILS_IO_Tools.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o libjenkins_hash_la-jenkins_hash.lo `test -f '../vendor/common/hash/jenkins_hash.c' || echo './'`../vendor/common/hash/jenkins_hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../vendor/common/src/utils/io/UTILS_IO_GetExe.c -fPIC -DPIC -o .libs/libutils_io_la-UTILS_IO_GetExe.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I../include -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../vendor/common/src/utils/io/UTILS_IO_Tools.c -fPIC -DPIC -o .libs/libutils_io_la-UTILS_IO_Tools.o libtool: compile: gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ../vendor/common/hash/jenkins_hash.c -fPIC -DPIC -o .libs/libjenkins_hash_la-jenkins_hash.o /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libutils_cstr.la libutils_cstr_la-UTILS_CStr.lo -lm /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libutils_exception.la libutils_exception_la-UTILS_Debug.lo libutils_exception_la-UTILS_Error.lo -lm libtool: link: ar cr .libs/libutils_cstr.a .libs/libutils_cstr_la-UTILS_CStr.o libtool: link: ranlib .libs/libutils_cstr.a /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libutils_io.la libutils_io_la-UTILS_IO_GetExe.lo libutils_io_la-UTILS_IO_Tools.lo -lm libtool: link: ( cd ".libs" && rm -f "libutils_cstr.la" && ln -s "../libutils_cstr.la" "libutils_cstr.la" ) libtool: link: ar cr .libs/libutils_exception.a .libs/libutils_exception_la-UTILS_Debug.o .libs/libutils_exception_la-UTILS_Error.o libtool: link: ranlib .libs/libutils_exception.a /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libjenkins_hash.la libjenkins_hash_la-jenkins_hash.lo -lm libtool: link: ( cd ".libs" && rm -f "libutils_exception.la" && ln -s "../libutils_exception.la" "libutils_exception.la" ) libtool: link: ar cr .libs/libutils_io.a .libs/libutils_io_la-UTILS_IO_GetExe.o .libs/libutils_io_la-UTILS_IO_Tools.o libtool: link: ranlib .libs/libutils_io.a libtool: link: ( cd ".libs" && rm -f "libutils_io.la" && ln -s "../libutils_io.la" "libutils_io.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libutils.la libutils_cstr.la libutils_exception.la libutils_io.la -lm libtool: link: ar cr .libs/libjenkins_hash.a .libs/libjenkins_hash_la-jenkins_hash.o libtool: link: ranlib .libs/libjenkins_hash.a libtool: link: ( cd ".libs" && rm -f "libjenkins_hash.la" && ln -s "../libjenkins_hash.la" "libjenkins_hash.la" ) libtool: link: (cd .libs/libutils.lax/libutils_cstr.a && ar x "/builddir/build/BUILD/otf2-2.1/build-backend/./.libs/libutils_cstr.a") libtool: link: (cd .libs/libutils.lax/libutils_exception.a && ar x "/builddir/build/BUILD/otf2-2.1/build-backend/./.libs/libutils_exception.a") libtool: link: (cd .libs/libutils.lax/libutils_io.a && ar x "/builddir/build/BUILD/otf2-2.1/build-backend/./.libs/libutils_io.a") libtool: link: ar cr .libs/libutils.a .libs/libutils.lax/libutils_cstr.a/libutils_cstr_la-UTILS_CStr.o .libs/libutils.lax/libutils_exception.a/libutils_exception_la-UTILS_Debug.o .libs/libutils.lax/libutils_exception.a/libutils_exception_la-UTILS_Error.o .libs/libutils.lax/libutils_io.a/libutils_io_la-UTILS_IO_GetExe.o .libs/libutils.lax/libutils_io.a/libutils_io_la-UTILS_IO_Tools.o libtool: link: ranlib .libs/libutils.a libtool: link: rm -fr .libs/libutils.lax libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lib_otf2.la lib_otf2_la-otf2_events.lo lib_otf2_la-OTF2_Reader.lo lib_otf2_la-OTF2_AttributeValue.lo lib_otf2_la-OTF2_AttributeList.lo lib_otf2_la-OTF2_IdMap.lo lib_otf2_la-otf2_id_map.lo lib_otf2_la-otf2_collectives.lo lib_otf2_la-otf2_collectives_serial.lo lib_otf2_la-otf2_lock.lo lib_otf2_la-OTF2_EvtWriter.lo lib_otf2_la-OTF2_GlobalDefWriter.lo lib_otf2_la-OTF2_DefWriter.lo lib_otf2_la-OTF2_SnapWriter.lo lib_otf2_la-OTF2_MarkerWriter.lo lib_otf2_la-OTF2_MarkerReader.lo lib_otf2_la-OTF2_Archive.lo lib_otf2_la-otf2_archive_int.lo lib_otf2_la-otf2_archive_location.lo lib_otf2_la-OTF2_Buffer.lo lib_otf2_la-OTF2_AnchorFile.lo lib_otf2_la-otf2_anchor_file_timestamp.lo lib_otf2_la-otf2_anchor_file_hostid.lo lib_otf2_la-otf2_anchor_file_sysinfo.lo lib_otf2_la-otf2_file_substrate.lo lib_otf2_la-otf2_file_substrate_none.lo lib_otf2_la-otf2_file_substrate_posix.lo lib_otf2_la-OTF2_File.lo lib_otf2_la-otf2_file_posix.lo lib_otf2_la-otf2_file_none.lo lib_otf2_la-OTF2_GlobalEvtReader.lo lib_otf2_la-OTF2_EvtReader.lo lib_otf2_la-OTF2_GlobalDefReader.lo lib_otf2_la-OTF2_DefReader.lo lib_otf2_la-OTF2_GlobalSnapReader.lo lib_otf2_la-OTF2_SnapReader.lo lib_otf2_la-OTF2_Thumbnail.lo lib_otf2_la-otf2_attic.lo lib_otf2_la-otf2_python.lo lib_otf2_la-OTF2_EventSizeEstimator.lo lib_otf2_la-otf2_compression_no_zlib.lo libutils.la libjenkins_hash.la -lm libtool: link: (cd .libs/lib_otf2.lax/libutils.a && ar x "/builddir/build/BUILD/otf2-2.1/build-backend/./.libs/libutils.a") libtool: link: (cd .libs/lib_otf2.lax/libjenkins_hash.a && ar x "/builddir/build/BUILD/otf2-2.1/build-backend/./.libs/libjenkins_hash.a") libtool: link: ar cr .libs/lib_otf2.a .libs/lib_otf2_la-otf2_events.o .libs/lib_otf2_la-OTF2_Reader.o .libs/lib_otf2_la-OTF2_AttributeValue.o .libs/lib_otf2_la-OTF2_AttributeList.o .libs/lib_otf2_la-OTF2_IdMap.o .libs/lib_otf2_la-otf2_id_map.o .libs/lib_otf2_la-otf2_collectives.o .libs/lib_otf2_la-otf2_collectives_serial.o .libs/lib_otf2_la-otf2_lock.o .libs/lib_otf2_la-OTF2_EvtWriter.o .libs/lib_otf2_la-OTF2_GlobalDefWriter.o .libs/lib_otf2_la-OTF2_DefWriter.o .libs/lib_otf2_la-OTF2_SnapWriter.o .libs/lib_otf2_la-OTF2_MarkerWriter.o .libs/lib_otf2_la-OTF2_MarkerReader.o .libs/lib_otf2_la-OTF2_Archive.o .libs/lib_otf2_la-otf2_archive_int.o .libs/lib_otf2_la-otf2_archive_location.o .libs/lib_otf2_la-OTF2_Buffer.o .libs/lib_otf2_la-OTF2_AnchorFile.o .libs/lib_otf2_la-otf2_anchor_file_timestamp.o .libs/lib_otf2_la-otf2_anchor_file_hostid.o .libs/lib_otf2_la-otf2_anchor_file_sysinfo.o .libs/lib_otf2_la-otf2_file_substrate.o .libs/lib_otf2_la-otf2_file_substrate_none.o .libs/lib_otf2_la-otf2_file_substrate_posix.o .libs/lib_otf2_la-OTF2_File.o .libs/lib_otf2_la-otf2_file_posix.o .libs/lib_otf2_la-otf2_file_none.o .libs/lib_otf2_la-OTF2_GlobalEvtReader.o .libs/lib_otf2_la-OTF2_EvtReader.o .libs/lib_otf2_la-OTF2_GlobalDefReader.o .libs/lib_otf2_la-OTF2_DefReader.o .libs/lib_otf2_la-OTF2_GlobalSnapReader.o .libs/lib_otf2_la-OTF2_SnapReader.o .libs/lib_otf2_la-OTF2_Thumbnail.o .libs/lib_otf2_la-otf2_attic.o .libs/lib_otf2_la-otf2_python.o .libs/lib_otf2_la-OTF2_EventSizeEstimator.o .libs/lib_otf2_la-otf2_compression_no_zlib.o .libs/lib_otf2.lax/libutils.a/libutils_cstr_la-UTILS_CStr.o .libs/lib_otf2.lax/libutils.a/libutils_exception_la-UTILS_Debug.o .libs/lib_otf2.lax/libutils.a/libutils_exception_la-UTILS_Error.o .libs/lib_otf2.lax/libutils.a/libutils_io_la-UTILS_IO_GetExe.o .libs/lib_otf2.lax/libutils.a/libutils_io_la-UTILS_IO_Tools.o .libs/lib_otf2.lax/libjenkins_hash.a/libjenkins_hash_la-jenkins_hash.o libtool: link: ranlib .libs/lib_otf2.a libtool: link: rm -fr .libs/lib_otf2.lax libtool: link: ( cd ".libs" && rm -f "lib_otf2.la" && ln -s "../lib_otf2.la" "lib_otf2.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -version-info 8:0:1 -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libotf2.la -rpath /usr/lib64 lib_otf2.la -lm libtool: link: gcc -shared -fPIC -DPIC -Wl,--whole-archive ./.libs/lib_otf2.a -Wl,--no-whole-archive -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,libotf2.so.7 -o .libs/libotf2.so.7.1.0 libtool: link: (cd ".libs" && rm -f "libotf2.so.7" && ln -s "libotf2.so.7.1.0" "libotf2.so.7") libtool: link: (cd ".libs" && rm -f "libotf2.so" && ln -s "libotf2.so.7.1.0" "libotf2.so") libtool: link: ( cd ".libs" && rm -f "libotf2.la" && ln -s "../libotf2.la" "libotf2.la" ) ./../vendor/common/build-config/generate-library-dependencies.sh backend libotf2.la >../src/tools/otf2_config/otf2_config_library_dependencies_backend_inc.hpp || \ (rm -f ../src/tools/otf2_config/otf2_config_library_dependencies_backend_inc.hpp; exit 1) make all-am make[3]: Entering directory '/builddir/build/BUILD/otf2-2.1/build-backend' gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_print-otf2_print.o `test -f '../src/tools/otf2_print/otf2_print.c' || echo './'`../src/tools/otf2_print/otf2_print.c gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_print-otf2_vector.o `test -f '../src/tools/otf2_print/otf2_vector.c' || echo './'`../src/tools/otf2_print/otf2_vector.c gcc -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_print-otf2_hash_table.o `test -f '../src/tools/otf2_print/otf2_hash_table.c' || echo './'`../src/tools/otf2_print/otf2_hash_table.c g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../src/tools/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_marker-otf2_marker.o `test -f '../src/tools/otf2_marker/otf2_marker.cpp' || echo './'`../src/tools/otf2_marker/otf2_marker.cpp ../src/tools/otf2_print/otf2_print.c: In function 'print_program_end': ../src/tools/otf2_print/otf2_print.c:5888:29: warning: unused variable 'defs' [-Wunused-variable] struct otf2_print_defs* defs = data->defs; ^~~~ g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I../src/tools/otf2_config -I./../src/tools/otf2_config -I./../src/tools/include -I./../vendor/common/build-config -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_config-otf2_config.o `test -f '../src/tools/otf2_config/otf2_config.cpp' || echo './'`../src/tools/otf2_config/otf2_config.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I../src/tools/otf2_config -I./../src/tools/otf2_config -I./../src/tools/include -I./../vendor/common/build-config -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_config-otf2_config_data.o `test -f '../src/tools/otf2_config/otf2_config_data.cpp' || echo './'`../src/tools/otf2_config/otf2_config_data.cpp ../src/tools/otf2_config/otf2_config.cpp:361:1: warning: 'void delegate(int, char**, const string&)' defined but not used [-Wunused-function] delegate( int argc, char** argv, const string& target ) ^~~~~~~~ g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I../src/tools/otf2_config -I./../src/tools/otf2_config -I./../src/tools/include -I./../vendor/common/build-config -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_config-otf2_config_helper.o `test -f '../src/tools/otf2_config/otf2_config_helper.cpp' || echo './'`../src/tools/otf2_config/otf2_config_helper.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I../src/tools/otf2_config -I./../src/tools/otf2_config -I./../src/tools/include -I./../vendor/common/build-config -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_config-otf2_config_data_backend.o `test -f '../src/tools/otf2_config/otf2_config_data_backend.cpp' || echo './'`../src/tools/otf2_config/otf2_config_data_backend.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../vendor/common/src/utils/include -I./../src/tools/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_estimator-otf2_estimator.o `test -f '../src/tools/otf2_estimator/otf2_estimator.cpp' || echo './'`../src/tools/otf2_estimator/otf2_estimator.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../include -I./../vendor/common/src/utils/include -I./../src/tools/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_snapshots-otf2_snapshots_parameters.o `test -f '../src/tools/otf2_snapshots/otf2_snapshots_parameters.cpp' || echo './'`../src/tools/otf2_snapshots/otf2_snapshots_parameters.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../include -I./../vendor/common/src/utils/include -I./../src/tools/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_snapshots-otf2_snapshots_events.o `test -f '../src/tools/otf2_snapshots/otf2_snapshots_events.cpp' || echo './'`../src/tools/otf2_snapshots/otf2_snapshots_events.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../include -I./../vendor/common/src/utils/include -I./../src/tools/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_snapshots-otf2_snapshots_callbacks.o `test -f '../src/tools/otf2_snapshots/otf2_snapshots_callbacks.cpp' || echo './'`../src/tools/otf2_snapshots/otf2_snapshots_callbacks.cpp g++ -DHAVE_CONFIG_H -I./../src -I../src -I../include -I./../include -DBACKEND_BUILD -DNOCROSS_BUILD -I./../include -I./../vendor/common/src/utils/include -I./../src/tools/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o otf2_snapshots-otf2_snapshots.o `test -f '../src/tools/otf2_snapshots/otf2_snapshots.cpp' || echo './'`../src/tools/otf2_snapshots/otf2_snapshots.cpp /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o otf2-print otf2_print-otf2_print.o otf2_print-otf2_vector.o otf2_print-otf2_hash_table.o libotf2.la -lm /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o otf2-marker otf2_marker-otf2_marker.o libotf2.la -lm libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/otf2-print otf2_print-otf2_print.o otf2_print-otf2_vector.o otf2_print-otf2_hash_table.o ./.libs/libotf2.so -lm -Wl,-rpath -Wl,/usr/lib64 libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/otf2-marker otf2_marker-otf2_marker.o ./.libs/libotf2.so -lm -Wl,-rpath -Wl,/usr/lib64 /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o otf2-config otf2_config-otf2_config.o otf2_config-otf2_config_data.o otf2_config-otf2_config_helper.o otf2_config-otf2_config_data_backend.o libutils.la -lm /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o otf2-estimator otf2_estimator-otf2_estimator.o libotf2.la -lm libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o otf2-config otf2_config-otf2_config.o otf2_config-otf2_config_data.o otf2_config-otf2_config_helper.o otf2_config-otf2_config_data_backend.o ./.libs/libutils.a -lm libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/otf2-estimator otf2_estimator-otf2_estimator.o ./.libs/libotf2.so -lm -Wl,-rpath -Wl,/usr/lib64 /bin/sh ./libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o otf2-snapshots otf2_snapshots-otf2_snapshots_parameters.o otf2_snapshots-otf2_snapshots_events.o otf2_snapshots-otf2_snapshots_callbacks.o otf2_snapshots-otf2_snapshots.o libotf2.la -lm libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/otf2-snapshots otf2_snapshots-otf2_snapshots_parameters.o otf2_snapshots-otf2_snapshots_events.o otf2_snapshots-otf2_snapshots_callbacks.o otf2_snapshots-otf2_snapshots.o ./.libs/libotf2.so -lm -Wl,-rpath -Wl,/usr/lib64 make[3]: Leaving directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[2]: Leaving directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[1]: Leaving directory '/builddir/build/BUILD/otf2-2.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BTxtZV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 + cd otf2-2.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' /usr/bin/make install-recursive make[1]: Entering directory '/builddir/build/BUILD/otf2-2.1' Making install in . make[2]: Entering directory '/builddir/build/BUILD/otf2-2.1' make[3]: Entering directory '/builddir/build/BUILD/otf2-2.1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin' /usr/bin/install -p src/tools/otf2_template/otf2-template '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin' if test -f "./doc/python.tar.gz"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2; \ /usr/bin/install -p -m 644 ./doc/python.tar.gz /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/python.tar.gz; \ cd /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2; \ tar xzvf python.tar.gz; \ rm -f python.tar.gz; \ fi python/ python/basics.html python/_static/ python/_static/ajax-loader.gif python/_static/searchtools.js python/_static/websupport.js python/_static/comment-close.png python/_static/down-pressed.png python/_static/jquery.js python/_static/pygments.css python/_static/up.png python/_static/comment-bright.png python/_static/up-pressed.png python/_static/underscore.js python/_static/down.png python/_static/file.png python/_static/default.css python/_static/sidebar.js python/_static/basic.css python/_static/minus.png python/_static/doctools.js python/_static/plus.png python/_static/comment.png python/py-modindex.html python/doctrees/ python/doctrees/index.doctree python/doctrees/basics.doctree python/doctrees/_otf2.doctree python/doctrees/examples.doctree python/doctrees/otf2.doctree python/doctrees/environment.pickle python/searchindex.js python/otf2.html python/.buildinfo python/examples.html python/search.html python/index.html python/genindex.html python/_otf2.html python/objects.inv python/_sources/ python/_sources/index.txt python/_sources/basics.txt python/_sources/examples.txt python/_sources/_otf2.txt python/_sources/otf2.txt python/_modules/ python/_modules/otf2/ python/_modules/otf2/event_writer.html python/_modules/otf2/reader.html python/_modules/otf2/registry.html python/_modules/otf2/writer.html python/_modules/otf2/events.html python/_modules/otf2/enums.html python/_modules/otf2/definitions.html python/_modules/index.html if test -f "./doc/html.tar.gz"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2; \ /usr/bin/install -p -m 644 ./doc/html.tar.gz /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/html.tar.gz; \ cd /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2; \ tar xzvf html.tar.gz; \ rm -f html.tar.gz; \ fi html/ html/OTF2__SnapWriter_8h.html html/group__callbacks__flush.html html/OTF2__DefReaderCallbacks_8h.html html/OTF2__IdMap_8h.html html/nav_h.png html/otf2_high_level_reader_example_8py-example.html html/sync_on.png html/globals_eval_i.html html/globals_func_t.html html/group__otf2__estimator__tool.html html/group__records__snap.html html/form_1.png html/OTF2__Pthread__Locks_8h.html html/OTF2__Archive_8h.html html/folderopen.png html/globals_func_d.html html/globals_o.html html/search/ html/search/all_9.js html/search/variables_6.js html/search/all_8.js html/search/classes_0.js html/search/groups_0.html html/search/groups_2.js html/search/all_3.js html/search/variables_0.html html/search/variables_a.html html/search/variables_7.js html/search/all_6.js html/search/groups_3.js html/search/variables_7.html html/search/variables_9.js html/search/variables_b.html html/search/all_4.js html/search/all_5.html html/search/all_5.js html/search/all_a.html html/search/files_0.js html/search/nomatches.html html/search/mag_sel.png html/search/variables_2.html html/search/variables_6.html html/search/all_7.html html/search/variables_0.js html/search/variables_8.html html/search/variables_4.html html/search/classes_0.html html/search/pages_0.html html/search/all_1.js html/search/pages_1.html html/search/groups_2.html html/search/groups_0.js html/search/all_b.js html/search/all_3.html html/search/pages_2.html html/search/groups_3.html html/search/variables_3.js html/search/search.css html/search/functions_0.js html/search/all_d.html html/search/all_f.html html/search/files_0.html html/search/all_d.js html/search/all_0.js html/search/groups_5.js html/search/enumvalues_0.html html/search/all_e.html html/search/pages_2.js html/search/pages_1.js html/search/all_f.js html/search/close.png html/search/all_2.js html/search/all_a.js html/search/variables_1.html html/search/enums_0.js html/search/variables_5.html html/search/variables_2.js html/search/searchdata.js html/search/enums_0.html html/search/all_b.html html/search/pages_0.js html/search/all_e.js html/search/enumvalues_0.js html/search/all_4.html html/search/typedefs_0.js html/search/variables_8.js html/search/variables_3.html html/search/all_8.html html/search/groups_1.js html/search/search_r.png html/search/groups_4.html html/search/all_c.html html/search/all_7.js html/search/typedefs_0.html html/search/variables_b.js html/search/all_6.html html/search/defines_0.js html/search/variables_a.js html/search/groups_4.js html/search/functions_0.html html/search/search.js html/search/groups_5.html html/search/all_c.js html/search/groups_1.html html/search/variables_1.js html/search/all_0.html html/search/variables_9.html html/search/defines_0.html html/search/search_l.png html/search/all_1.html html/search/variables_4.js html/search/pages_3.js html/search/pages_3.html html/search/search_m.png html/search/all_9.html html/search/all_2.html html/search/variables_5.js html/form_4.png html/group__io.html html/globals_type_i.html html/OTF2__SnapReaderCallbacks_8h_source.html html/OTF2__MarkerWriter_8h.html html/group__callbacks.html html/globals_type_b.html html/tabs.css html/OTF2__Thumbnail_8h_source.html html/OTF2__GeneralDefinitions_8h.html html/doc.png html/OTF2__AttributeList_8h.html html/globals_eval_b.html html/structOTF2__MemoryCallbacks.html html/globals_type_g.html html/OTF2__GlobalSnapReaderCallbacks_8h_source.html html/OTF2__Marker_8h.html html/globals_func_m.html html/OTF2__Events_8h.html html/globals_type_h.html html/modules.html html/globals_type_d.html html/globals.html html/globals_d.html html/globals_type_e.html html/OTF2__GlobalEvtReader_8h_source.html html/globals_i.html html/structOTF2__FlushCallbacks.html html/globals_s.html html/globals_u.html html/OTF2__ErrorCodes_8h.html html/group__callbacks__locking.html html/OTF2__GlobalEvtReaderCallbacks_8h.html html/group__usage__attribute__list.html html/globals_b.html html/otf2_openmp_writer_example_8c-example.html html/OTF2__Definitions_8h_source.html html/globals_eval.html html/sync_off.png html/otf2_mpi_reader_example_8cc-example.html html/unionOTF2__AttributeValue.html html/dot_inline_dotgraph_1.png html/otf2_mpi_writer_example_8c-example.html html/otf2_reader_example_8c-example.html html/pages.html html/OTF2__GlobalDefReaderCallbacks_8h_source.html html/OTF2__MPI__Collectives_8h.html html/nav_f.png html/OTF2__GlobalSnapReaderCallbacks_8h.html html/OTF2__GlobalSnapReader_8h_source.html html/globals_eval_f.html html/OTF2__SnapWriter_8h_source.html html/group__otf2__config__tool.html html/group__otf2__print__tool.html html/globals_type.html html/OTF2__GlobalDefWriter_8h_source.html html/globals_g.html html/globals_type_r.html html/globals_type_p.html html/OTF2__GeneralDefinitions_8h_source.html html/dot_inline_dotgraph_2.png html/otf2_mpi_reader_example_8c-example.html html/globals_l.html html/group__records.html html/OTF2__MarkerReaderCallbacks_8h.html html/OTF2__MarkerWriter_8h_source.html html/dot_inline_dotgraph_3.png html/globals_enum.html html/OTF2__Archive_8h_source.html html/jquery.js html/dir_4e0f78a780219937eeb85458399131be.html html/unionOTF2__MetricValue.html html/OTF2__EvtWriter_8h.html html/functions_vars.html html/globals_func.html html/OTF2__GlobalEvtReader_8h.html html/OTF2__Events_8h_source.html html/nav_g.png html/globals_eval_t.html html/OTF2__GlobalEvtReaderCallbacks_8h_source.html html/globals_eval_l.html html/globals_m.html html/form_3.png html/globals_eval_c.html html/dynsections.js html/group__callbacks__memory.html html/group__callbacks__collective.html html/globals_eval_m.html html/tab_b.png html/globals_eval_g.html html/OTF2__AttributeList_8h_source.html html/otf2_pthread_writer_example_8c-example.html html/OTF2__GlobalDefReader_8h_source.html html/group__usage__tools.html html/globals_e.html html/globals_eval_d.html html/OTF2__DefWriter_8h.html html/OTF2__ErrorCodes_8h_source.html html/OTF2__DefWriter_8h_source.html html/OTF2__EvtWriter_8h_source.html html/folderclosed.png html/functions.html html/structOTF2__LockingCallbacks.html html/globals_eval_w.html html/globals_func_o.html html/globals_func_e.html html/OTF2__MarkerReader_8h.html html/OTF2__GlobalDefReaderCallbacks_8h.html html/globals_n.html html/files.html html/globals_type_l.html html/OTF2__SnapReaderCallbacks_8h.html html/group__otf2__marker__tool.html html/OTF2__EvtReaderCallbacks_8h_source.html html/group__usage__reading__mpi.html html/globals_c.html html/OTF2__GlobalDefReader_8h.html html/OTF2__DefReader_8h_source.html html/structOTF2__CollectiveCallbacks.html html/group__usage__writing__mpi.html html/OTF2__OpenMP__Locks_8h.html html/globals_type_t.html html/examples.html html/doxygen.png html/globals_type_s.html html/group__records__definition.html html/OTF2__DefReaderCallbacks_8h_source.html html/globals_p.html html/OTF2__AttributeValue_8h.html html/OTF2__MPI__Collectives_8h_source.html html/OTF2__Marker_8h_source.html html/OTF2__Reader_8h_source.html html/globals_type_f.html html/OTF2__Pthread__Locks_8h_source.html html/arrowdown.png html/otf2_high_level_writer_example_8py-example.html html/formula.repository html/OTF2__EvtReader_8h_source.html html/globals_h.html html/otf2_8h_source.html html/group__usage__writing.html html/globals_func_g.html html/OTF2__DefReader_8h.html html/otf2_8h.html html/globals_func_s.html html/classes.html html/open.png html/OTF2__EventSizeEstimator_8h_source.html html/OTF2__AttributeValue_8h_source.html html/OTF2__GlobalDefWriter_8h.html html/group__records__event.html html/bdwn.png html/globals_f.html html/OTF2__MarkerReader_8h_source.html html/tab_h.png html/globals_func_p.html html/project_logo.svg html/index.html html/OTF2__IdMap_8h_source.html html/globals_func_r.html html/group__records__marker.html html/OTF2__MarkerReaderCallbacks_8h_source.html html/globals_eval_r.html html/graph_legend.png html/splitbar.png html/form_2.png html/globals_type_c.html html/globals_func_i.html html/OTF2__Definitions_8h.html html/annotated.html html/globals_w.html html/project_logo.pdf html/dir_5a8c5264a61a950829750c8b59ca9f38.html html/globals_eval_p.html html/globals_eval_e.html html/globals_v.html html/arrowright.png html/installationfile.html html/OTF2__SnapReader_8h_source.html html/OTF2__Callbacks_8h.html html/tab_a.png html/tab_s.png html/globals_defs.html html/globals_eval_s.html html/graph_legend.html html/OTF2__EvtReaderCallbacks_8h.html html/group__usage__reading.html html/otf2_writer_example_8c-example.html html/globals_t.html html/doxygen.css html/globals_eval_n.html html/OTF2__GlobalSnapReader_8h.html html/graph_legend.md5 html/group__otf2__snapshots__tool.html html/OTF2__Thumbnail_8h.html html/globals_type_m.html html/group__usage.html html/OTF2__EventSizeEstimator_8h.html html/OTF2__Reader_8h.html html/OTF2__Callbacks_8h_source.html html/globals_r.html html/form_0.png html/globals_eval_h.html html/closed.png html/OTF2__OpenMP__Locks_8h_source.html html/bc_s.png html/deprecated.html html/OTF2__EvtReader_8h.html html/OTF2__SnapReader_8h.html if test -d "./doc"; then \ cd ./doc; \ dirs="pdf tags"; \ cd -; \ for i in $dirs; do \ if test -d "./doc/$i"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/$i; \ cd ./doc/$i; \ files=`find . -type f`; \ cd -; \ for j in $files; do \ /usr/bin/install -p -m 644 ./doc/$i/$j /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/$i/$j; \ done; \ fi; \ done; \ fi /builddir/build/BUILD/otf2-2.1 /builddir/build/BUILD/otf2-2.1 /builddir/build/BUILD/otf2-2.1 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/examples' /usr/bin/install -p -m 644 doc/examples/Makefile doc/examples/otf2_reader_example.c doc/examples/otf2_writer_example.c doc/examples/otf2_mpi_reader_example.c doc/examples/otf2_mpi_reader_example.cc doc/examples/otf2_mpi_writer_example.c doc/examples/otf2_openmp_writer_example.c doc/examples/otf2_pthread_writer_example.c doc/examples/otf2_high_level_reader_example.py doc/examples/otf2_high_level_writer_example.py '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/examples' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2' /usr/bin/install -p -m 644 ./OPEN_ISSUES ./ChangeLog '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/include/otf2' /usr/bin/install -p -m 644 include/otf2/OTF2_ErrorCodes.h '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/include/otf2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2' /usr/bin/install -p -m 644 ./share/otf2/__version__.py '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2' Byte-compiling python modules... __version__.py Byte-compiling python modules (optimized versions) ... __version__.py /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/include/otf2' /usr/bin/install -p -m 644 ./include/otf2/otf2.h ./include/otf2/OTF2_GeneralDefinitions.h ./include/otf2/OTF2_Events.h ./include/otf2/OTF2_Definitions.h ./include/otf2/OTF2_AttributeValue.h ./include/otf2/OTF2_AttributeList.h ./include/otf2/OTF2_IdMap.h ./include/otf2/OTF2_Archive.h ./include/otf2/OTF2_Callbacks.h ./include/otf2/OTF2_Reader.h ./include/otf2/OTF2_EvtWriter.h ./include/otf2/OTF2_GlobalDefWriter.h ./include/otf2/OTF2_DefWriter.h ./include/otf2/OTF2_GlobalEvtReader.h ./include/otf2/OTF2_GlobalEvtReaderCallbacks.h ./include/otf2/OTF2_EvtReader.h ./include/otf2/OTF2_EvtReaderCallbacks.h ./include/otf2/OTF2_GlobalDefReader.h ./include/otf2/OTF2_GlobalDefReaderCallbacks.h ./include/otf2/OTF2_DefReader.h ./include/otf2/OTF2_DefReaderCallbacks.h ./include/otf2/OTF2_SnapWriter.h ./include/otf2/OTF2_SnapReader.h ./include/otf2/OTF2_SnapReaderCallbacks.h ./include/otf2/OTF2_GlobalSnapReader.h ./include/otf2/OTF2_GlobalSnapReaderCallbacks.h ./include/otf2/OTF2_Thumbnail.h ./include/otf2/OTF2_Marker.h ./include/otf2/OTF2_MarkerReader.h ./include/otf2/OTF2_MarkerReaderCallbacks.h ./include/otf2/OTF2_MarkerWriter.h ./include/otf2/OTF2_EventSizeEstimator.h ./include/otf2/OTF2_MPI_Collectives.h ./include/otf2/OTF2_OpenMP_Locks.h ./include/otf2/OTF2_Pthread_Locks.h '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/include/otf2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2' /usr/bin/install -p -m 644 ./share/otf2/otf2.types ./share/otf2/otf2.enums ./share/otf2/otf2.defs ./share/otf2/otf2.events ./share/otf2/otf2.snaps '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2' /usr/bin/install -p -m 644 ./share/otf2/__init__.py '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2' Byte-compiling python modules... __init__.py Byte-compiling python modules (optimized versions) ... __init__.py /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2' /usr/bin/install -p -m 644 otf2.summary '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2' /usr/bin/make install-data-hook make[4]: Entering directory '/builddir/build/BUILD/otf2-2.1' for target in mic""; do \ if test -n "$target" && test -f /usr/share/otf2/$target/otf2.summary; then \ echo >> /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/otf2.summary ; \ echo >> /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/otf2.summary ; \ echo "=====[ Target: $target ]====================" >> /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/otf2.summary ; \ echo >> /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/otf2.summary ; \ cat /usr/share/otf2/$target/otf2.summary >> /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/otf2.summary ; \ fi \ done make[4]: Leaving directory '/builddir/build/BUILD/otf2-2.1' make[3]: Leaving directory '/builddir/build/BUILD/otf2-2.1' make[2]: Leaving directory '/builddir/build/BUILD/otf2-2.1' Making install in build-backend make[2]: Entering directory '/builddir/build/BUILD/otf2-2.1/build-backend' /usr/bin/make install-am make[3]: Entering directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[4]: Entering directory '/builddir/build/BUILD/otf2-2.1/build-backend' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/lib64' /bin/sh ./libtool --mode=install /usr/bin/install -p libotf2.la '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -p .libs/libotf2.so.7.1.0 /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/lib64/libotf2.so.7.1.0 libtool: install: (cd /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/lib64 && { ln -s -f libotf2.so.7.1.0 libotf2.so.7 || { rm -f libotf2.so.7 && ln -s libotf2.so.7.1.0 libotf2.so.7; }; }) libtool: install: (cd /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/lib64 && { ln -s -f libotf2.so.7.1.0 libotf2.so || { rm -f libotf2.so && ln -s libotf2.so.7.1.0 libotf2.so; }; }) libtool: install: /usr/bin/install -p .libs/libotf2.lai /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/lib64/libotf2.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -p otf2-print otf2-marker otf2-config otf2-estimator otf2-snapshots '/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin' libtool: warning: 'libotf2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/otf2-print /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-print libtool: warning: 'libotf2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/otf2-marker /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-marker libtool: install: /usr/bin/install -p otf2-config /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-config libtool: warning: 'libotf2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/otf2-estimator /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-estimator libtool: warning: 'libotf2.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -p .libs/otf2-snapshots /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-snapshots /usr/bin/make install-exec-hook make[5]: Entering directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[5]: Nothing to be done for 'install-exec-hook'. make[5]: Leaving directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[4]: Leaving directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[3]: Leaving directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[2]: Leaving directory '/builddir/build/BUILD/otf2-2.1/build-backend' make[1]: Leaving directory '/builddir/build/BUILD/otf2-2.1' + find /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 -name '*.la' -delete + cp -p AUTHORS ChangeLog README /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/ + chrpath -d /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-marker /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-print /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-snapshots /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-estimator /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/bin/otf2-config + rm /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/doc/otf2/python/.buildinfo + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2/__version__.py /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/otf2/python/otf2/__init__.py DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in ./usr/bin/otf2-template from #! /usr/bin/env /usr/bin/python2 to #!/usr/bin/python2 Processing files: otf2-2.1-1.fc28.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VgvUec + umask 022 + cd /builddir/build/BUILD + cd otf2-2.1 + LICENSEDIR=/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/licenses/otf2 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/licenses/otf2 + cp -pr COPYING /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/licenses/otf2 + exit 0 Provides: libotf2.so.7()(64bit) otf2 = 2.1-1.fc28 otf2(riscv-64) = 2.1-1.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: /usr/bin/python2 ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libotf2.so.7()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: otf2-devel-2.1-1.fc28.riscv64 Provides: otf2-devel = 2.1-1.fc28 otf2-devel(riscv-64) = 2.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libotf2.so.7()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Processing files: otf2-doc-2.1-1.fc28.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.knHvpj + umask 022 + cd /builddir/build/BUILD + cd otf2-2.1 + LICENSEDIR=/builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/licenses/otf2-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/licenses/otf2-doc + cp -pr COPYING /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64/usr/share/licenses/otf2-doc + exit 0 Provides: otf2-doc = 2.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/otf2-2.1-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/otf2-2.1-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/otf2-devel-2.1-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/otf2-doc-2.1-1.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.NZCjDR + umask 022 + cd /builddir/build/BUILD + cd otf2-2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/otf2-2.1-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff