See <https://jenkins.x2go.org:8443/job/x2gokdriveclient+nightly+debian+jessie/1/display/redirect> ------------------------------------------ [...truncated 100.80 KB...] APT_CONFIG=/var/lib/sbuild/apt.conf HOME=/sbuild-nonexistent LANG=en_US.UTF-8 LC_ALL=POSIX LOGNAME=jenkins PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games SCHROOT_ALIAS_NAME=jessie-amd64-sbuild SCHROOT_CHROOT_NAME=jessie-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=110 SCHROOT_GROUP=jenkins SCHROOT_SESSION_ID=jessie-amd64-sbuild-41b7e8a5-38bc-4267-98fe-cd02cf4b4da3 SCHROOT_UID=106 SCHROOT_USER=jenkins SHELL=/bin/sh USER=jenkins dpkg-buildpackage ----------------- dpkg-buildpackage: source package x2gokdriveclient dpkg-buildpackage: source version 0.0.0.1-0x2go1~git20190716.25+8.heuler.1 dpkg-buildpackage: source distribution jessie dpkg-buildpackage: source changed by Jenkins <jenkins@japsand.x2go.org> dpkg-source --before-build x2gokdriveclient-0.0.0.1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean debian/rules override_dh_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_clean rm -f *.o x2gokdriveclient_*.qm rm -f moc_*.cpp moc_*.h rm -f .qmake.stash rm -f qmake_qmake_immediate.qrc rm -f qrc_qmake_qmake_immediate.cpp rm -f ui_dlg.h rm -f x2gokdriveclient make[1]: Leaving directory '/<<PKGBUILDDIR>>' dpkg-source -b x2gokdriveclient-0.0.0.1 dpkg-source: info: using source format `1.0' dpkg-source: info: building x2gokdriveclient in x2gokdriveclient_0.0.0.1-0x2go1~git20190716.25+8.heuler.1.tar.gz dpkg-source: info: building x2gokdriveclient in x2gokdriveclient_0.0.0.1-0x2go1~git20190716.25+8.heuler.1.dsc debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory '/<<PKGBUILDDIR>>' lrelease x2gokdriveclient.pro lrelease warning: Met no 'TRANSLATIONS' entry in project file 'x2gokdriveclient.pro' dh_auto_configure Project MESSAGE: Building for Linux make[1]: Leaving directory '/<<PKGBUILDDIR>>' debian/rules override_dh_auto_build make[1]: Entering directory '/<<PKGBUILDDIR>>' qmake QMAKE_CFLAGS="-D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security" QMAKE_CXXFLAGS="-D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security" QMAKE_LFLAGS="-fPIE -pie -Wl,-z,relro -Wl,-z,now" x2gokdriveclient.pro Project MESSAGE: Building for Linux make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' g++ -c -D_FORTIFY_SOURCE=2 -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -O2 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_X11EXTRAS_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -I. -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtX11Extras -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -o main.o main.cpp In file included from main.cpp:22:0: client.h:76:26: error: expected ')' before 'source_crc' FrameRegion(uint32_t source_crc, int32_t source_x, int32_t source_y, int32_t x, int32_t y, ^ client.h:79:5: error: 'uint32_t' does not name a type uint32_t source_crc, width, height, dataSize; ^ client.h:87:20: error: expected ')' before 'width' Frame(uint32_t width, uint32_t height, int32_t x, int32_t y, uint32_t numOfRegions, uint32_t crc); ^ client.h:89:5: error: 'uint32_t' does not name a type uint32_t width, height, crc, numOfRegions; ^ client.h:97:25: error: expected ')' before 'width' X2GoCursor(uint16_t width, uint16_t height, uint16_t xhot, uint16_t yhot,uint32_t serialNumber, uint32_t dataSize); ^ client.h:99:5: error: 'uint16_t' does not name a type uint16_t xhot; ^ client.h:100:5: error: 'uint16_t' does not name a type uint16_t yhot; ^ client.h:101:5: error: 'uint32_t' does not name a type uint32_t serialNumber; ^ client.h:102:5: error: 'uint32_t' does not name a type uint32_t dataSize; ^ client.h:103:5: error: 'uint16_t' does not name a type uint16_t width; ^ client.h:104:5: error: 'uint16_t' does not name a type uint16_t height; ^ client.h:128:32: error: 'uint32_t' has not been declared QPixmap getPixmapFromCache(uint32_t crc); ^ client.h:183:22: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool wantRepaint=false; ^ client.h:187:15: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int width=800; ^ client.h:188:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int height=600; ^ client.h:190:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool fullscreen=false; ^ client.h:191:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool multidisp=false; ^ client.h:192:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int dispNumber=1; ^ client.h:203:22: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool wasInRealFs=false; ^ client.h:205:30: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 DisplayArea* displayArea=0l; ^ client.h:206:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 Frame* currentFrame=0; ^ client.h:207:31: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 X2GoCursor* currentCursor=0l; ^ client.h:208:29: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int currentRegionNumber=0; ^ client.h:209:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool useRandr=false; ^ client.h:210:15: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool isFs=false; ^ client.h:211:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int FSScreen=-1; ^ client.h:216:30: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 QTcpSocket* clientSocket=0l; ^ client.h:217:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int bytesLeftToRead=0; ^ client.h:218:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int bytesReady=0; ^ client.h:219:25: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 char* messageBuffer=0l; ^ client.h:220:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 bool connected=false; ^ client.h:222:5: error: 'uint32_t' does not name a type uint32_t selectionSize; ^ client.h:223:5: error: 'uint32_t' does not name a type uint32_t selectionFormat; ^ client.h:226:5: error: 'uint32_t' does not name a type uint32_t deletedFramesSize=0; ^ client.h:227:5: error: 'uint32_t' does not name a type uint32_t deletedCursorsSize=0; ^ client.h:229:12: error: 'uint32_t' was not declared in this scope QHash <uint32_t, QPixmap> frameCache; ^ client.h:229:29: error: template argument 1 is invalid QHash <uint32_t, QPixmap> frameCache; ^ client.h:230:12: error: 'uint32_t' was not declared in this scope QHash <uint32_t, QCursor*> cursorCache; ^ client.h:230:30: error: template argument 1 is invalid QHash <uint32_t, QCursor*> cursorCache; ^ client.h:231:20: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int frameCount=0; ^ client.h:233:27: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 QTimer* geometryDelay=0l; ^ client.h:238:28: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int primaryScreenIndex=0; ^ client.h:239:19: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 int cacheSize=0; ^ Makefile:342: recipe for target 'main.o' failed make[1]: *** [main.o] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: make -j1 check returned exit code 2 debian/rules:19: recipe for target 'build' failed make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -------------------------------------------------------------------------------- Build finished at 2019-07-16T07:45:33Z Finished -------- +------------------------------------------------------------------------------+ | Cleanup | +------------------------------------------------------------------------------+ Purging /<<BUILDDIR>> Not cleaning session: cloned chroot in use E: Build failure (dpkg-buildpackage died) +------------------------------------------------------------------------------+ | Summary | +------------------------------------------------------------------------------+ Build Architecture: amd64 Build Type: full Build-Space: 460 Build-Time: 5 Distribution: jessie Fail-Stage: build Host Architecture: amd64 Install-Time: 370 Job: /home/_jenkins_/tmp/tmp.LqKw3AXdVfhkUK5UoqhrTQta/x2gokdriveclient_0.0.0.1-0x2go1~git20190716.25+8.heuler.1.dsc Machine Architecture: amd64 Package: x2gokdriveclient Package-Time: 383 Source-Version: 0.0.0.1-0x2go1~git20190716.25+8.heuler.1 Space: 460 Status: attempted Version: 0.0.0.1-0x2go1~git20190716.25+8.heuler.1 -------------------------------------------------------------------------------- Finished at 2019-07-16T07:45:33Z Build needed 00:06:23, 460k disk space E: Build failure (dpkg-buildpackage died) + cleanup + typeset temp_dir= + for temp_dir in "${temp_cleanup[@]}" + '[' -n '' ']' + for temp_dir in "${temp_cleanup[@]}" + '[' -n /var/lib/jenkins/tmp/tmp.LqKw3AXdVfhkUK5UoqhrTQta ']' + '[' -d /var/lib/jenkins/tmp/tmp.LqKw3AXdVfhkUK5UoqhrTQta ']' + rm -Rf -- /var/lib/jenkins/tmp/tmp.LqKw3AXdVfhkUK5UoqhrTQta Build step 'Execute shell' marked build as failure