See 
<https://jenkins.x2go.org:8443/job/x2goplasmabindings+nightly+debian-stretch/31/display/redirect?page=changes>

Changes:

[ionic] debian/rules: downgrade Plasma-5-requirement to Debian Stretch (9).


------------------------------------------
[...truncated 210.94 KB...]
LOGNAME=jenkins
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PWD=/<<PKGBUILDDIR>>
SCHROOT_ALIAS_NAME=stretch-amd64-sbuild
SCHROOT_CHROOT_NAME=stretch-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=110
SCHROOT_GROUP=jenkins
SCHROOT_SESSION_ID=stretch-amd64-sbuild-455e3722-9940-4e06-af92-b86862f93201
SCHROOT_UID=106
SCHROOT_USER=jenkins
SHELL=/bin/sh
USER=jenkins

dpkg-buildpackage
-----------------

dpkg-buildpackage: info: source package x2goplasmabindings
dpkg-buildpackage: info: source version 
3.0.2.3-0x2go1~git20230811.171+9.heuler.1
dpkg-buildpackage: info: source distribution stretch
dpkg-buildpackage: info: source changed by Jenkins <jenk...@japsand.x2go.org>
 dpkg-source --before-build x2goplasmabindings-3.0.2.3
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_testdir
   dh_auto_clean
dh_auto_clean: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
 dpkg-source -b x2goplasmabindings-3.0.2.3
dpkg-source: info: using source format '1.0'
dpkg-source: info: building x2goplasmabindings in 
x2goplasmabindings_3.0.2.3-0x2go1~git20230811.171+9.heuler.1.tar.gz
dpkg-source: info: building x2goplasmabindings in 
x2goplasmabindings_3.0.2.3-0x2go1~git20230811.171+9.heuler.1.dsc
 debian/rules build
dh build
dh: Compatibility levels before 9 are deprecated (level 7 in use)
   dh_testdir
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DUSE_PLASMA5=ON 
-DUSE_DESKTOP_FILE=ON
dh_auto_configure: Compatibility levels before 9 are deprecated (level 7 in use)
        cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON 
-DUSE_PLASMA5=ON -DUSE_DESKTOP_FILE=ON
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Installing in the same prefix as Qt, adopting their path scheme.
-- Could not set up the appstream test. appstreamcli is missing.
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
CMake Warning (dev) at /usr/share/ECM/modules/ECMFindModuleHelpers.cmake:133 
(message):
  Your project should require at least CMake 2.8.12 to use FindKF5.cmake
Call Stack (most recent call first):
  /usr/share/ECM/find-modules/FindKF5.cmake:52 (ecm_find_package_version_check)
  CMakeLists.txt:28 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found KF5Plasma: 
/usr/lib/x86_64-linux-gnu/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version 
"5.28.0") 
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") 
-- Found PythonInterp: /usr/bin/python (found version "2.7.13") 
-- Found KF5I18n: /usr/lib/x86_64-linux-gnu/cmake/KF5I18n/KF5I18nConfig.cmake 
(found version "5.28.0") 
-- Found KF5: success (found version "5.28.0") found components:  Plasma I18n 
-- 
-- The following REQUIRED packages have been found:

 * ECM (required version >= 1.6.0)
 * KF5Plasma
 * Gettext
 * PythonInterp
 * KF5I18n
 * KF5
 * Qt5Network (required version >= 5.7.1)
 * Qt5Quick
 * Qt5Core
 * Qt5Qml
 * Qt5

CMake Warning (dev) at CMakeLists.txt:49 (add_definitions):
  Policy CMP0005 is not set: Preprocessor definition values are now escaped
  automatically.  Run "cmake --help-policy CMP0005" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

You have called ADD_LIBRARY for library X2GoPlasmoidPlugin without any source 
files. This typically indicates a problem with your CMakeLists.txt file
CMake Warning (dev) at /usr/share/ECM/modules/ECMInstallIcons.cmake:238 
(message):
  ecm_install_icons() with no ICONS argument is deprecated
Call Stack (most recent call first):
  CMakeLists.txt:240 (ecm_install_icons)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning at /usr/share/ECM/modules/ECMInstallIcons.cmake:203 (message):
  Icon x2go.png uses invalid category app, setting to 'actions'
Call Stack (most recent call first):
  /usr/share/ECM/modules/ECMInstallIcons.cmake:142 (_ECM_ADD_ICON_INSTALL_RULE)
  /usr/share/ECM/modules/ECMInstallIcons.cmake:239 (_ecm_install_icons_v1)
  CMakeLists.txt:240 (ecm_install_icons)


CMake Warning at /usr/share/ECM/modules/ECMInstallIcons.cmake:203 (message):
  Icon x2go.png uses invalid category app, setting to 'actions'
