[#203323] p8 FAILED (try 15) eigen3.git=3.3.4-alt3.M80P.1 tbb.git=2018-alt0.M80P.1.u1 ...

Girar Builder awaiter robot girar-builder at altlinux.org
Thu May 17 19:24:44 MSK 2018


http://git.altlinux.org/tasks/203323/logs/events.15.1.log

2018-May-17 14:59:03 :: task #203323 for p8 resumed by cas:
#20 build 3.3.4-alt3.M80P.1 from /people/cas/packages/eigen3.git fetched at 2018-Apr-02 12:29:38
#24 build 2018-alt0.M80P.1.u1 from /people/cas/packages/tbb.git fetched at 2018-Apr-17 03:41:15
#30 removed
#40 build 1.13.0-alt1_0.M80P.1 from /people/cas/packages/ceres-solver.git fetched at 2018-Apr-02 07:41:16
#100 removed
#120 build 2.8.4-alt1_6.M80P.1 from /people/cas/packages/gdcm.git fetched at 2018-May-16 13:57:34
#140 removed
#150 build 5.1.6.6-alt2_8.M80P.1 from /people/cas/packages/openni-primesense.git fetched at 2018-Apr-03 19:04:10
#160 removed
#200 removed
#300 removed
#400 build 3.4.0-alt2.M80P.1 from /people/cas/packages/libopencv3.4.git fetched at 2018-Apr-28 11:05:36
2018-May-17 14:59:21 :: created build repo
2018-May-17 14:59:22 :: [x86_64] #20 eigen3.git 3.3.4-alt3.M80P.1: build start
2018-May-17 14:59:22 :: [i586] #20 eigen3.git 3.3.4-alt3.M80P.1: build start
2018-May-17 15:21:37 :: [i586] #20 eigen3.git 3.3.4-alt3.M80P.1: build OK
2018-May-17 15:21:37 :: [i586] #24 tbb.git 2018-alt0.M80P.1.u1: build start
2018-May-17 15:23:01 :: [x86_64] #20 eigen3.git 3.3.4-alt3.M80P.1: build OK
2018-May-17 15:23:01 :: [x86_64] #24 tbb.git 2018-alt0.M80P.1.u1: build start
2018-May-17 15:24:04 :: [i586] #24 tbb.git 2018-alt0.M80P.1.u1: build OK
2018-May-17 15:24:04 :: [i586] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build start
2018-May-17 15:25:20 :: [x86_64] #24 tbb.git 2018-alt0.M80P.1.u1: build OK
2018-May-17 15:25:20 :: [x86_64] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build start
2018-May-17 15:50:44 :: [i586] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build OK
2018-May-17 15:50:44 :: [i586] #120 gdcm.git 2.8.4-alt1_6.M80P.1: build start
2018-May-17 15:52:28 :: [x86_64] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build OK
2018-May-17 15:52:28 :: [x86_64] #120 gdcm.git 2.8.4-alt1_6.M80P.1: build start
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx: In function 'std::__cxx11::string getInfoDate(Dict*, const char*)':
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:200:40: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
   if (infoDict->lookup((char*)key, &obj)->isString())
--
   Object lookup(const char *key, int recursion = 0) const;
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:200:41: error: base operand of '->' has non-pointer type 'Object'
   if (infoDict->lookup((char*)key, &obj)->isString())
--
                 from /usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:38:
/usr/include/poppler/Object.h:292:8: error: 'void Object::free()' is private
   void free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:250:12: error: within this context
   obj.free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx: In function 'std::__cxx11::string getInfoString(Dict*, const char*, UnicodeMap*)':
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:268:40: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
   if (infoDict->lookup((char*)key, &obj)->isString())
--
   Object lookup(const char *key, int recursion = 0) const;
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:268:41: error: base operand of '->' has non-pointer type 'Object'
   if (infoDict->lookup((char*)key, &obj)->isString())
--
                 from /usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:38:
/usr/include/poppler/Object.h:292:8: error: 'void Object::free()' is private
   void free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:302:12: error: within this context
   obj.free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx: In function 'int ProcessOneFile(const string&, const gdcm::Defs&)':
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:470:35: error: use of deleted function 'Object::Object(T) [with T = Object*]'
       bv->GetLength(), &appearDict);
--
   template<typename T> Object(T) = delete;
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:502:28: error: no matching function for call to 'PDFDoc::getDocInfo(Object*)'
       doc->getDocInfo(&info);
2018-May-17 16:24:05 :: [x86_64] gdcm.git 2.8.4-alt1_6.M80P.1: remote: build failed
2018-May-17 16:24:05 :: [x86_64] #120 gdcm.git 2.8.4-alt1_6.M80P.1: build FAILED
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx: In function 'std::__cxx11::string getInfoDate(Dict*, const char*)':
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:200:40: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
   if (infoDict->lookup((char*)key, &obj)->isString())
--
   Object lookup(const char *key, int recursion = 0) const;
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:200:41: error: base operand of '->' has non-pointer type 'Object'
   if (infoDict->lookup((char*)key, &obj)->isString())
--
                 from /usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:38:
/usr/include/poppler/Object.h:292:8: error: 'void Object::free()' is private
   void free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:250:12: error: within this context
   obj.free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx: In function 'std::__cxx11::string getInfoString(Dict*, const char*, UnicodeMap*)':
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:268:40: error: invalid conversion from 'Object*' to 'int' [-fpermissive]
   if (infoDict->lookup((char*)key, &obj)->isString())
--
   Object lookup(const char *key, int recursion = 0) const;
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:268:41: error: base operand of '->' has non-pointer type 'Object'
   if (infoDict->lookup((char*)key, &obj)->isString())
--
                 from /usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:38:
/usr/include/poppler/Object.h:292:8: error: 'void Object::free()' is private
   void free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:302:12: error: within this context
   obj.free();
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx: In function 'int ProcessOneFile(const string&, const gdcm::Defs&)':
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:470:35: error: use of deleted function 'Object::Object(T) [with T = Object*]'
       bv->GetLength(), &appearDict);
--
   template<typename T> Object(T) = delete;
/usr/src/RPM/BUILD/gdcm-2.8.4/Applications/Cxx/gdcminfo.cxx:502:28: error: no matching function for call to 'PDFDoc::getDocInfo(Object*)'
       doc->getDocInfo(&info);
2018-May-17 16:24:44 :: [i586] gdcm.git 2.8.4-alt1_6.M80P.1: remote: build failed
2018-May-17 16:24:44 :: [i586] #120 gdcm.git 2.8.4-alt1_6.M80P.1: build FAILED
2018-May-17 16:24:05 :: [x86_64] build FAILED
2018-May-17 16:24:44 :: [i586] build FAILED
2018-May-17 16:24:44 :: task #203323 for p8 FAILED


More information about the Sisyphus-incominger mailing list