ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: Girar Builder awaiter robot <girar-builder@altlinux.org>
To: Vitaly Lipatov <lav@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-p9@altlinux.org
Subject: [#246015] [test-only] p9 FAILED (try 2) cmake.git=3.16.3-alt1 gnucash.git=3.7-alt2 rosegarden.git=17.12-alt1
Date: Thu, 13 Feb 2020 10:41:39 +0000
Message-ID: <20200213104138.GA26631@gyle.altlinux.org> (raw)

http://git.altlinux.org/tasks/246015/logs/events.2.1.log

2020-Feb-13 10:38:47 :: test-only task #246015 for p9 resumed by lav:
#100 build 3.16.3-alt1 from /gears/c/cmake.git fetched at 2020-Feb-12 19:44:10
#200 build 3.7-alt2 from /gears/g/gnucash.git fetched at 2020-Feb-12 19:44:47
#300 build 17.12-alt1 from /gears/r/rosegarden.git fetched at 2020-Feb-13 10:38:39
2020-Feb-13 10:39:06 :: created build repo
2020-Feb-13 10:39:08 :: [aarch64] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:08 :: [x86_64] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:08 :: [i586] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:08 :: [ppc64le] #100 cmake.git 3.16.3-alt1: build start
2020-Feb-13 10:39:37 :: [aarch64] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:37 :: [aarch64] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:37 :: [aarch64] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:37 :: [i586] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:37 :: [i586] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:37 :: [i586] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:43 :: [x86_64] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:43 :: [x86_64] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:43 :: [x86_64] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:45 :: [ppc64le] cmake.git 3.16.3-alt1: remote: no need to rebuild
2020-Feb-13 10:39:45 :: [ppc64le] #100 cmake.git 3.16.3-alt1: build OK
2020-Feb-13 10:39:45 :: [ppc64le] #200 gnucash.git 3.7-alt2: build start
2020-Feb-13 10:39:56 :: [i586] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:39:56 :: [i586] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:39:56 :: [i586] #300 rosegarden.git 17.12-alt1: build start
2020-Feb-13 10:39:58 :: [aarch64] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:39:58 :: [aarch64] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:39:58 :: [aarch64] #300 rosegarden.git 17.12-alt1: build start
2020-Feb-13 10:40:03 :: [ppc64le] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:40:03 :: [ppc64le] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:40:03 :: [ppc64le] #300 rosegarden.git 17.12-alt1: build start
2020-Feb-13 10:40:05 :: [x86_64] gnucash.git 3.7-alt2: remote: no need to rebuild
2020-Feb-13 10:40:05 :: [x86_64] #200 gnucash.git 3.7-alt2: build OK
2020-Feb-13 10:40:05 :: [x86_64] #300 rosegarden.git 17.12-alt1: build start
/usr/include/qt5/QtCore/qglobal.h:977:44: error: 't' was not declared in this scope
     QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:40:43 :: [i586] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:40:43 :: [i586] #300 rosegarden.git 17.12-alt1: build FAILED
2020-Feb-13 10:40:43 :: [i586] requesting cancellation of task processing
/usr/include/qt5/QtCore/qglobal.h:977:44: error: 't' was not declared in this scope
     QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:41:08 :: [x86_64] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:41:08 :: [x86_64] #300 rosegarden.git 17.12-alt1: build FAILED
/usr/include/qt5/QtCore/qglobal.h:977:44: error: 't' was not declared in this scope
     QForeachContainer(T &&t) : c(std::move(t)), i(qAsConst(c).begin()), e(qAsConst(c).end())  {}
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:41:17 :: [aarch64] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:41:17 :: [aarch64] #300 rosegarden.git 17.12-alt1: build FAILED
/usr/include/qt5/QtCore/qglobal.h: In member function 'QtPrivate::QForeachContainer<T>& QtPrivate::QForeachContainer<T>::operator=(QtPrivate::QForeachContainer<T>)':
/usr/include/qt5/QtCore/qglobal.h:989:18: error: 'move' is not a member of 'std'
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:989:18: note: 'std::move' is only available from C++11 onwards
/usr/include/qt5/QtCore/qglobal.h:989:23: error: 'other' was not declared in this scope
         c = std::move(other.c);
/usr/include/qt5/QtCore/qglobal.h:992:24: error: 'move' is not a member of 'std'
         control = std::move(other.control);
--
/usr/include/qt5/QtCore/qglobal.h: At global scope:
/usr/include/qt5/QtCore/qglobal.h:1002:33: error: 'decay' in namespace 'std' does not name a template type
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected template-argument before '<' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:38: error: expected '>' before '<' token
/usr/include/qt5/QtCore/qglobal.h:1002:47: error: template argument 1 is invalid
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h:1002:73: error: expected ',' or '...' before '&&' token
 QForeachContainer<typename std::decay<T>::type> qMakeForeachContainer(T &&t)
/usr/include/qt5/QtCore/qglobal.h: In function 'int QtPrivate::qMakeForeachContainer(T)':
/usr/include/qt5/QtCore/qglobal.h:1004:44: error: 'decay' in namespace 'std' does not name a template type
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
/usr/include/qt5/QtCore/qglobal.h:1004:49: error: expected template-argument before '<' token
     return QForeachContainer<typename std::decay<T>::type>(std::forward<T>(t));
2020-Feb-13 10:41:38 :: [ppc64le] rosegarden.git 17.12-alt1: remote: build failed
2020-Feb-13 10:41:38 :: [ppc64le] #300 rosegarden.git 17.12-alt1: build FAILED
2020-Feb-13 10:40:43 :: [i586] build FAILED
2020-Feb-13 10:41:09 :: [x86_64] build FAILED
2020-Feb-13 10:41:17 :: [aarch64] build FAILED
2020-Feb-13 10:41:38 :: [ppc64le] build FAILED
2020-Feb-13 10:41:38 :: task #246015 for p9 FAILED


                 reply	other threads:[~2020-02-13 10:41 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=20200213104138.GA26631@gyle.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=girar-builder-p9@altlinux.org \
    --cc=lav@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