ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#260783] [test-only] FAILED (try 2) deepin-movie.git=5.7.6.69-alt1
@ 2020-11-02  8:13 Girar awaiter (lvol)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (lvol) @ 2020-11-02  8:13 UTC (permalink / raw)
  To: Leontiy Volodin; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 6705 bytes --]

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

subtask  name          aarch64    armh    i586  ppc64le  x86_64
    #40  deepin-movie     1:56  failed  failed   failed    2:16

2020-Nov-02 08:10:50 :: test-only task #260783 for sisyphus resumed by lvol:
#40 build 5.7.6.69-alt1 from /people/lvol/packages/deepin-movie.git fetched at 2020-Nov-02 08:10:30
#100 removed
2020-Nov-02 08:10:50 :: [i586] #40 deepin-movie.git 5.7.6.69-alt1: build start
2020-Nov-02 08:10:50 :: [x86_64] #40 deepin-movie.git 5.7.6.69-alt1: build start
2020-Nov-02 08:10:50 :: [aarch64] #40 deepin-movie.git 5.7.6.69-alt1: build start
2020-Nov-02 08:10:50 :: [ppc64le] #40 deepin-movie.git 5.7.6.69-alt1: build start
2020-Nov-02 08:10:50 :: [armh] #40 deepin-movie.git 5.7.6.69-alt1: build start
[ppc64le] In file included from ../src/backends/mpv/mpv_proxy.cpp:32:
[ppc64le] ../src/libdmr/../backends/mpv/mpv_proxy.h:87:80: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]             mpv_terminateDestroy fun = (mpv_terminateDestroy)QLibrary::resolve(LIB_PATH, "mpv_terminate_destroy");
[ppc64le] --
[ppc64le]             mpv_freeNode_contents(ptr);
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:131:52: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_waitEvent = (mpv_waitEvent)QLibrary::resolve(LIB_PATH, "mpv_wait_event");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:132:65: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_setOptionString = (mpv_set_optionString)QLibrary::resolve(LIB_PATH, "mpv_set_option_string");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:133:56: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_setProperty = (mpv_setProperty)QLibrary::resolve(LIB_PATH, "mpv_set_property");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:134:67: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_setPropertyAsync = (mpv_setProperty_async)QLibrary::resolve(LIB_PATH, "mpv_set_property_async");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:135:56: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_commandNode = (mpv_commandNode)QLibrary::resolve(LIB_PATH, "mpv_command_node");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:136:67: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_commandNodeAsync = (mpv_commandNode_async)QLibrary::resolve(LIB_PATH, "mpv_command_node_async");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:137:56: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_getProperty = (mpv_getProperty)QLibrary::resolve(LIB_PATH, "mpv_get_property");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:138:64: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_observeProperty = (mpv_observeProperty)QLibrary::resolve(LIB_PATH, "mpv_observe_property");
[ppc64le] ../src/backends/mpv/mpv_proxy.cpp:139:52: error: use of undeclared identifier 'LIB_PATH'
[ppc64le]     m_eventName = (mpv_eventName)QLibrary::resolve(LIB_PATH, "mpv_event_name");
2020-Nov-02 08:12:06 :: [ppc64le] deepin-movie.git 5.7.6.69-alt1: remote: build failed
2020-Nov-02 08:12:06 :: [ppc64le] #40 deepin-movie.git 5.7.6.69-alt1: build FAILED
2020-Nov-02 08:12:06 :: [ppc64le] requesting cancellation of task processing
[i586] /usr/include/qt5/QtCore/qset.h:264:5: note: 'toList' has been explicitly marked deprecated here
[i586]     QT_DEPRECATED_X("Use values() instead.")
[i586] /usr/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[i586] #  define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[i586] /usr/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[i586] #    define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[i586] ../src/common/mainwindow.cpp:656:10: warning: private field 'ttt' is not used [-Wunused-private-field]
[i586]     bool ttt{false};//内存对齐
[i586] 28 warnings generated.
[i586] ninja: build stopped: subcommand failed.
2020-Nov-02 08:12:09 :: [i586] deepin-movie.git 5.7.6.69-alt1: remote: build failed
2020-Nov-02 08:12:09 :: [i586] #40 deepin-movie.git 5.7.6.69-alt1: build FAILED
[armh] In file included from ../src/backends/mpv/mpv_proxy.cpp:32:
[armh] ../src/libdmr/../backends/mpv/mpv_proxy.h:87:80: error: use of undeclared identifier 'LIB_PATH'
[armh]             mpv_terminateDestroy fun = (mpv_terminateDestroy)QLibrary::resolve(LIB_PATH, "mpv_terminate_destroy");
[armh] --
[armh]             mpv_freeNode_contents(ptr);
[armh] ../src/backends/mpv/mpv_proxy.cpp:131:52: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_waitEvent = (mpv_waitEvent)QLibrary::resolve(LIB_PATH, "mpv_wait_event");
[armh] ../src/backends/mpv/mpv_proxy.cpp:132:65: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_setOptionString = (mpv_set_optionString)QLibrary::resolve(LIB_PATH, "mpv_set_option_string");
[armh] ../src/backends/mpv/mpv_proxy.cpp:133:56: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_setProperty = (mpv_setProperty)QLibrary::resolve(LIB_PATH, "mpv_set_property");
[armh] ../src/backends/mpv/mpv_proxy.cpp:134:67: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_setPropertyAsync = (mpv_setProperty_async)QLibrary::resolve(LIB_PATH, "mpv_set_property_async");
[armh] ../src/backends/mpv/mpv_proxy.cpp:135:56: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_commandNode = (mpv_commandNode)QLibrary::resolve(LIB_PATH, "mpv_command_node");
[armh] ../src/backends/mpv/mpv_proxy.cpp:136:67: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_commandNodeAsync = (mpv_commandNode_async)QLibrary::resolve(LIB_PATH, "mpv_command_node_async");
[armh] ../src/backends/mpv/mpv_proxy.cpp:137:56: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_getProperty = (mpv_getProperty)QLibrary::resolve(LIB_PATH, "mpv_get_property");
[armh] ../src/backends/mpv/mpv_proxy.cpp:138:64: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_observeProperty = (mpv_observeProperty)QLibrary::resolve(LIB_PATH, "mpv_observe_property");
[armh] ../src/backends/mpv/mpv_proxy.cpp:139:52: error: use of undeclared identifier 'LIB_PATH'
[armh]     m_eventName = (mpv_eventName)QLibrary::resolve(LIB_PATH, "mpv_event_name");
2020-Nov-02 08:12:18 :: [armh] deepin-movie.git 5.7.6.69-alt1: remote: build failed
2020-Nov-02 08:12:18 :: [armh] #40 deepin-movie.git 5.7.6.69-alt1: build FAILED
2020-Nov-02 08:12:46 :: [aarch64] #40 deepin-movie.git 5.7.6.69-alt1: build OK
2020-Nov-02 08:13:06 :: [x86_64] #40 deepin-movie.git 5.7.6.69-alt1: build OK
2020-Nov-02 08:12:06 :: [ppc64le] build FAILED
2020-Nov-02 08:12:09 :: [i586] build FAILED
2020-Nov-02 08:12:18 :: [armh] build FAILED
2020-Nov-02 08:13:06 :: task #260783 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-02  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02  8:13 [#260783] [test-only] FAILED (try 2) deepin-movie.git=5.7.6.69-alt1 Girar awaiter (lvol)

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