[X2Go-Commits] Build failed in Jenkins: nx-libs+nightly+opensuse-42.2 #66

jenkins at x2go.org jenkins at x2go.org
Fri Nov 9 20:55:12 CET 2018


See <http://jenkins.x2go.org:8080/job/nx-libs+nightly+opensuse-42.2/66/display/redirect?page=changes>

Changes:

[mike.gabriel] Use min() [defined in include/misc.h] instead of MIN() [not defined in

[mike.gabriel] fix window title encoding (use utf8) for nxagent

[mike.gabriel] nxagent: Used 'Xutf8SetVMPropertis' instead of 'XSetStandardProperties'

[mike.gabriel] add list with versions of the xserver modules

[mike.gabriel] refactor nxagentGet(Default)EventMask

[mike.gabriel] Events.c: mitigate compiler warning

[mike.gabriel] Events.c: fix compiler warnings

[mike.gabriel] Events.c: fix wrong printf format specifiers

[mike.gabriel] Events.c: drop variable that caused compilation warning

[uli42] Fix broken 9a7c0b081fad98bfcfcceff9557781f4b39ec572

[uli42] Replace MIN/MAX macros by min/max from misc.h

[mike.gabriel] Args.c: rename nxagentParseOptions to nxagentParseSingleOption

[mike.gabriel] Args.c: allow options to contain URL encoded characters

[mike.gabriel] nxmissing.xpm: Add XPM marker so that image viewers recognize the image

[mike.gabriel] Application icon: Drop NoMachine logo as nxagent icon, switch to X11

[mike.gabriel] Call checkX2goAgent much earlier (in ddxProcessArgument) and adapt

[mike.gabriel] Use basename() to derive nxagentProgName cleanly.

[mike.gabriel] X2Go XPM icon: white background, not transparent.

[mike.gabriel] X2Go Agent XPM: Rename from x2go.xpm to x2goagent.xpm (like the symlink

[uli42] nxagent: Fix an excessive request size limitation that broke

[mike.gabriel] nxagent: use nxagentWMIsRunning as Bool all over the place

[mike.gabriel] nxagent: use nxagentWMPassed as Bool all over the place

[mike.gabriel] Pixmap.c: use some Bools as Bools not integers

[mike.gabriel] Render.c: improve Bool usage

[mike.gabriel] nxagentInitAndCheckVisuals: adapt bool usage to match the previous

[mike.gabriel] Window.c: improve Bool usage

[mike.gabriel] Window.c: remove useless code

[mike.gabriel] Events.c: improve Bool usage

[mike.gabriel] X11.tmpl: whitespace fix

[mike.gabriel] enable CLIENTIDS functions in xserver

[uli42] libNX_X11: upgrade to X.org upstream version 1.6.6

[uli42] libNX_X11: upgrade to X.org upstream version 1.6.7

[mike.gabriel] Clipboard: print requested target in debugging mode

[mike.gabriel] Clipboard.c: add function for debugging output

[mike.gabriel] NXproperty.c:add debug output

[mike.gabriel] Clipboard.c: introduce helper macros for easier debugging

[mike.gabriel] Clipboard.c: add macro for safe XFree calls with ptr clearance

[mike.gabriel] Clipboard.c: some scope optimizations

[mike.gabriel] Clipboard.c: print X errors

[mike.gabriel] Clipboard.c: Code optimization (missing else)

[mike.gabriel] Clipboard.c: add FIXME

[mike.gabriel] Clipboard.c: whitespace fixes

[mike.gabriel] Clipboard.c: GetWindowProperty() does not return BadMatch

[mike.gabriel] Clipboard.c: more debugging info for nxagentGetClipboardWindow()

[mike.gabriel] Clipboard.c: new debug function to reduce duplicate code

[mike.gabriel] Clipboard.c: improve nxagentClearSelection() debug code

[mike.gabriel] Clipboard.c: Use constant instead of hardcoded value

[mike.gabriel] Clipboard.c: more DEBUG output

[mike.gabriel] Clipboard.c: fix fprintf type warnings

[mike.gabriel] Clipboard.c: use __func__ everywhere

[mike.gabriel] Window.c: convert old-style function definitions to ANSI C89 style

[mike.gabriel] Window.c: indent FIXMEs

[mike.gabriel] Window.c: reformat/add braces for readability

[mike.gabriel] Window.c: scope improvements

[mike.gabriel] Window.c: whitespace cleanup

[mike.gabriel] Window.c: some code simplifications

[mike.gabriel] Window.c: silence compiler warnings

[mike.gabriel] Window.c: indent ifdefs for better readability

[mike.gabriel] Window.c: save some lines by declaring loop variables in the loop

[mike.gabriel] Window.c: add FIXME

[mike.gabriel] Window.c: use C99 designated initializers at some places

[uli42] Lift Xi to 1.3.0.0 (identical to 1.2.0)

[mike.gabriel] Check nxagentXkbInfo.EventBase before use

[mike.gabriel] Lift xkb to XORG-1.2.0 state

[mike.gabriel] Keyboard.c: Remove (now) unused defines

[mike.gabriel] Keyboard.c: remove unnecessary includes

[mike.gabriel] Keyboard.c: remove unused defines

[mike.gabriel] no more own XkbBaseDirectory handling

[mike.gabriel] Keyboard.c: do not define own RLMVO defaults

[mike.gabriel] XKB: provide XKB defines via Imakefile

[mike.gabriel] Lift xkb to XORG-1.3.0.0 state

[mike.gabriel] Keyboard.c: always ask for remote XKB

[mike.gabriel] Keyboard.c: simplify RLMVO string handling

[mike.gabriel] Keyboard.c: simplify over-specific if

[mike.gabriel] Keyboard.c: guard XkbFreeKeyboard calls

[mike.gabriel] Keyboard.c: greatly simplify the code in nxagentKeyboardProc

[mike.gabriel] Keyboard.c: fix keyboard=query logic

[mike.gabriel] Keyboard.c: simplify even more: free stuff at one place

[mike.gabriel] XkbSendNames: fix use of uninitialised bytes valgrind error.

[mike.gabriel] ProcXkbGetKbdByName: fix use of uninitialised bytes valgrind error.

[mike.gabriel] XKB: Fix garbage initialization

[mike.gabriel] XKB: Fix logic error

[mike.gabriel] XKB: Remove unused DDX functions

[mike.gabriel] Event.c: improve DEBUG output

[mike.gabriel] XKB: Fix size_syms calculation bug

[mike.gabriel] Make: Automatically determine xkb dir

[mike.gabriel] xkb: Fix memory leak if opening file fails

[mike.gabriel] xkb: Don't check for NULL before calling free

[mike.gabriel] Convert existing Xprintf style calls to asprintf style

[mike.gabriel] adapt code-versions.txt

[mike.gabriel] Lift Xext to xorg 1.4.2

------------------------------------------
[...truncated 10.95 KB...]
+ TEMP_DIR=/var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv
+ temp_cleanup+=("${TEMP_DIR}")
+ mkdir -p -- /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv/nx-libs
+ chmod -Rf -- 2770 /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv
+ cd /var/lib/jenkins/build/heuler/nx-libs
+ git clone --no-hardlinks --no-local /var/lib/jenkins/build/heuler/nx-libs /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv/nx-libs/
Cloning into '/var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv/nx-libs'...
+ cd /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv
++ cd nx-libs
++ gitrevno
++ cd -
+ GITREV=3165
+ pushd nx-libs
+ git --no-pager log --since '2 years ago' '--format=%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n'
+ popd
+ rm -Rf -- nx-libs/.git
+ mv -- nx-libs/nx-libs.spec .
++ grep -E -- '^Version:.*' nx-libs.spec
++ awk '{ print $2 }'
+ UPSTREAM_VERSION=3.5.99.16
++ grep -E -- '^Release:.*' nx-libs.spec
++ awk '{ print $2 }'
+ PKG_RELEASE='0.0build1%{?dist}'
++ sed -e 's/%{?dist}//'
+ PKG_SRCRELEASE=0.0build1
++ grep -qsE -- '^BuildArch:.*noarch$' nx-libs.spec
++ echo no
+ IS_NOARCH=no
+ '[' heuler = heuler ']'
+ IS_RELEASE=0
+ sed -i nx-libs.spec -e 's/%{?dist}/.0.git20181109.3165.heuler%{?dist}/'
+ '[' -f nx-libs/debian/patches/series ']'
+ cd nx-libs
+ QUILT_PATCHES=debian/patches
+ quilt push -a
Applying patch debian/patches/2001_nx-X11_install-location.debian.patch
patching file nx-X11/config/cf/Imake.tmpl
Hunk #1 succeeded at 733 (offset 11 lines).
Hunk #2 succeeded at 751 (offset 11 lines).
patching file nx-X11/config/cf/site.def

Applying patch debian/patches/2002_xserver-xext_set-securitypolicy-path.debian.patch
patching file nx-X11/programs/Xserver/Xext/security.c

Now at patch debian/patches/2002_xserver-xext_set-securitypolicy-path.debian.patch
+ rm -Rf -- .pc/
+ sed 's/%{name}/nx-libs/'
+ awk '{ print $2 }'
+ read source_file
+ grep -E '^Source[1-9]+:.*' nx-libs.spec
+ mv -- /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv/nx-libs /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv/nx-libs-3.5.99.16
+ tar -czf /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/SRPM/rpmbuild/SOURCES/nx-libs-3.5.99.16.tar.gz nx-libs-3.5.99.16
+ cp -- nx-libs.spec /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/SRPM/rpmbuild/SOURCES
+ cd
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv/nx-libs
+ '[' xopensuse = xopensuse ']'
+ typeset -a arches_copy
+ arches_copy=("${arches[@]}")
+ typeset -i i=0
+ (( i = 0 ))
+ (( i < 3 ))
+ [[ SRPM == \i\3\8\6 ]]
+ (( ++i ))
+ (( i < 3 ))
+ [[ x86_64 == \i\3\8\6 ]]
+ (( ++i ))
+ (( i < 3 ))
+ [[ i386 == \i\3\8\6 ]]
+ arches_copy[i]=i586
+ (( ++i ))
+ (( i < 3 ))
+ typeset arch=
+ for arch in "${arches_copy[@]}"
+ mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/SRPM
+ for arch in "${arches_copy[@]}"
+ mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/x86_64
+ for arch in "${arches_copy[@]}"
+ mkdir -p -- /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/i586
+ BUILD_RESULT=/home/abuild/rpmbuild/
+ typeset obs_config_dir=obs-config
+ download_urls=()
+ typeset -a download_urls
+ download_url=()
+ typeset -a download_url
+ extra_obs_build_args=()
+ typeset -a extra_obs_build_args
+ typeset obs_build_vendor_tag=
++ map_prefix_to_vendor x2go
++ typeset prefix=x2go
++ typeset out=
++ typeset ret=1
++ case "${prefix}" in
++ out=X2Go
++ ret=0
++ printf %s X2Go
++ return 0
+ obs_build_vendor_tag=X2Go
+ '[' 0 -ne 0 ']'
+ extra_obs_build_args+=("--define" "%vendor ${obs_build_vendor_tag}")
+ typeset -i tmp_suse_major_version=0
+ typeset -i tmp_suse_minor_version=0
+ [[ 42.2 = \t\u\m\b\l\e\w\e\e\d ]]
++ get_generic_major_version 42.2
++ typeset version=42.2
++ typeset -i ret=0
++ '[' -z 42.2 ']'
++ typeset -i tmp_major_version=0
+++ sed -e '/^\([0-9][0-9]*\)\.[0-9][0-9]*$/!d;s//\1/'
++ tmp_major_version=42
++ '[' 42 -ne 0 ']'
++ echo 42
++ return 0
+ tmp_suse_major_version=42
+ '[' 0 -ne 0 ']'
++ get_generic_minor_version 42.2
++ typeset version=42.2
++ typeset -i ret=0
++ '[' -z 42.2 ']'
++ typeset -i tmp_minor_version=-1
+++ sed -e '/^[0-9][0-9]*\.\([0-9][0-9]*\)$/!d;s//\1/'
++ tmp_minor_version=2
++ echo 2
++ return 0
+ tmp_suse_minor_version=2
+ '[' 0 -ne 0 ']'
+ '[' xopensuse = xopensuse ']'
+ typeset -i legacy_release=0
++ wrap_suse_major_version 42
++ typeset major_version=42
++ typeset -i tmp_major_version=42
++ [[ 42 -lt 10 ]]
++ [[ 42 -eq 42 ]]
++ major_version=14
++ echo 14
++ return 0
+ tmp_suse_major_version=14
+ '[' 0 -ne 0 ']'
+ [[ 14 != \9\9\9\9 ]]
+ '[' 14 -lt 14 ']'
+ '[' 14 -eq 14 ']'
+ '[' 2 -lt 2 ']'
+ '[' 0 -eq 1 ']'
+ [[ 14 = \9\9\9\9 ]]
+ download_url=("${OPENSUSE_DOWNLOAD_URL[@]}")
+ (( i = 0 ))
+ (( i < 2 ))
++ sed -e s/#VERSION#/42.2/g
+ download_url[i]=https://download.opensuse.org/distribution/#LEAP#42.2/repo/oss/#SUSESUBDIR#/
+ (( ++i ))
+ (( i < 2 ))
++ sed -e s/#VERSION#/42.2/g
+ download_url[i]=https://download.opensuse.org/update/#LEAP#42.2/oss/
+ (( ++i ))
+ (( i < 2 ))
+ [[ 14 -lt 15 ]]
+ (( i = 0 ))
+ (( i < 2 ))
++ sed -e s_#SUSESUBDIR#_suse_g
+ download_url[i]=https://download.opensuse.org/distribution/#LEAP#42.2/repo/oss/suse/
+ (( ++i ))
+ (( i < 2 ))
++ sed -e s_#SUSESUBDIR#_suse_g
+ download_url[i]=https://download.opensuse.org/update/#LEAP#42.2/oss/
+ (( ++i ))
+ (( i < 2 ))
+ [[ 14 != \9\9\9\9 ]]
+ '[' 14 -gt 13 ']'
+ (( i = 0 ))
+ (( i < 2 ))
++ sed -e s_#LEAP#_leap/_g
+ download_url[i]=https://download.opensuse.org/distribution/leap/42.2/repo/oss/suse/
+ (( ++i ))
+ (( i < 2 ))
++ sed -e s_#LEAP#_leap/_g
+ download_url[i]=https://download.opensuse.org/update/leap/42.2/oss/
+ (( ++i ))
+ (( i < 2 ))
+ for url in "${download_url[@]}"
+ download_urls+=('--repo' "${url}")
+ for url in "${download_url[@]}"
+ download_urls+=('--repo' "${url}")
+ typeset -i noarch_built=0
+ for l_ARCH in "${arches[@]}"
+ '[' SRPM = SRPM ']'
+ typeset base_arch=x86_64
+ '[' -z x86_64 ']'
+ '[' xopensuse = xfedora ']'
+ '[' xopensuse = xepel ']'
+ ps ax
+ grep -E 'build.*/var/cache/obs-build/opensuse/42.2/x86_64/'
+ grep 'sudo obs'
+ get_extra_repository suse opensuse 42.2 heuler nx-libs x86_64 1
+ typeset TYPE=suse
+ typeset DIST=opensuse
+ typeset CODENAME=42.2
+ typeset COMPONENT=heuler
+ typeset PACKAGE=nx-libs
+ typeset ARCH=x86_64
++ make_boolean 1
++ typeset -l OPTION=1
++ case "${OPTION}" in
++ OPTION=1
++ printf 1
++ return 0
+ typeset WANT_EXTRA=1
+ case "${TYPE}" in
+ OTHERMIRROR=
+ '[' 1 -eq 1 ']'
+ OTHERMIRROR='--repo suse at https://packages.x2go.org/opensuse/42.2/extras'
+ '[' -z x2go-keyring ']'
+ '[' x2go-keyring '!=' nx-libs ']'
+ OTHERMIRROR='--repo suse at https://packages.x2go.org/opensuse/42.2/extras --repo suse at https://packages.x2go.org/opensuse/42.2/heuler'
+ return 0
+ sudo obs-build --nosignature --repo suse at https://packages.x2go.org/opensuse/42.2/extras --repo suse at https://packages.x2go.org/opensuse/42.2/heuler --repo https://download.opensuse.org/distribution/leap/42.2/repo/oss/suse/ --repo https://download.opensuse.org/update/leap/42.2/oss/ --root /var/cache/obs-build/opensuse/42.2/x86_64/ --clean --stage=-bs --define '%vendor X2Go' /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/SRPM/rpmbuild/SOURCES/nx-libs.spec
logging output to /var/cache/obs-build/opensuse/42.2/x86_64/.build.log...
[    0s] Memory limit set to 33053012KB
[    0s] Using BUILD_ROOT=/var/cache/obs-build/opensuse/42.2/x86_64
[    0s] Using BUILD_ARCH=x86_64:i686:i586:i486:i386
[    0s] 
[    0s] 
[    0s] japsand started "build nx-libs.spec" at Fri Nov  9 19:54:37 UTC 2018.
[    0s] 
[    0s] 
[    0s] processing recipe /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/SRPM/rpmbuild/SOURCES/nx-libs.spec ...
[    0s] init_buildsystem --configdir /usr/lib/obs-build/configs --cachedir /var/cache/obs-build --define %vendor X2Go --repository suse at https://packages.x2go.org/opensuse/42.2/extras --repository suse at https://packages.x2go.org/opensuse/42.2/heuler --repository https://download.opensuse.org/distribution/leap/42.2/repo/oss/suse/ --repository https://download.opensuse.org/update/leap/42.2/oss/ --clean --nosignature /var/lib/jenkins/pkg-dist/heuler/nx-libs/opensuse/42.2/SRPM/rpmbuild/SOURCES/nx-libs.spec ...
[    0s] initializing /var/cache/obs-build/opensuse/42.2/x86_64/.srcfiles.cache ...
[    0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/42.2/extras
[    0s] /usr/lib/obs-build/createyastdeps --cachedir=/var/cache/obs-build https://packages.x2go.org/opensuse/42.2/heuler
[    0s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/distribution/leap/42.2/repo/oss/suse/
[    9s] /usr/lib/obs-build/createrepomddeps --cachedir=/var/cache/obs-build https://download.opensuse.org/update/leap/42.2/oss/
[   31s] expanding package dependencies...
[   32s] Warning: distribution not specified, assuming '42.2-x86_64' (see /usr/lib/obs-build/configs).
[   34s] expansion error
[   34s]   nothing provides xorg-x11-xkb-utils-devel
[   34s] 
[   34s] japsand failed "build nx-libs.spec" at Fri Nov  9 19:55:11 UTC 2018.
[   34s] 
+ exit 1
+ cleanup
+ '[' -n '' ']'
+ '[' -n '' ']'
+ echo 'Warning: mock temporary config directory not defined. Skipping cleanup.'
Warning: mock temporary config directory not defined. Skipping cleanup.
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.LND2wnoWzLTfhRR7B1pXcDLv
Build step 'Execute shell' marked build as failure


More information about the x2go-commits mailing list