Call Stack (most recent call first):
  /usr/share/ECM/modules/ECMInstallIcons.cmake:142 (_ECM_ADD_ICON_INSTALL_RULE)
  /usr/share/ECM/modules/ECMInstallIcons.cmake:239 (_ecm_install_icons_v1)
  CMakeLists.txt:240 (ecm_install_icons)


CMake Warning at /usr/share/ECM/modules/ECMInstallIcons.cmake:203 (message):
  Icon x2go.png uses invalid category app, setting to 'actions'
Call Stack (most recent call first):
  /usr/share/ECM/modules/ECMInstallIcons.cmake:142 (_ECM_ADD_ICON_INSTALL_RULE)
  /usr/share/ECM/modules/ECMInstallIcons.cmake:239 (_ecm_install_icons_v1)
  CMakeLists.txt:240 (ecm_install_icons)


CMake Warning at /usr/share/ECM/modules/ECMInstallIcons.cmake:203 (message):
  Icon x2go.png uses invalid category app, setting to 'actions'
Call Stack (most recent call first):
  /usr/share/ECM/modules/ECMInstallIcons.cmake:142 (_ECM_ADD_ICON_INSTALL_RULE)
  /usr/share/ECM/modules/ECMInstallIcons.cmake:239 (_ecm_install_icons_v1)
  CMakeLists.txt:240 (ecm_install_icons)


CMake Warning at /usr/share/ECM/modules/ECMInstallIcons.cmake:203 (message):
  Icon x2go.png uses invalid category app, setting to 'actions'
Call Stack (most recent call first):
  /usr/share/ECM/modules/ECMInstallIcons.cmake:142 (_ECM_ADD_ICON_INSTALL_RULE)
  /usr/share/ECM/modules/ECMInstallIcons.cmake:239 (_ecm_install_icons_v1)
  CMakeLists.txt:240 (ecm_install_icons)


CMake Warning at /usr/share/ECM/modules/ECMInstallIcons.cmake:203 (message):
  Icon x2go.png uses invalid category app, setting to 'actions'
Call Stack (most recent call first):
  /usr/share/ECM/modules/ECMInstallIcons.cmake:142 (_ECM_ADD_ICON_INSTALL_RULE)
  /usr/share/ECM/modules/ECMInstallIcons.cmake:239 (_ecm_install_icons_v1)
  CMakeLists.txt:240 (ecm_install_icons)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.7)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
dh_auto_build: Compatibility levels before 9 are deprecated (level 7 in use)
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/org.x2go.plasmoid-metadata-json.dir/build.make 
CMakeFiles/org.x2go.plasmoid-metadata-json.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/org.x2go.plasmoid-metadata-json.dir/DependInfo.cmake
 --color=
Scanning dependencies of target org.x2go.plasmoid-metadata-json
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/org.x2go.plasmoid-metadata-json.dir/build.make 
CMakeFiles/org.x2go.plasmoid-metadata-json.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 16%] Generating org.x2go.plasmoid-metadata.json
/usr/bin/desktoptojson -i /<<PKGBUILDDIR>>/package/metadata.desktop -o 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/org.x2go.plasmoid-metadata.json
Error: File not found:  "/<<PKGBUILDDIR>>/package/metadata.desktop" 
 ((null):0, (null))
Error: Failed to resolve filenames "/<<PKGBUILDDIR>>/package/metadata.desktop" 
"" 
 ((null):0, (null))
CMakeFiles/org.x2go.plasmoid-metadata-json.dir/build.make:63: recipe for target 
'org.x2go.plasmoid-metadata.json' failed
make[3]: *** [org.x2go.plasmoid-metadata.json] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
CMakeFiles/Makefile2:70: recipe for target 
'CMakeFiles/org.x2go.plasmoid-metadata-json.dir/all' failed
make[2]: *** [CMakeFiles/org.x2go.plasmoid-metadata-json.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Makefile:141: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
debian/rules:112: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--------------------------------------------------------------------------------
Build finished at 2023-08-11T23:12:04Z

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: 1280
Build-Time: 8
Distribution: stretch
Fail-Stage: build
Host Architecture: amd64
Install-Time: 51
Job: 
/home/_jenkins_/tmp/tmp.p2xQVPIERyAaS4FoucnKuUpL/x2goplasmabindings_3.0.2.3-0x2go1~git20230811.171+9.heuler.1.dsc
Machine Architecture: amd64
Package: x2goplasmabindings
Package-Time: 68
Source-Version: 3.0.2.3-0x2go1~git20230811.171+9.heuler.1
Space: 1280
Status: attempted
Version: 3.0.2.3-0x2go1~git20230811.171+9.heuler.1
--------------------------------------------------------------------------------
Finished at 2023-08-11T23:12:04Z
Build needed 00:01:08, 1280k 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.p2xQVPIERyAaS4FoucnKuUpL ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.p2xQVPIERyAaS4FoucnKuUpL ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.p2xQVPIERyAaS4FoucnKuUpL
Build step 'Execute shell' marked build as failure
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to