[X2Go-Commits] Build failed in Jenkins: nx-libs+nightly+fedora-rawhide #225
jenkins at x2go.org
jenkins at x2go.org
Sat Sep 19 17:17:22 CEST 2020
See <https://jenkins.x2go.org:8443/job/nx-libs+nightly+fedora-rawhide/225/display/redirect?page=changes>
Changes:
[mike.gabriel] Keystroke.c: Grammar fix in stdout message (Current known -> Currently known).
[mike.gabriel] nxagent: drop nxagentRenderTrap
[mike.gabriel] Atoms.c: fix wrong fprintf format
[mike.gabriel] Events.c: nxagentInternalWindowInfo is only called with DEBUG_TREE
[mike.gabriel] Events.c: fix write after buffer end
[mike.gabriel] Events.c: shorten window tree debugging code
[mike.gabriel] Events.c: fix wrong returncode interpretation
[mike.gabriel] Events.c: add FIXME
[mike.gabriel] Events.c: identify internal root window in nxagentInternalWindowInfo
[mike.gabriel] NXproperty.c: reformat GetWindowProperty to increase readability
[mike.gabriel] nxagent: drop unused DisplayLatency
[mike.gabriel] Events.c: fix wrong size in format specification
[mike.gabriel] Update currentTime in dispatch loop
[mike.gabriel] NXdispatch.c: replace hardcoded values by variables from Clipboard.c
[mike.gabriel] Clipboard.c: fix wrong variable being printed in debugging output
[mike.gabriel] NXrender.c: fix possible memory leak
[mike.gabriel] {render,randr}/Imakefile: remove hw/kdrive from include path
[mike.gabriel] code-versions.txt: Update composite version
[mike.gabriel] code-versions.txt: adapt os version information
[mike.gabriel] Events.c: code improvements (mainly scope)
[mike.gabriel] Atoms.c: add FIXME
[mike.gabriel] Atoms.c: fix wrong variable reference
[mike.gabriel] Atoms.c: code cleanup
[mike.gabriel] Atoms.c: remove unused parameter from nxagentInitAtoms
[mike.gabriel] Screen.c: fix: use bit operator, not logic operator
[mike.gabriel] Screen.c: code cleanup
[mike.gabriel] Split.c: whitespace fixes
[mike.gabriel] NXproperty.c: prevent deletion of NX_AGENT_VERSION property
[mike.gabriel] Colormap.c: scope improvements
[mike.gabriel] Pixels.c: scope improvements
[mike.gabriel] Screen.c: scope improvements
[mike.gabriel] Screen.c: fix typo in TEST output
[mike.gabriel] Colormap.c: Formatting and scope improvements
[mike.gabriel] Imakefile: Cleanup defines
[mike.gabriel] Imakefile: make NXAGENT_RANDR_MODE_PREFIX configurable via macro
[mike.gabriel] Screen.c: improve readability
[mike.gabriel] Screen.c: fix typo
[mike.gabriel] Window.c: reactivate disabled debug code
[mike.gabriel] Screen.c: fix wrong format character
[mike.gabriel] xkb: replace NX_TRANS_SOCKET by NXAGENT_SERVER
[mike.gabriel] nxagent: avoid nested externs
[mike.gabriel] NXdixfonts.c: use NXAGENT_SERVER instead of NX_TRANS_SOCK
[mike.gabriel] Clipboard.c: whitespace fixes
[mike.gabriel] Events.c: scope improvements
[mike.gabriel] Atoms.[ch]: drop unused return code of nxagentInitAtoms()
[mike.gabriel] Screen.h: add missing prototype for nxagentPropagateArtsdProperties()
[mike.gabriel] Init.c: some scope improvements
[mike.gabriel] Render.c: drop unused nxagentValidatePicture
[mike.gabriel] Render.c: drop unused nxagentRasterizeTrapezoid
[mike.gabriel] Render.c: drop unused nxagentDestroyPictureClip
[mike.gabriel] Render.c: fix broken comment
[mike.gabriel] Render.c. simplify nxagentMatchingFormats
[mike.gabriel] nxagent: simplify nxagentRenderRealizeCursor
[mike.gabriel] Render.c: make nxagentPrintFormat a NOP in normal mode
[mike.gabriel] Render.c: remove empty lines around XSync calls
[mike.gabriel] Render.c: Code simplifications
[mike.gabriel] Render.c: reformat comments
[mike.gabriel] Render.c: remove lots of superflous empty lines
[mike.gabriel] Render.c: remove some more unused functions
[mike.gabriel] Events.c: whitespace fixes
[mike.gabriel] nxagent: move atom initiatialization to Init.c
[mike.gabriel] Trap.h: shorten file
[mike.gabriel] Events.c: add nxagentSwitchEventsAllScreens helper
[mike.gabriel] Image.c: fix indentation
[mike.gabriel] Font.c: add FIXME
[mike.gabriel] Display.c: fix format
[mike.gabriel] Keyboard.c: condense keycode conversion table
[mike.gabriel] Holder.c: remove superflous return
[mike.gabriel] Events.c: drop unused function
[mike.gabriel] GC.c: introduce helper macros for GC management
[mike.gabriel] nxcompshad: fix logging segfault
[mike.gabriel] nxcompshad: delete trailing whitespace
[mike.gabriel] Clipboard.c: do not send notify when pointer is NULL
[mike.gabriel] Clipboard.c: introduce central function to abort the transfer
[mike.gabriel] Clipboard.c: introduce SendSelectionNotifyEventToServer
[mike.gabriel] Clipboard.c: introduce SendEventToClient helper
[mike.gabriel] Clipboard.c: introduce SendSelectionNotifyEventToClient helper
[mike.gabriel] Clipboard.c: merge endTransfer and nxagentSendSelectionNotify
[mike.gabriel] Clipboard.c: improve TARGETS request handling
[mike.gabriel] Clipboard.c: Fix: report timestamps as XA_INTEGER
[mike.gabriel] Clipboard.c: introduce nxagent{Clear,Store}SelectionOwner
[mike.gabriel] Clipboard.c: introduce nxagentFind*Index functions
[mike.gabriel] Clipboard.c: rename some variables
[mike.gabriel] Clipboard.c: clientAccum is only used for debugging, add DEBUG ifdefs
[mike.gabriel] Clipboard.c: drop serverCLIPBOARD
[mike.gabriel] Clipboard.c: simplify nxagentGetClipboardWindow
[mike.gabriel] Clipboard.c: introduce macros CLINDEX and WINDOWID
[mike.gabriel] Clipboard.c: TIMESTAMP is a special server target
[mike.gabriel] Clipboard.c: factor out nxagentReplyRequestSelection
[mike.gabriel] Clipboard.c: use designated initializers where appropriate
[mike.gabriel] Clipboard.c: cleanup in nxagentRequestSelection
[mike.gabriel] Clipboard.c: Refactor nxagentCollectPropertyEvent
[mike.gabriel] Clipboard.c: scope improvements
[mike.gabriel] Clipboard.c: introduce nxagentInitSelectionOwner
[mike.gabriel] Clipboard.c: improve readability by using an if clause
[mike.gabriel] Clipboard.c: whitespace fixes
[mike.gabriel] Clipboard.c: remove unneccessary return
[mike.gabriel] Clipboard.c: translate internal to external atom
[mike.gabriel] Clipboard.c: rework debug prints
[mike.gabriel] Clipboard.c: add loads of comments
[mike.gabriel] Clipboard.c: drop unneeded return code
[mike.gabriel] Clipboard.c: remove superflous return
[mike.gabriel] Clipboard.c: flush the display during transfer phase
[mike.gabriel] Clipboard.c: fix: translate target on transfer
[mike.gabriel] Clipboard.c: drop old commented code
[mike.gabriel] Clipboard.c: add some more FIXMEs
[mike.gabriel] Clipboard.c: fix nested clipboard handling
[mike.gabriel] Clipboard.c: rename nxagentNotifySelection to nxagentHandleSelectionNotifyFromXServer
[uli42] Fix segfault in argument parsing
[ionic] Screen.c: fix a memleak
[ionic] Screen.c: cleanup code a bit
[ionic] nxagent/Imakefile: remove ../../exports/lib
[mike.gabriel] Xau: mark NX changes
[mike.gabriel] AuRead.c: whitespace cleanup
[mike.gabriel] AuRead.c: remove redundant null check on calling free()
[mike.gabriel] Xau files: adapt code to match upstream libXau 1.0.9
[mike.gabriel] NXevents.c: call upstream versions of (De)ActivatePointerGrab()
[mike.gabriel] NXevents.c: call upstream version of ProcSendEvent()
[mike.gabriel] NXevents.c: call upstream DefineInitialRootWindow()
[mike.gabriel] NXEvents.c: mark NX specific code
[mike.gabriel] NXevents.c: call upstream ProcAllocEvents()
[mike.gabriel] NXevents.c: use XYToWindow from dix
[mike.gabriel] NXevents.c: add some explanations from the original changelog
[mike.gabriel] NXdamage.x fix wrong backport
[mike.gabriel] damage: Don't rewrite Text ops to GlyphBlt ops
[mike.gabriel] Drop NXdamage.c
[mike.gabriel] Drop unused placeholder code
[mike.gabriel] nxagent: drop Holder.[ch]
[mike.gabriel] NXshm.c: rework code to be identical for ProcShmDispatch and SProcShmDispatch
[mike.gabriel] NXshm.c: use upstream versions of Dispatch functions
[mike.gabriel] NXshm.c: call upstream miShmPutImage
[mike.gabriel] NXextension.c: use ProcQueryExtension() from dix
[mike.gabriel] NXextension.c: use ProcListExtensions() from dix
[mike.gabriel] nxagent: drop NXextension.c
[mike.gabriel] NXdispatch.c: Simplify InitSelections()
[mike.gabriel] NXdispatch.c: call upstream CloseDownClient()
[mike.gabriel] NXdispatch.c: simplify InitClientPrivates()
[mike.gabriel] NXdispatch.c: mark NX changes
[mike.gabriel] Simplify (NX)xvdisp.c
[mike.gabriel] NXglyphcurs.c: use dixChangeCG()
[mike.gabriel] NXglyph.c: adapt FindGlyph() to better match render/glyph.c
[mike.gabriel] NXglyph.c: mark NX changes
[mike.gabriel] NXwindow.c: call upstream version UnmapWindow()
[mike.gabriel] NXwindow.c: drop own UnmapWindow()
[mike.gabriel] NXwindow.c: mark NX changes
[mike.gabriel] NXwindow.c: call InitRootWindow from dix
[mike.gabriel] NXwindow.c: use upstream function DeleteWindow()
[mike.gabriel] NXglxext.c: use upstream versions of Dispatch functions
[mike.gabriel] Args.c: fix unitialized variable
[mike.gabriel] Args.c: remove unreachable code
[mike.gabriel] Args.c: fix clipboard=0 or -clipboard 0
[mike.gabriel] Args.c: simplify options string allocation
[mike.gabriel] Args.c: scope improvements
[mike.gabriel] Args.c: do not print function name in errors or warnings
[mike.gabriel] Args.c: Unify formatting
[mike.gabriel] Args.c: reformat switch blocks
[mike.gabriel] Pixmap.c: call miModifyPixmapHeader twice instead of duplicating code
[mike.gabriel] Pixmap.c: drop code that does not make sense
[mike.gabriel] Pixmap.c: scope improvements
[mike.gabriel] Pixmap.c: reformat comments
[mike.gabriel] Rootless.c: use designated initializers
[mike.gabriel] Rootless.c: use __func__ instead of hardcoded function name
[mike.gabriel] Rootless.c: scope improvements
[mike.gabriel] Rootless.c: reformat comments
[mike.gabriel] Rootless.c: cleanup function prototypes
[mike.gabriel] Rootless.c: Fatal error if malloc fails
[mike.gabriel] Rootless.c: silence compiler warnings about wrong fromat specifiers
[mike.gabriel] Rootless.c: disable unused function
[mike.gabriel] Rootless.c: silence compiler warning about wrong parmeter sizes
[mike.gabriel] Rootless.c: fix linefeeds when printing lists
[mike.gabriel] Rootless.c: rewrite loop to allow for scope improvements
[uli42] Clipboard.c: improve XChangeProperty code
[uli42] Clipboard.c: automatically calc the array size
[uli42] Clipboard: fix debugging output
[uli42] Clipboard.c: report more supported targets
[uli42] Mesa: silence "maybe uninitialized" warnings
[mike.gabriel] nxagent manpage: extend clipboard documentation
[mike.gabriel] nxagent manpage: improve descriptions and types
[uli42] x2goagent.xpm: move copyright to the end to make it a valid xpm file
[uli42] nxagent.xpm: reduce colours from 242 to 8
[mike.gabriel] Display.c: drop icon file support
[mike.gabriel] Keyboard.c: fix: handle empty string
[mike.gabriel] Keyboard.c: use "\0" instead of "0"
[mike.gabriel] Keyboard.c: Use __func__ at fprintf calls
[mike.gabriel] Keyboard.c: scope cleanups
[mike.gabriel] Args.c: fix: do not modify options string
[mike.gabriel] Args.c: do not parse nx/nx marker as option
[mike.gabriel] Args.c: more debug output
[mike.gabriel] nxagent: central check for keyboard clone mode
[mike.gabriel] nxagent: remove additional keyboard handling from Reconnect.c
[mike.gabriel] NXrender.c, render.c: fix memory handling bugs
[mike.gabriel] NXrender.c: mark NX changes
[mike.gabriel] NXrender.c: modify code to match upstream as close as possible
[mike.gabriel] NXrender.c: call upstream versions of (S)ProcRenderDispatch
[uli42] GCOps.c: scope improvements
[uli42] GC.c: scope improvements
[uli42] Cursor.c: scope improvements
[uli42] Error.c: scope improvements
[uli42] Image.c: scope improvements
[uli42] Binder.c: scope improvements
[uli42] Display.c: shorten code
[uli42] GCOps.c: reformat comments
[uli42] GCOps.c: fix format length specifiers
[uli42] GC.c: fix format specifiers and parameters
[uli42] GC.c: reformat comments
[uli42] GC.c: condense code
[uli42] Client.c: save some lines
[uli42] Colormap.c: save some lines
[uli42] Cursor.c: reformat comments
[uli42] Dialog.c: save some lines
[uli42] Display.c: reformat comments
[uli42] Error.c: reformat comments
[uli42] Image.c: reformat comments
[uli42] Handlers.c: reformat comments
[uli42] Binder.c: reformat comments
[uli42] NXmitrap.c: mark NX changes
[uli42] miwindow.c: mark NX changes
[uli42] Events.c: reformat comments
[uli42] Events.c: reformat switch blocks
[uli42] Events.c: Scope improvements/code simplification
[uli42] Events.c: use designated initializers
[uli42] Event.c: use __func__ in fprintf
[uli42] Events.c: fix format specifiers
[uli42] Image.c: reformat comments
[uli42] Image.c: scope improvements
[uli42] Image.c: remove some blank lines
[uli42] Cursor.c: scope improvements
[uli42] Cursor.c: remove some blank lines
[uli42] Cursor.c: use __func__ in fprintf calls
[uli42] BitmapUtils.c: remove tailing whitespace
[uli42] Client.c: remove tailing whitespace
[uli42] Composite.c: reformat comments
[uli42] Composite.c: scope improvement
[uli42] Dialog.c: shorten switch blocks
[uli42] Dialog.c: use designated initializer
[uli42] Display.c: reformat comments
[uli42] Display.c: code simplification, scope improvements
[uli42] Display.c: remove blank lines
[uli42] Drawable.c: reformat comments
[uli42] Drawable.c: code simplifications / scope improvements
[uli42] Error.c: Code simplification
[uli42] Font.c: reformat comments
[uli42] Font.c: scope improvements
[uli42] GC.c: reformat comments
[uli42] GC.c: code simplifications / scope improvements
[uli42] GC.c: blank line cleanup
[uli42] GCOps.c: reformat comments
[uli42] GCOps.c: code simplification / scope improvements
[uli42] Handlers.c: reformat comments
[uli42] Init.c: reformat comments
[uli42] Init.c: rewrite two function prototypes
[uli42] Keyboard.c: reformat comments
[uli42] Keyboard.c: code simplification / scope improvements
[uli42] Split.c: reformat comments
[uli42] Split.c: scope improvements/code simplification
[uli42] Visual.c: code improvements/desginated initializers
[uli42] Visual.c: reformat comments
[uli42] Visual.{ch}: disable unused code
[uli42] Pointer.c: reformat comments
[uli42] Pointer.c: scope improvements
[uli42] Options.c: reformat comments
[uli42] Options.h: reformat
[uli42] Pixels.c: scope improvements
[uli42] Pixels.c: reformat comments
[mike.gabriel] nxagent: Use XlibAtom data type where appropriate
[mike.gabriel] Add support for custom version string
[mike.gabriel] Dialog.c: fix format-truncation warning
[mike.gabriel] Error.c: fix format-truncation warning
[mike.gabriel] Error.c: make nxagentClientsLogName a pointer
[mike.gabriel] Error.c: make nxagentHomeDir a pointer
[mike.gabriel] Error.c: make nxagentRootDir a pointer
[mike.gabriel] Error.c: drop now obsolete DEFAULT_STRING_LENGTH
[mike.gabriel] Error.c: simplify some NULL pointer checks
[mike.gabriel] Clipboard.c: refactor nxagent*SelectionOwner
[mike.gabriel] Clipboard.c: make agentClipboardStatus a Boolean
[mike.gabriel] Clipboard.c: add nxagentMatchSelectionOwner helper function
[mike.gabriel] Clipboard.c: add FIXMEs
[mike.gabriel] Clipboard.c: reformat some comments
[mike.gabriel] Clipboard.c, NXproperty.c: match prototypes
[mike.gabriel] Clipboard.c: Fix formatting
[mike.gabriel] Clipboard.c: fix string formatting directives
[mike.gabriel] Clipboard.c: avoid nested extern
[mike.gabriel] Clipboard: make nxagentInitClipboard return a Boolean
[mike.gabriel] Clipboard.c: fix timeout comparison
[mike.gabriel] Clipboard.c: use macros instead of hardcoced values for timeouts
[mike.gabriel] Clipboard.c: add more explaining comments
[mike.gabriel] Clipboard.c: more debugging output
[mike.gabriel] Clipboard.c: split combined check
[mike.gabriel] Clipboard.c: drop superflous variable
[mike.gabriel] Clipboard.c: check pointer before usage
[mike.gabriel] Clipboard: align reported targets
[mike.gabriel] Clipboard.c: reorder atom allocation code
[mike.gabriel] Clipboard.c: Fix: re-claim selection on reconnect
[mike.gabriel] Clipboard.c: clear all selections in nxagentInitClipboard
[mike.gabriel] Clipboard.c: reorder nxagentInitClipboard
[mike.gabriel] Clipboard.c: describe nxagentFind*Index
[mike.gabriel] Clipboard.c: simplify nxagentSetSelectionOwner
[mike.gabriel] Clipboard.c: introduce helper macro IS_INTERNAL_OWNER
[mike.gabriel] Clipboard.c: cosmetics/typo fix/untabify
[mike.gabriel] Clipboard.c: Use Find*Index helpers at more locations
[mike.gabriel] Options.h: comment on the four clipboard options
[mike.gabriel] Clipboard.c: fix handling of clipboard=none/client/server/both option
[mike.gabriel] Clipboard.c: flush more often to ensure a smooth clipboard experience
[mike.gabriel] Clipboard.c: CLINDEX and GetXErrorString are only used for debugging
[mike.gabriel] Clipboard.c: change order of if clause to better match the comment above it
[mike.gabriel] Clipboard.c: add clientCLIPBOARD variable
[mike.gabriel] Clipboard.c: rename variables/atoms to better reflect their meaning
[mike.gabriel] Clipboard.c: extend/reformat some comments
[mike.gabriel] Clipboard.c: cleanup parentheses
[mike.gabriel] (main) Makefile: Don't install nxagent.xpm during install-full target.
[mike.gabriel] nx-libs.spec: Don't install nxagent.xpm to any package. Not there anymore..
[mike.gabriel] mi: Avoid stack smash when drawing dashed lines
[mike.gabriel] Window.c: print internal window id as well
[mike.gabriel] xkbActions.c: fix formatting
[mike.gabriel] xkbsrv.h: move extern XkbFreePrivates to central include file
[mike.gabriel] Pointer.c: use __func__ in fprintf
[mike.gabriel] Pointer.c: code simplification
[mike.gabriel] NX{mitrap,picture}.c: mark NX changes
[mike.gabriel] xkbsrv.h: drop non-existing externs
[mike.gabriel] NXdispatch.c: add FIXME
[mike.gabriel] NXdispatch.c: cleanup ProcCloseFont()
[mike.gabriel] NXDispatch.c: mark NX changes
[mike.gabriel] NXdispatch.c: port forgotten patch
[mike.gabriel] os: unifdef ISC
[mike.gabriel] os: unifdef __SCO__
[mike.gabriel] os: unifdef UNIXWARE
[mike.gabriel] os: unifdef WIN32
[mike.gabriel] Events.c: improve debugging output
[mike.gabriel] NXproperty.c: simplify ChangeWindowProperty
[mike.gabriel] X.Org bug 4947/Sun bug 6646626: Xv extension not byte-swapping properly
[mike.gabriel] Rootless.c: fix wording
[mike.gabriel] Window.c: fix comment
[mike.gabriel] Window.c: code simplifications/scope
[mike.gabriel] Screen.c: drop variable
[mike.gabriel] Screen.c: fix handling of NX_SHADOW atom
[mike.gabriel] Screen.c: code simplification/scope
[mike.gabriel] Image.c: code simplification/scope
[mike.gabriel] nxagent: drop CYGWIN and WIN32 defines
[mike.gabriel] drop xprint remnants: xpstubs
[mike.gabriel] nxagent: remove another xprint renmant
[mike.gabriel] Remove the numVideoScreens xprintism.
[mike.gabriel] Keyboard.c: fix typo
[mike.gabriel] Error.c: mark NX changes
[mike.gabriel] Keyboard.c: improve keyboard output
[mike.gabriel] Reconnect.c: fix typos
[mike.gabriel] Display.c: scope improvements
[mike.gabriel] Display.c: reformat some comments
[mike.gabriel] Init.h: Fix superfluous space
[mike.gabriel] Keystroke.c: fix formatting of keystrokes
[mike.gabriel] Events.c: pass a Boolean to nxagentSwitchFullscreen
[mike.gabriel] Screen.c: harmonize size/wmhints code
[mike.gabriel] Display.c: add a describing comment for nxagentDisplayErrorPredicate
[mike.gabriel] Image.c: undo wrong string replacement nxagentBitmapBitOrder
[mike.gabriel] Display.c: Fix broken code in TEST case
[mike.gabriel] Atoms.c: describe atoms usage
[mike.gabriel] Atoms.c: describe atoms usage
[mike.gabriel] hw/nxagent/Splash.c Fix build on 32bit architecture.
[uli42] Rootless.c: fix wring datatype being used
[uli42] Drawable.c: fix segfault
[uli42] nxagent: build with -Wshadow to detect shadowing variables
[uli42] Clipboard.c: fix shadowed variable
[uli42] Events.c: fix two shadowed variables
[uli42] Display.c: fix shadowed/unused variable
[uli42] Pixmap.c: fix variable shadowing
[uli42] Pixmap.c: drop unused return code for nxagentDisconnectAllPixmaps
[uli42] Cursor.c: drop unused return code for nxagentDisconnectAllCursor
[uli42] Drawable.c: fix logic broken by scope cleanup
[uli42] CheckForEmptyMask does not need to declare int n twice
[uli42] xkb: fix shadow warnings
[uli42] XkbFindSrvLedInfo: remove extraneous name-clashing sli variable
[uli42] _XkbFilterDeviceBtn: move variable declarations to match usage scope
[uli42] mi: fix shadow warnings
[uli42] os: Fix -Wshadow errors
[uli42] compext/Clean.c: fix shadow warnings / scope
[uli42] Events.c: fix capslock weirdness (re-add lost code)
[uli42] nxagent: rename variables that shadow globals
[mike.gabriel] debian/rules: Adopt changes from official Debian package.
[mike.gabriel] debian/libnx-x11-6.symbols: Sync with .symbols file found in official Debian package.
[mike.gabriel] release 3.5.99.23
[uli42] nxagent: re-implement timeout handling
[uli42] nxagent: remove now-obsolete own copies of ScreenSaver procs
[uli42] Screen.c: document nxagentSaveScreen
[uli42] Screen.c: activate fallback to dix blanking
[mike.gabriel] Makefiles: drop support for NXwin
[mike.gabriel] Drop patch that is for nxwin only
[mike.gabriel] remove obsolete pending patches
[mike.gabriel] Use nxdialog as nxclient replacement
[mike.gabriel] os: remove CYGWIN remnants
[mike.gabriel] Events.c: Whitespace fix
[mike.gabriel] Events.c: simplify nxagentInternalWindowsTree
[mike.gabriel] Screen.c: spelling fix
[mike.gabriel] Atoms.c: remove one obsolete FIXME
[mike.gabriel] Atoms.c: add missing free
[mike.gabriel] Atoms.c: some code cleanup
[mike.gabriel] Atoms.c: always duplicate strings before storing them in privAtomMap
[mike.gabriel] Atoms.h: reformat comments
[mike.gabriel] Atoms.c: remove unused return value of nxagentInitAtomsMap
[mike.gabriel] Atoms.c: scope improvements
[mike.gabriel] Atoms.c: refine comment on NX_CUT_BUFFER_SERVER
[mike.gabriel] nxagent: Free atom map on termination
[mike.gabriel] Screen.c: formatting fixes
[mike.gabriel] Drawable.c: refactor nxagentSynchronizeDrawableData
[mike.gabriel] Drawable.c: get rid of goto code in nxagentSynchronizeDrawableData
[mike.gabriel] nxagent: simplify nxagentFreeRegion macro
[mike.gabriel] Rootless.c: undo overzealous scope improvement
[mike.gabriel] Render.c: replace two while loops by shorter for loops
[mike.gabriel] Render.c: describe function purpose
[mike.gabriel] Xext: Fix cursor reference counting hazard.
[mike.gabriel] Xext: rename saver's EventType to SaverEventType.
[mike.gabriel] xkb/xkbUtils.c: add link to bugreport
[mike.gabriel] Splash.c: fix syntax error in TEST mode
[mike.gabriel] Splash.c: center logo
[mike.gabriel] Splash.c: add nxagentHaveSplashWindow helper
[mike.gabriel] Splash.c: use more Xlib types
[mike.gabriel] Splash.c: some reformatting
[mike.gabriel] Splash.c: use uppercase color defines
[mike.gabriel] Splash.c: make variables static
[mike.gabriel] Splash.h: split out xdmcp parts into separate header file
[mike.gabriel] Splash.c: move the GC to nxagentPaintLogo
[mike.gabriel] Splash.c: always paint background over the whole window
[mike.gabriel] Splash.c: reduce number of Xlib calls
[mike.gabriel] Splash.c: reduce number of X calls for logo painting
[mike.gabriel] Drop unused Xalloca.h
[mike.gabriel] Drop unused rgb.h
[mike.gabriel] Drop unused XWDFile.h
[mike.gabriel] Drop unused scrnsaver.h
[mike.gabriel] Drop unused screensaver xpm
[mike.gabriel] XKBsrv.h: remove unused externs
[mike.gabriel] XKBsrv.h: remove XKBSRV_NEED_FILE_FUNCS stuff
[mike.gabriel] Clarify use of and need for mffs vs. ffs
[mike.gabriel] dix: also compile ffs.c
[mike.gabriel] Init.c Use dpmsstubs.c instead of an own copy
[mike.gabriel] Literals.h: always include in compilation
[mike.gabriel] nxagent: make all traps Booleans
[mike.gabriel] Dialog.c: show configured keystrokes in dialogs
[mike.gabriel] README.md: remove embarassing planned release dates...
[mike.gabriel] hw/nxagent/Imakefile: explain more macros
[mike.gabriel] os/Waitfor.c: simplify macro handling
[mike.gabriel] WaitFor.c Implement the intended NX_WAKEUP functionality
[mike.gabriel] Keystroke.c: fix typo
[mike.gabriel] NXdixfonts.c: call dix version of SetDefaultFontPath
[mike.gabriel] NXdixfonts.c: drop NXAGENT_DEBUG
[mike.gabriel] NXdixfonts.c: mark NX changes
[mike.gabriel] (NX)property.c: harmonize function name
[mike.gabriel] Screen.h: improve NXAGENT_ARTSD prototype definition
[mike.gabriel] NXdispatch.c: whitespace fix
[mike.gabriel] NXdispatch.c: some cleanup
[mike.gabriel] NXdispatch.c: fix invalid number of character '('
[mike.gabriel] NXdispatch.c, Reconnect.c: fix format specifiers
[mike.gabriel] Rootless.c: fix common realloc mistake
[mike.gabriel] Display.c: fix common realloc mistake
[mike.gabriel] Display.c: fix implicit declaration
[mike.gabriel] NXproperty.c: fix implicit declaration
[mike.gabriel] NXresource.c: rework marked nx code
[mike.gabriel] NXresource.c: Fix uninitialized variable
[mike.gabriel] NXresource.c: scope improvements
[mike.gabriel] Window.c: scope improvements
[mike.gabriel] NXproperty.c: fix comment/formatting
[mike.gabriel] Windows.h, Window.c*: reformat comments
[mike.gabriel] nxagent: Fix double variables
[mike.gabriel] nxagent: move variable definitions from headers to source files
[mike.gabriel] dixfont.h: add missing extern
[mike.gabriel] XlibInt.c: simplify handling of NX_TRANS_{CHANGE,DEBUG} macros
[mike.gabriel] XlibInt.c: reformat some comments
[mike.gabriel] XlibInt.c: simplify NX code insertion
[mike.gabriel] XlibInt.c: scope improvements/reformat
[mike.gabriel] NX.h: Add missing NX_CHANNEL_SLAVE type to description
[mike.gabriel] Clipboard.c: rearrange Atoms in debugging output
[mike.gabriel] Clipboard.c: use validateString in debugging output
[mike.gabriel] Clipboard.c: fix compilation with DEBUG
[mike.gabriel] Clipboard.c: rename nxagentLastRequestedSelection
[mike.gabriel] Clipboard.c: fix/improve debugging output
[mike.gabriel] Clipboard.c: fix some format specifiers
[mike.gabriel] Clipboard.c: print if selection owner is inside nagent in debugging output
[mike.gabriel] Clipboard.h: add missing externs
[mike.gabriel] Clipboard.h: reformat comments
[mike.gabriel] Clipboard.c: clear windowPtr in ClearSelectionOwner
[mike.gabriel] Clipboard.c: deactivate unused code
[mike.gabriel] Clipboard.{c,h}: cleanup prototypes
[mike.gabriel] Clipboard.c: rename static helpers and macros
[mike.gabriel] Clipboard.c: rename some exported functions
[mike.gabriel] dix/dispatch.c: fix buggy callback invocation
[mike.gabriel] dix/dispatch.c: Fix copy/paste error from before git history in UpdateCurrentTimeIf()
[mike.gabriel] Handlers.c: slight cosmetics
[mike.gabriel] Client.c: mask unused clientBytes stuff
[mike.gabriel] Client.c: use nxagentClientHint macro everywhere
[mike.gabriel] nxagent: use Xorg's callback mechanism for init/free of client privates
[mike.gabriel] NXdispatch.c: move nxagentClearClipboard to client callback
[mike.gabriel] NXdispatch.c: move nxagentCheckIfShadowAgent to client callback
[mike.gabriel] Client.c: add clientInfoString to client privates
[mike.gabriel] Display.c: filter remote Pixmap formats before doing the compatiblity check
[mike.gabriel] Improve clipboard/xfixes related debug output
[mike.gabriel] NXshm.c: simplify Dispatch functions
[mike.gabriel] NXshm.c: slight simplification
[mike.gabriel] Screen.c: fix wrong debug statement
[mike.gabriel] Dialog.h: Fix incomplete macro nxagentNoDialogIsRunning
[mike.gabriel] Dialog.h: reformat comment
[mike.gabriel] NXshm.c: cleanup nxagent_fbShmCreatePixmap
[mike.gabriel] Font.c: cleanup
[mike.gabriel] Font.c: fix realloc bugs
[mike.gabriel] Font.c: add hint of deliberate pointer misuse
[mike.gabriel] NXdispatch.c: free font data on exit
[mike.gabriel] Keyboard.c: free remote keybord names once no longer needed
[mike.gabriel] NXdixfonts.c: fix debugging output
[mike.gabriel] NXdixfonts.c: some code cleanups
[mike.gabriel] Keystroke.c: whitespace fixes
[mike.gabriel] Clipboard.c: fix typo
[mike.gabriel] Rootless.c: add some comments
[mike.gabriel] Rootless.c: improve TEST output
[mike.gabriel] Rootless.c: do not import private properties
[mike.gabriel] Reconnect.c: reformat saveAgentState()
[mike.gabriel] Screen.c: fix missing type in DEBUG mode
[mike.gabriel] Reconnect.c: reformat comments
[mike.gabriel] Reconnect.c: save some lines
[mike.gabriel] Events.h: reformat comments
[mjtrangoni] TravisCI: Upgrade CI configuration
[mike.gabriel] Enable slave socket in server mode
[mike.gabriel] mi: define NXAGENT_SERVER
[mike.gabriel] nxagent: Free atom map on termination
[mike.gabriel] nxagent: Add keystroke for dumping the current clipboard state
[mike.gabriel] Clipboard.c: improve Clipboard stats
[mike.gabriel] Clipboard.c: make setClientSelectionStage a function
[mike.gabriel] Clipboard.c: Fix: always reset selectionStage in endTransfer
[mike.gabriel] Clipboard.c: drop unused return code of sendSelectionNotifyEventToClient
[mike.gabriel] Clipboard.c: drop notifyConvertFailure
[mike.gabriel] Clipboard.c: call endTransfer()
[mike.gabriel] Clipboard.c: add elapsed time for lastClient to stats output if available
[mike.gabriel] Clipboard.c: use nxagentClientInfoString for debug output
[mike.gabriel] Clipboard.c: improve some more debugging messages
[mike.gabriel] Clipboard.c: add description/warning for nxagentClearClipboard
[mike.gabriel] Clipboard.c: small code improvement
[mike.gabriel] Client.h: make macro NULL pointer safe
[mike.gabriel] NXevents.c, NXdispatch.c: add some DEBUG statements
[mike.gabriel] release 3.5.99.24
------------------------------------------
[...truncated 74.57 KB...]
+ read line
+ [[ gpgcheck=1 =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ gpgcheck=1 =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo gpgcheck=1
+ read line
+ [[ gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary'
+ read line
+ [[ skip_if_unavailable=False =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ skip_if_unavailable=False =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo skip_if_unavailable=False
+ read line
+ [[ '' =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ '' =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo ''
+ read line
+ [[ [rawhide-modular-debuginfo] =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ [rawhide-modular-debuginfo] =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo '[rawhide-modular-debuginfo]'
+ read line
+ [[ name=Fedora - Modular Rawhide - Debug =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ name=Fedora - Modular Rawhide - Debug =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'name=Fedora - Modular Rawhide - Debug'
+ read line
+ [[ metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-debug&arch=$basearch =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-debug&arch=$basearch =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-debug&arch=$basearch'
+ read line
+ [[ enabled=0 =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ enabled=0 =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo enabled=0
+ read line
+ [[ gpgcheck=1 =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ gpgcheck=1 =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo gpgcheck=1
+ read line
+ [[ gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary'
+ read line
+ [[ skip_if_unavailable=False =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ skip_if_unavailable=False =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo skip_if_unavailable=False
+ read line
+ [[ '' =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ '' =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo ''
+ read line
+ [[ [rawhide-modular-source] =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ [rawhide-modular-source] =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo '[rawhide-modular-source]'
+ read line
+ [[ name=Fedora - Modular Rawhide - Source =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ name=Fedora - Modular Rawhide - Source =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'name=Fedora - Modular Rawhide - Source'
+ read line
+ [[ metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-source&arch=$basearch =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-source&arch=$basearch =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-source&arch=$basearch'
+ read line
+ [[ enabled=0 =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ enabled=0 =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo enabled=0
+ read line
+ [[ gpgcheck=1 =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ gpgcheck=1 =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo gpgcheck=1
+ read line
+ [[ gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo 'gpgkey=file:///etc/pki/mock/RPM-GPG-KEY-fedora-$releasever-$basearch file:///etc/pki/mock/RPM-GPG-KEY-fedora-33-primary file:///etc/pki/mock/RPM-GPG-KEY-fedora-32-primary'
+ read line
+ [[ skip_if_unavailable=False =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ skip_if_unavailable=False =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 0 ']'
+ echo skip_if_unavailable=False
+ read line
+ [[ """ =~ ^[[:space:]]*config_opts\['yum\.conf'\][[:space:]]*=[[:space:]]*"""[[:space:]]*$ ]]
+ '[' 1 -eq 1 ']'
+ [[ """ =~ ^[[:space:]]*"""[[:space:]]*$ ]]
+ printf '\n'
+ typeset -i i=0
+ (( i = 0 ))
+ (( i < 8 ))
+ echo '[x2go-extras-fedora]'
+ (( ++i ))
+ (( i < 8 ))
+ echo 'name=Upstream X2Go Fedora Packages (Extra Packages)'
+ (( ++i ))
+ (( i < 8 ))
+ echo baseurl=http://packages.x2go.org/fedora/rawhide/extras/x86_64
+ (( ++i ))
+ (( i < 8 ))
+ echo gpgcheck=0
+ (( ++i ))
+ (( i < 8 ))
+ echo gpgkey=http://packages.x2go.org/pub.key
+ (( ++i ))
+ (( i < 8 ))
+ echo enabled=1
+ (( ++i ))
+ (( i < 8 ))
+ echo protect=0
+ (( ++i ))
+ (( i < 8 ))
+ echo ''
+ (( ++i ))
+ (( i < 8 ))
+ '[' full = full ']'
+ printf '\n'
+ typeset -i i=0
+ (( i = 0 ))
+ (( i < 8 ))
+ echo '[x2go-nightly-fedora]'
+ (( ++i ))
+ (( i < 8 ))
+ echo 'name=Upstream X2Go Fedora Packages (Nightly Builds)'
+ (( ++i ))
+ (( i < 8 ))
+ echo baseurl=http://packages.x2go.org/fedora/rawhide/heuler/x86_64
+ (( ++i ))
+ (( i < 8 ))
+ echo gpgcheck=0
+ (( ++i ))
+ (( i < 8 ))
+ echo gpgkey=http://packages.x2go.org/pub.key
+ (( ++i ))
+ (( i < 8 ))
+ echo enabled=1
+ (( ++i ))
+ (( i < 8 ))
+ echo protect=0
+ (( ++i ))
+ (( i < 8 ))
+ echo ''
+ (( ++i ))
+ (( i < 8 ))
+ echo '"""'
+ read line
+ IFS='
'
+ cache_mock_config
+ typeset tmp_mock_config=/var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg
+ typeset 'tmp_regex=^.*\.cfg$'
+ [[ ! /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg =~ ^.*\.cfg$ ]]
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg ']'
+ '[' '!' -r /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg ']'
++ basename -s .cfg /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg
+ typeset mock_cache_file_name=fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh
+ typeset tmp=fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh
+ mock_cache_file_name=fedora-rawhide-x86_64-x2go-nightly-full
+ '[' fedora-rawhide-x86_64-x2go-nightly-full = fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh ']'
+ mock_cache_file_name=fedora-rawhide-x86_64-x2go-nightly-full.cfg
+ typeset mock_cache_file_path=/var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg
+ '[' -f /var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg ']'
+ '[' -r /var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg ']'
+ cmp -s /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg /var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg
+ echo 'Cached mock config file matches generated one, using the cached file.'
Cached mock config file matches generated one, using the cached file.
+ TMP_MOCK_CFG_FILE=/var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg
+ return 0
+ return 0
+ MOCK_CHROOT_CONFIG='-r /var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full'
+ '[' 0 -eq 0 ']'
+ MOCK_CHROOT_CONFIG='-r /var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg'
+ return 0
+ mock --buildsrpm -r /var/lib/jenkins/mock-cache//fedora-rawhide-x86_64-x2go-nightly-full.cfg --resultdir=/var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/ --spec /var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/rpmbuild/SOURCES/nx-libs.spec --sources /var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/rpmbuild/SOURCES/
INFO: mock.py version 1.3.2-2.6x2go1 starting (python version = 3.5.3)...
Start: init plugins
INFO: selinux disabled
Finish: init plugins
Start: run
INFO: Start(/var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/rpmbuild/SOURCES/nx-libs.spec) Config(fedora-rawhide-x86_64)
Start: clean chroot
Finish: clean chroot
Start: chroot init
INFO: calling preinit hooks
INFO: enabled root cache
INFO: enabled dnf cache
Start: cleaning dnf metadata
Finish: cleaning dnf metadata
Mock Version: 1.3.2-2.6x2go1
INFO: Mock Version: 1.3.2-2.6x2go1
Start: dnf install
ERROR: Exception(/var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/rpmbuild/SOURCES/nx-libs.spec) Config(fedora-rawhide-x86_64) 0 minutes 37 seconds
INFO: Results and/or logs in: /var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/
INFO: Cleaning up build root ('cleanup_on_failure=True')
Start: clean chroot
Finish: clean chroot
ERROR: Command failed. See logs for output.
# /usr/bin/dnf --installroot /var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 33 --disableplugin=local --setopt=deltarpm=false install @buildsys-build
+ cat /var/lib/jenkins/pkg-dist/heuler/nx-libs/fedora/rawhide/SRPM/build.log
Mock Version: 1.3.2-2.6x2go1
+ exit 1
+ cleanup
+ '[' -n /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt ']'
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt ']'
+ case "${TMP_MOCK_CFG_DIR}" in
+ typeset file=
+ for file in "${TMP_MOCK_CFG_DIR}/"*
+ '[' '!' -f /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg ']'
+ rm -- /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt/fedora-rawhide-x86_64-x2go-nightly-full.MVXzzsNreAb8GUXtQHnhQ8Nh.cfg
+ '[' -e /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt ']'
+ '[' -d /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt ']'
+ rmdir -- /var/lib/jenkins/tmp/x2go-mock-Hc1uHdhX0pAlxiI2iteWvcjt
+ typeset temp_dir=
+ for temp_dir in "${temp_cleanup[@]}"
+ '[' -n /var/lib/jenkins/tmp/tmp.6f7VWkn9OwEKRzhbku0tnz2q ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.6f7VWkn9OwEKRzhbku0tnz2q ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.6f7VWkn9OwEKRzhbku0tnz2q
Build step 'Execute shell' marked build as failure
More information about the x2go-commits
mailing list