ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: Girar Builder awaiter robot <girar-builder@altlinux.org>
To: Andrey Cherepanov <cas@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-p8@altlinux.org
Subject: [#203323] p8 FAILED (try 16) eigen3.git=3.3.4-alt3.M80P.1 tbb.git=2018-alt0.M80P.1.u1 ...
Date: Sat, 19 May 2018 00:35:36 +0000
Message-ID: <20180519003536.GA3475@gyle.altlinux.org> (raw)

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

2018-May-18 23:16:04 :: test-only 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-18 23:16:21 :: created build repo
2018-May-18 23:16:22 :: [i586] #20 eigen3.git 3.3.4-alt3.M80P.1: build start
2018-May-18 23:16:22 :: [x86_64] #20 eigen3.git 3.3.4-alt3.M80P.1: build start
2018-May-18 23:17:01 :: [i586] eigen3.git 3.3.4-alt3.M80P.1: remote: no need to rebuild
2018-May-18 23:17:01 :: [i586] #20 eigen3.git 3.3.4-alt3.M80P.1: build OK
2018-May-18 23:17:01 :: [i586] #24 tbb.git 2018-alt0.M80P.1.u1: build start
2018-May-18 23:17:11 :: [x86_64] eigen3.git 3.3.4-alt3.M80P.1: remote: no need to rebuild
2018-May-18 23:17:11 :: [x86_64] #20 eigen3.git 3.3.4-alt3.M80P.1: build OK
2018-May-18 23:17:11 :: [x86_64] #24 tbb.git 2018-alt0.M80P.1.u1: build start
2018-May-18 23:20:02 :: [i586] #24 tbb.git 2018-alt0.M80P.1.u1: build OK
2018-May-18 23:20:02 :: [i586] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build start
2018-May-18 23:20:51 :: [x86_64] #24 tbb.git 2018-alt0.M80P.1.u1: build OK
2018-May-18 23:20:51 :: [x86_64] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build start
2018-May-18 23:52:28 :: [i586] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build OK
2018-May-18 23:52:28 :: [i586] #120 gdcm.git 2.8.4-alt1_6.M80P.1: build start
2018-May-18 23:55:10 :: [x86_64] #40 ceres-solver.git 1.13.0-alt1_0.M80P.1: build OK
2018-May-18 23:55:10 :: [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-19 00:34:59 :: [i586] gdcm.git 2.8.4-alt1_6.M80P.1: remote: build failed
2018-May-19 00:34:59 :: [i586] #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-19 00:35:35 :: [x86_64] gdcm.git 2.8.4-alt1_6.M80P.1: remote: build failed
2018-May-19 00:35:35 :: [x86_64] #120 gdcm.git 2.8.4-alt1_6.M80P.1: build FAILED
2018-May-19 00:34:59 :: [i586] build FAILED
2018-May-19 00:35:35 :: [x86_64] build FAILED
2018-May-19 00:35:35 :: task #203323 for p8 FAILED


                 reply	other threads:[~2018-05-19  0:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180519003536.GA3475@gyle.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=cas@altlinux.org \
    --cc=girar-builder-p8@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git