<86>Aug 1 09:13:52 userdel[3537113]: delete user 'rooter' <86>Aug 1 09:13:52 userdel[3537113]: removed group 'rooter' owned by 'rooter' <86>Aug 1 09:13:52 userdel[3537113]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 1 09:13:52 groupadd[3537127]: group added to /etc/group: name=rooter, GID=675 <86>Aug 1 09:13:52 groupadd[3537127]: group added to /etc/gshadow: name=rooter <86>Aug 1 09:13:52 groupadd[3537127]: new group: name=rooter, GID=675 <86>Aug 1 09:13:52 useradd[3537135]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash <86>Aug 1 09:13:52 userdel[3537146]: delete user 'builder' <86>Aug 1 09:13:52 userdel[3537146]: removed group 'builder' owned by 'builder' <86>Aug 1 09:13:52 userdel[3537146]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 09:13:52 groupadd[3537157]: group added to /etc/group: name=builder, GID=676 <86>Aug 1 09:13:52 groupadd[3537157]: group added to /etc/gshadow: name=builder <86>Aug 1 09:13:52 groupadd[3537157]: new group: name=builder, GID=676 <86>Aug 1 09:13:52 useradd[3537167]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash <13>Aug 1 09:13:54 rpmi: libvamp-2.5-alt2.hg20140905.1 1434265616 installed <13>Aug 1 09:13:54 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Aug 1 09:13:54 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 09:13:55 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 09:13:55 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed <13>Aug 1 09:13:55 rpmi: libvamp-devel-2.5-alt2.hg20140905.1 1434265616 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/vamp-plugin-tester-1.0-alt1.1.nosrc.rpm (w1.gzdio) Installing vamp-plugin-tester-1.0-alt1.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93949 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf vamp-plugin-tester-1.0 + echo 'Source #0 (vamp-plugin-tester-1.0.tar):' Source #0 (vamp-plugin-tester-1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/vamp-plugin-tester-1.0.tar + cd vamp-plugin-tester-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93949 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vamp-plugin-tester-1.0 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o vamp-plugin-tester.o vamp-plugin-tester.cpp make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o Tester.o Tester.cpp make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o TestInputExtremes.o TestInputExtremes.cpp TestInputExtremes.cpp: In member function 'virtual Test::Results TestNormalInput::test(std::__cxx11::string, Test::Options)': TestInputExtremes.cpp:74:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInputExtremes.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestInputExtremes.cpp: In member function 'virtual Test::Results TestNoInput::test(std::__cxx11::string, Test::Options)': TestInputExtremes.cpp:106:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInputExtremes.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestInputExtremes.cpp: In member function 'virtual Test::Results TestShortInput::test(std::__cxx11::string, Test::Options)': TestInputExtremes.cpp:124:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInputExtremes.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestInputExtremes.cpp: In member function 'virtual Test::Results TestSilentInput::test(std::__cxx11::string, Test::Options)': TestInputExtremes.cpp:155:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInputExtremes.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestInputExtremes.cpp: In member function 'virtual Test::Results TestTooLoudInput::test(std::__cxx11::string, Test::Options)': TestInputExtremes.cpp:187:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInputExtremes.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestInputExtremes.cpp: In member function 'virtual Test::Results TestRandomInput::test(std::__cxx11::string, Test::Options)': TestInputExtremes.cpp:221:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInputExtremes.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o TestMultipleRuns.o TestMultipleRuns.cpp TestMultipleRuns.cpp: In member function 'virtual Test::Results TestDistinctRuns::test(std::__cxx11::string, Test::Options)': TestMultipleRuns.cpp:79:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestMultipleRuns.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestMultipleRuns.cpp: In member function 'virtual Test::Results TestReset::test(std::__cxx11::string, Test::Options)': TestMultipleRuns.cpp:123:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestMultipleRuns.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestMultipleRuns.cpp: In member function 'virtual Test::Results TestDifferentStartTimes::test(std::__cxx11::string, Test::Options)': TestMultipleRuns.cpp:227:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestMultipleRuns.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o TestOutputs.o TestOutputs.cpp TestOutputs.cpp: In member function 'virtual Test::Results TestOutputNumbers::test(std::__cxx11::string, Test::Options)': TestOutputs.cpp:69:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestOutputs.cpp:48: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestOutputs.cpp: In member function 'virtual Test::Results TestTimestamps::test(std::__cxx11::string, Test::Options)': TestOutputs.cpp:120:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(PluginLoader::getInstance()->loadPlugin ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestOutputs.cpp:48: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o TestDefaults.o TestDefaults.cpp TestDefaults.cpp: In member function 'virtual Test::Results TestDefaultProgram::test(std::__cxx11::string, Test::Options)': TestDefaults.cpp:74:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestDefaults.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestDefaults.cpp: In member function 'virtual Test::Results TestDefaultParameters::test(std::__cxx11::string, Test::Options)': TestDefaults.cpp:123:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestDefaults.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o TestStaticData.o TestStaticData.cpp TestStaticData.cpp: In member function 'virtual Test::Results TestIdentifiers::test(std::__cxx11::string, Test::Options)': TestStaticData.cpp:62:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestStaticData.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestStaticData.cpp: In member function 'virtual Test::Results TestEmptyFields::test(std::__cxx11::string, Test::Options)': TestStaticData.cpp:99:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestStaticData.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestStaticData.cpp: In member function 'virtual Test::Results TestValueRanges::test(std::__cxx11::string, Test::Options)': TestStaticData.cpp:152:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestStaticData.cpp:45: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o Test.o Test.cpp make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ -g -Wall -Wextra -c -o TestInitialise.o TestInitialise.cpp TestInitialise.cpp: In member function 'virtual Test::Results TestSampleRates::test(std::__cxx11::string, Test::Options)': TestInitialise.cpp:85:9: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key, rate)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInitialise.cpp:48: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ TestInitialise.cpp: In member function 'virtual Test::Results TestLengthyConstructor::test(std::__cxx11::string, Test::Options)': TestInitialise.cpp:134:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr p(load(key)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from TestInitialise.cpp:48: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' make: Entering directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' g++ vamp-plugin-tester.o Tester.o Test.o TestStaticData.o TestInputExtremes.o TestMultipleRuns.o TestOutputs.o TestDefaults.o TestInitialise.o -o vamp-plugin-tester -lvamp-hostsdk -ldl make: Leaving directory '/usr/src/RPM/BUILD/vamp-plugin-tester-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.60681 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/vamp-plugin-tester-buildroot + : + /bin/rm -rf -- /usr/src/tmp/vamp-plugin-tester-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd vamp-plugin-tester-1.0 + install -d /usr/src/tmp/vamp-plugin-tester-buildroot/usr/bin + install -m755 vamp-plugin-tester /usr/src/tmp/vamp-plugin-tester-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/vamp-plugin-tester-buildroot (auto) Verifying and fixing files in /usr/src/tmp/vamp-plugin-tester-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/vamp-plugin-tester-buildroot/ (default) Compressing files in /usr/src/tmp/vamp-plugin-tester-buildroot (auto) Verifying ELF objects in /usr/src/tmp/vamp-plugin-tester-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: vamp-plugin-tester-1.0-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42215 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vamp-plugin-tester-1.0 + DOCDIR=/usr/src/tmp/vamp-plugin-tester-buildroot/usr/share/doc/vamp-plugin-tester-1.0 + export DOCDIR + rm -rf /usr/src/tmp/vamp-plugin-tester-buildroot/usr/share/doc/vamp-plugin-tester-1.0 + /bin/mkdir -p /usr/src/tmp/vamp-plugin-tester-buildroot/usr/share/doc/vamp-plugin-tester-1.0 + cp -prL README /usr/src/tmp/vamp-plugin-tester-buildroot/usr/share/doc/vamp-plugin-tester-1.0 + chmod -R go-w /usr/src/tmp/vamp-plugin-tester-buildroot/usr/share/doc/vamp-plugin-tester-1.0 + chmod -R a+rX /usr/src/tmp/vamp-plugin-tester-buildroot/usr/share/doc/vamp-plugin-tester-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.StLk4t find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NRDAI4 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libm.so.6(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), libvamp-hostsdk.so.3 >= set:miTXiIc3LnObskugZ38UP1UO5gQ12, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LQhKhS Creating vamp-plugin-tester-debuginfo package Processing files: vamp-plugin-tester-debuginfo-1.0-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CRaQVW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ruP1n7 find-requires: running scripts (debuginfo) Requires: vamp-plugin-tester = 1.0-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libstdc++.so.6), debug(libvamp-hostsdk.so.3) Wrote: /usr/src/RPM/RPMS/i586/vamp-plugin-tester-1.0-alt1.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/vamp-plugin-tester-debuginfo-1.0-alt1.1.i586.rpm (w2.lzdio) 8.13user 0.98system 0:08.99elapsed 101%CPU (0avgtext+0avgdata 73604maxresident)k 0inputs+0outputs (0major+405160minor)pagefaults 0swaps 12.87user 3.43system 0:16.18elapsed 100%CPU (0avgtext+0avgdata 118036maxresident)k 0inputs+0outputs (0major+675643minor)pagefaults 0swaps --- vamp-plugin-tester-1.0-alt1.1.i586.rpm.repo 2015-06-14 08:58:30.000000000 +0000 +++ vamp-plugin-tester-1.0-alt1.1.i586.rpm.hasher 2021-08-01 09:14:07.320358769 +0000 @@ -10,2 +10,4 @@ Requires: libstdc++.so.6(CXXABI_1.3) +Requires: libstdc++.so.6(CXXABI_1.3.8) +Requires: libstdc++.so.6(CXXABI_1.3.9) Requires: libstdc++.so.6(GLIBCXX_3.4) @@ -17,5 +19,5 @@ Provides: vamp-plugin-tester = 1.0-alt1.1 -File: /usr/bin/vamp-plugin-tester 100755 root:root a88234553a2ccf8411fe3dde420c41e4 +File: /usr/bin/vamp-plugin-tester 100755 root:root 8ae3fa976e902ba7ca8c0bb2b496d4f6 File: /usr/share/doc/vamp-plugin-tester-1.0 40755 root:root File: /usr/share/doc/vamp-plugin-tester-1.0/README 100644 root:root 3d946bef86f7159ad4b1b8e6f9936db3 -RPMIdentity: 8e3b35d6f6fb55e3b62b6d4d947571146479e32df650d0b74b4bbb066eaf7f5fc45595b637243fb358ca31586e70f906fdcd750b7b2beef91daad4d8cf675f4f +RPMIdentity: b9c392fc12c1572001d3f5599ee5e4e1443edc2fad45c6fdde79168ce5f718d1f5b918333ca5d0e721dd1c6d6634f3c3ca3dcfdd8319b949206400e222f8918c --- vamp-plugin-tester-debuginfo-1.0-alt1.1.i586.rpm.repo 2015-06-14 08:58:30.000000000 +0000 +++ vamp-plugin-tester-debuginfo-1.0-alt1.1.i586.rpm.hasher 2021-08-01 09:14:07.394359056 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/dd 40755 root:root -/usr/lib/debug/.build-id/dd/4f01823f6d2dadc4eb23ac15b2707a8fb060e2 120777 root:root ../../../../bin/vamp-plugin-tester -/usr/lib/debug/.build-id/dd/4f01823f6d2dadc4eb23ac15b2707a8fb060e2.debug 120777 root:root ../../usr/bin/vamp-plugin-tester.debug +/usr/lib/debug/.build-id/1c 40755 root:root +/usr/lib/debug/.build-id/1c/bb24a58b8b073125c7cfd687d0484e9052775a 120777 root:root ../../../../bin/vamp-plugin-tester +/usr/lib/debug/.build-id/1c/bb24a58b8b073125c7cfd687d0484e9052775a.debug 120777 root:root ../../usr/bin/vamp-plugin-tester.debug /usr/lib/debug/usr/bin/vamp-plugin-tester.debug 100644 root:root @@ -31,6 +31,6 @@ Provides: vamp-plugin-tester-debuginfo = 1.0-alt1.1 -File: /usr/lib/debug/.build-id/dd 40755 root:root -File: /usr/lib/debug/.build-id/dd/4f01823f6d2dadc4eb23ac15b2707a8fb060e2 120777 root:root ../../../../bin/vamp-plugin-tester -File: /usr/lib/debug/.build-id/dd/4f01823f6d2dadc4eb23ac15b2707a8fb060e2.debug 120777 root:root ../../usr/bin/vamp-plugin-tester.debug -File: /usr/lib/debug/usr/bin/vamp-plugin-tester.debug 100644 root:root 7853d02a6e91106e80e38ce1fb8bc96c +File: /usr/lib/debug/.build-id/1c 40755 root:root +File: /usr/lib/debug/.build-id/1c/bb24a58b8b073125c7cfd687d0484e9052775a 120777 root:root ../../../../bin/vamp-plugin-tester +File: /usr/lib/debug/.build-id/1c/bb24a58b8b073125c7cfd687d0484e9052775a.debug 120777 root:root ../../usr/bin/vamp-plugin-tester.debug +File: /usr/lib/debug/usr/bin/vamp-plugin-tester.debug 100644 root:root 9dba8617ed185cf91302b7ee047ccd42 File: /usr/src/debug/vamp-plugin-tester-1.0 40755 root:root @@ -53,2 +53,2 @@ File: /usr/src/debug/vamp-plugin-tester-1.0/vamp-plugin-tester.cpp 100644 root:root a4800c350079847bb74046d7e16134f3 -RPMIdentity: 0faac75e42b65405bdefd80214eb3d30368f4dad0c602e5742edacc6c75db64e72f5e4e1833d7ab04d421535fffcef64fc3324a39435a199a996fb466c3fb982 +RPMIdentity: 9c624506b1391b1790ba22876c20327fc4dcd8a3a3d1d9264c4f83989fb19e0bc7dbd5ee3e1c9550b842608e68c28e70129bf5096a9a20736fd2727a28ee6780