From: Girar Builder awaiter robot <girar-builder@altlinux.org> To: Andrey Cherepanov <cas@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org Subject: [#252240] [test-only] FAILED (try 3) freecad.git=0.18.4-alt2 Date: Tue, 26 May 2020 08:29:54 +0000 Message-ID: <20200526082954.GA29151@gyle.altlinux.org> (raw) http://git.altlinux.org/tasks/252240/logs/events.3.1.log 2020-May-26 07:45:46 :: test-only task #252240 for sisyphus resumed by cas: #100 removed #200 build 0.18.4-alt2 from /people/cas/packages/freecad.git fetched at 2020-May-26 07:34:28 2020-May-26 07:45:47 :: [x86_64] #200 freecad.git 0.18.4-alt2: build start 2020-May-26 07:45:47 :: [ppc64le] #200 freecad.git 0.18.4-alt2: build start 2020-May-26 07:45:47 :: [aarch64] #200 freecad.git 0.18.4-alt2: build start 2020-May-26 07:45:47 :: [i586] #200 freecad.git 0.18.4-alt2: build start [3184/3305] Building CXX object src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o FAILED: src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o /usr/bin/c++ -DHAVE_CONFIG_H -DHAVE_LIMITS_H -DPathGui_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_UITOOLS_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DQT_XML_LIB -D_OCC64 -I. -Isrc -Isrc/Mod/Path/Gui -I/usr/include/directfb -I/usr/include/Inventor/annex -I/usr/lib64/oce-0.18/../../include/oce -I/usr/include/eigen3 -I/usr/include/python2.7 -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/share/qt5/../../lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/qt5/QtXml -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtOpenGL -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/qt5/QtSvg -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtUiTools -isystem /usr/include/qt5/QtX11Extras -isystem /usr/include/qt5/QtConcurrent -Wall -Wextra -Wno-write-strings -pipe -frecord-gcc-switches -Wall -g -O2 -Wl,-rpath,/usr/lib64/freecad/lib -std=c++11 -D_OCC64 -O2 -DNDEBUG -fPIC -fPIC -MD -MT src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o -MF src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o.d -o src/Mod/Path/Gui/CMakeFiles/PathGui.dir/DlgSettingsPathColor.cpp.o -c src/Mod/Path/Gui/DlgSettingsPathColor.cpp In file included from src/Mod/Path/Gui/DlgSettingsPathColor.cpp:99: src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:57:15: error: 'PathGui::PathGui' has not been declared 57 | void PathGui::PathGui::DlgSettingsPathColor::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:65:47: error: 'PathGui::PathGui' has not been declared 65 | QT_INIT_METAOBJECT const QMetaObject PathGui::PathGui::DlgSettingsPathColor::staticMetaObject = { { src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:75:29: error: 'PathGui::PathGui' has not been declared 75 | const QMetaObject *PathGui::PathGui::DlgSettingsPathColor::metaObject() const src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:75:73: error: non-member function 'const QMetaObject* metaObject()' cannot have cv-qualifier 75 | const QMetaObject *PathGui::PathGui::DlgSettingsPathColor::metaObject() const src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp: In function 'const QMetaObject* metaObject()': src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:77:21: error: 'QScopedPointer<QObjectData> QObject::d_ptr' is protected within this context 77 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -- In file included from src/Mod/Path/Gui/DlgSettingsPathColor.cpp:99: src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:77:21: error: invalid use of non-static data member 'QObject::d_ptr' 77 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -- In file included from src/Mod/Path/Gui/DlgSettingsPathColor.cpp:99: src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:77:50: error: 'QScopedPointer<QObjectData> QObject::d_ptr' is protected within this context 77 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -- In file included from src/Mod/Path/Gui/DlgSettingsPathColor.cpp:99: src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:77:50: error: invalid use of non-static data member 'QObject::d_ptr' 77 | return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -- src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp: At global scope: src/Mod/Path/Gui/moc_DlgSettingsPathColor.cpp:80:16: error: 'PathGui::PathGui' has not been declared 80 | void *PathGui::PathGui::DlgSettingsPathColor::qt_metacast(const char *_clname) 2020-May-26 08:01:00 :: [aarch64] freecad.git 0.18.4-alt2: remote: build failed 2020-May-26 08:01:00 :: [aarch64] #200 freecad.git 0.18.4-alt2: build FAILED 2020-May-26 08:01:00 :: [aarch64] requesting cancellation of task processing 2020-May-26 08:19:28 :: [x86_64] #200 freecad.git 0.18.4-alt2: build OK 2020-May-26 08:25:13 :: [i586] #200 freecad.git 0.18.4-alt2: build OK 2020-May-26 08:29:54 :: [ppc64le] #200 freecad.git 0.18.4-alt2: build OK 2020-May-26 08:01:00 :: [aarch64] build FAILED 2020-May-26 08:29:54 :: task #252240 for sisyphus FAILED
reply other threads:[~2020-05-26 8:29 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=20200526082954.GA29151@gyle.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=cas@altlinux.org \ --cc=girar-builder-sisyphus@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