[X2Go-Commits] Build failed in Jenkins: nx-libs+nightly+raspbian-jessie #77
jenkins at x2go.org
jenkins at x2go.org
Sat Sep 28 14:31:50 CEST 2019
See <https://jenkins.x2go.org:8443/job/nx-libs+nightly+raspbian-jessie/77/display/redirect?page=changes>
Changes:
[mjtrangoni] travis.yml: Update clang 7.0 => 8.0
[uli42] nxagent: Determine nxagentProgName only once
[mike.gabriel] Font.c: factor out font checks
[mike.gabriel] Drop Speedo font support
[mike.gabriel] Font.c: build the font paths at runtime
[mike.gabriel] Font.c: Let dix check if a font path exists
[mike.gabriel] Font.c: Loop over font paths
[mike.gabriel] auto-determine system font path and add to list of font paths
[mike.gabriel] Font.c: Avoid duplicate font paths
[mike.gabriel] Font.c: use __func__ in TEST prints
[uli42] spelling fixes
[uli42] Reconnect.c: initialize stateFile path
[uli42] Die XTESTEXT1, die!
[uli42] nxagent: Remove own GetTimeInMillis() implementation
[uli42] Keyboard.c: improve TEST and DEBUG output
[uli42] Keyboard.c: clean/unify formatting
[uli42] NXwindow.c: add missing change
[uli42] NXdamage.c: add missing upstream fixes
[uli42] Rename libdamage to (correct) libdamageext
[uli42] NXdispatch.c: add missing change
[uli42] NXdispatch.c: add missing fixes
[uli42] NXdispatch.c: indent code to match environment
[uli42] README.keystrokes: refine description
[uli42] Remove useless "ignore" keystroke for Ctrl-Alt-Backspace
[uli42] README.keystrokes: mention nxdialog
[uli42] nxagent: make nxagentX2go a Boolean
[andrew] Remove Debian build references to `xtestext1.h`
[uli42] xkbUtils.c: Catch division by zero
[uli42] libNX_X11: add additional checks for dpy and xkb
[uli42] dix: remove unused requestLogIndex
[mike.gabriel] Fix NXevents.c: Reactivate errornously commented function
[mike.gabriel] render/glyph.c: add missing usage_hint
[mike.gabriel] os: fix BigReq ignoring when another request is pending
[mike.gabriel] Window.c: fix: report correct window on icon window creation
[mike.gabriel] Screen.c: report both created windows (and with the right name)
[mike.gabriel] Screen.c: whitespace/formatting fixes
[mike.gabriel] Screen.c: use consistent spacing on pointer references
[mike.gabriel] Screen.c: more TEST output
[mike.gabriel] Clipboard.c: fix wrong variable being printed
[mike.gabriel] Clipboard.c: Scope improvements
[mike.gabriel] Clipboard.c: more debugging output
[mike.gabriel] Events.c: add debug output
[mike.gabriel] Window.c: comment on the purpose of some functions
[mike.gabriel] NXmiexpose.c: use upstream miHandleExposures()
[mike.gabriel] NXmiexpose.c: use upstream version of miPaintWindows()
[mike.gabriel] NXmiexpose.c: mark NX changes
[mike.gabriel] Window.c/NXmiexpose.c: remove hack for certain WM theme
[mike.gabriel] NXmiexpose.c: drop file altogether
[mike.gabriel] Add nxagentExternalClipboardEventTrap
[mike.gabriel] Add nxagentSetSelectionCallback
[mike.gabriel] NXdispatch.c: Use Callback instead of a modified function
[mike.gabriel] NXdispatch.c: use upstream version of ProcSetSelectionOwner
[uli42] Remove the Must_have_memory hack.
[uli42] NXwindow.c: fix compiler warning
[uli42] Window.c: remove leftover (commented) code
[uli42] Window.c: Drop defines CWParent and CWStackingOrder
[uli42] mi: Hush an almost certainly bogus warning
[uli42] miwindow.c: add hint to Red Hat Bugzilla + fix
[uli42] NXshm.c: remove left-overs from patch
[uli42] dix/window.c: fix compiler warning
[uli42] Window.c: add missing comment about nxagentConfiguredWindowList
[uli42] Pixmap.c: fix comment phrasing/spelling
[uli42] Rootless.c: improve TEST/WARN/DEBUG outout
[uli42] xkb: initialize tsyms
[uli42] Screen.c: correctly free stuff in nxagentCloseScreen
[uli42] Screen.c: Fix: make sure RRCloseScreen is being called
[uli42] Keyboard.c: nullify freed pointers
[uli42] CloseDevice: call XkbRemoveResourceClient before freeing key class
[uli42] Fix memleaks: Free devPrivates of devices on shutdown
[uli42] Screen.c: fix another memory leak
[uli42] mi/miinitext.c: fix memleaks: remove (double) glx initialization
[uli42] Events.c: use designated initializer in nxagentDeactivatePointerGrab
[uli42] Extension.c: code simplifications
[uli42] Screen.c: more debug output
[uli42] glxext.c: fix another memory leak
[uli42] various scope improvements
[uli42] Font.c: code simplifications
[mike.gabriel] glyph.c: fix a read beyond end of heap buffer
[mike.gabriel] Keyboard.c: fix three memory leaks
[mike.gabriel] Quarks.c: add missing )
[mike.gabriel] dix/dispatch: fix a small memory leak
[mike.gabriel] fb: fix memory leak in fbOverlayFinishScreenInit
[mike.gabriel] render: Propagate allocation failure from createSourcePicture()
[mike.gabriel] NXrender: fix another memleak
[mike.gabriel] Screen.c: fix two memleaks
[mike.gabriel] Screen.c: fix two more memleaks of visuals
[mike.gabriel] NXpicture.c: code simplification
[mike.gabriel] os/access.c: add missing }
[mike.gabriel] Keyboard.c: rearrange code to make cppcheck happy
[mike.gabriel] NXdixfonts.c: fix index out of bounds
[mike.gabriel] compext/Png.c: late image_index allocation
[mike.gabriel] compext/Png.c: simplify srcBuf allocation
[mike.gabriel] compext/Png.c: Nullify after free
[mike.gabriel] mi/miexpose.c: add missing free()
[mike.gabriel] xkb: remove oldState from XkbHandleActions.
[mike.gabriel] XKB: Remove a bunch of mad ifdefs
[mike.gabriel] xkbEvents.c: Fix "warning: unused variable `s'".
[mike.gabriel] xkb: Use snprintf to measure string lengths instead of manual strlen
[mike.gabriel] xkb: Silence some compiler warnings
[mike.gabriel] xkmread.c: fix compiler warning
[mike.gabriel] xkb: fix what looks to be a copy-paste error with first vs firstMM
[mike.gabriel] Keyboard.c: fix another cppcheck finding
[mike.gabriel] Keyboard.c: use existing define instead of hardcoced value
[mike.gabriel] record/set.c: silence cpp finding
[mike.gabriel] Suppress false positives in static analysis
[uli42] rework xkb device private handling
[mike.gabriel] TravisCI: move from gcc 8.x to gcc 9.x
[mike.gabriel] TravisCI: Print compiler version currently used
[uli42] Window.c: add some comments about fullscreen handling
[uli42] Window.c: rearrange code regarding window decorations sizes
[uli42] Screen.c: add nxagentIsParentOf helper
[uli42] nxagentMaximizeToFullScreen: only reparent if necessary
[uli42] Screen.c: simplify nxagentMinimizeFromFullscreen
[uli42] Consistently use None instead of 0 for nxagentIconWindow everywhere
[uli42] Screen.c: use XlibWindow so silence the compiler
[uli42] Drop Ipaq support
[uli42] drop onscreen keyboard support
[mike.gabriel] release 3.5.99.21
[uli42] Utils.h: add SAFE_free macro
[uli42] Display.c: safe some lines by calling SAFE_XFree and SAFE_free
[uli42] Events.c: safe some lines by calling SAFE_XFree
[uli42] Screen.c: safe some lines by calling SAFE_XFree
[uli42] Font.c: use SAFE_XFree and SAFE_free
[uli42] Rootless.c: use SAFE_free and SAFE_XFree
[uli42] Window.c: use SAFE_free and SAFE_XFree
[uli42] Cursor.c: use SAFE_XFree
[uli42] Keyboard.c: use SAFE_XFree and SAFE_free
[uli42] Reconnect.c: use SAFE_free
[uli42] Pixmap.c: use SAFE_free
[uli42] Render.c: use SAFE_free
[uli42] Image.c: use SAFE_free
[uli42] Error.c: use SAFE_free
[uli42] Args.c: use SAFE_free
[uli42] Colormap.c: use SAFE_free
[uli42] Drawable.c: use SAFE_free
[uli42] GC.c: use SAFE_free
[uli42] GCOps.c: use SAFE_free
[uli42] Keystroke.c: use SAFE_free
[uli42] Atoms.c: use SAFE_XFree and SAFE_free macros
[uli42] Clipboard.c: use SAFE_free
[uli42] Events.c: refactor nxagentHandleKeypress
[uli42] Events.c: add more comments and TEST output
[mike.gabriel] Keystroke.c: fix wrong return code
[mike.gabriel] nxagent: simplify nxagentWaitEvents()
[mike.gabriel] nxagent: fix main window being garbled without inner windows
[mike.gabriel] NXwindow.c: simplify window background code
[mike.gabriel] dix: add whiteroot flag
[mike.gabriel] Splash.c: do not wait in nxagent mode
[mike.gabriel] Splash.c: drop return code of nxagentShowSplashWindow
[mike.gabriel] Splash.c: code cleanup
[mike.gabriel] Splash.c: nxagentRemoveSplashWindow: drop unused parameter
[mike.gabriel] nxagent: drop nxagentRootTileWindow
[mike.gabriel] Splash.c: remove global variables for colors
[mike.gabriel] Splash.c: make Splash logo work with white background (-wr) mode, too
[mike.gabriel] Splash.c: move some variables to Splash.c
[mike.gabriel] nxagent: rename nxagentWMStart to nxagentReadyAtom
[mike.gabriel] nxagent: drop NXAGENT_SPLASH
[mike.gabriel] nxagent: add NXAGENT_ONSTART where missing
[mike.gabriel] nxagent: move nxagentWMPassed to Splash.c
[mike.gabriel] NXdispatch.c: drop currentDispatch variable
[mike.gabriel] NXdispatch.c: move nxagentWMtimeout into the function
[mike.gabriel] Events.c: refactor nxagentHandleKeypress
[mike.gabriel] Events.c: add more comments and TEST output
[mike.gabriel] Keystroke.c: fix wrong return code
[mike.gabriel] nxagent: simplify nxagentWaitEvents()
[mike.gabriel] nxagent: fix main window being garbled without inner windows
[mike.gabriel] NXwindow.c: simplify window background code
[mike.gabriel] dix: add whiteroot flag
[mike.gabriel] Splash.c: do not wait in nxagent mode
[mike.gabriel] Splash.c: drop return code of nxagentShowSplashWindow
[mike.gabriel] Splash.c: code cleanup
[mike.gabriel] Splash.c: nxagentRemoveSplashWindow: drop unused parameter
[mike.gabriel] nxagent: drop nxagentRootTileWindow
[mike.gabriel] Splash.c: remove global variables for colors
[mike.gabriel] Splash.c: make Splash logo work with white background (-wr) mode, too
[mike.gabriel] Splash.c: move some variables to Splash.c
[mike.gabriel] nxagent: rename nxagentWMStart to nxagentReadyAtom
[mike.gabriel] nxagent: drop NXAGENT_SPLASH
[mike.gabriel] nxagent: add NXAGENT_ONSTART where missing
[mike.gabriel] nxagent: move nxagentWMPassed to Splash.c
[mike.gabriel] NXdispatch.c: drop currentDispatch variable
[mike.gabriel] NXdispatch.c: move nxagentWMtimeout into the function
[mike.gabriel] Screen.c: initialize RandR only on startup...
[mike.gabriel] nxagent: Add autograb mode.
[mike.gabriel] nxagent: Make autograb an nxagentOption.
[mike.gabriel] Args.c: Add command line option -autograb.
[mike.gabriel] Args.c: make autograb available via options file, too.
[mike.gabriel] Events.c: improve debugging output for FocusIn/Out
[mike.gabriel] Events.c: do not ungrab keyboard on LeaveNotify when in autograb mode
[mike.gabriel] Events.c: Autograb only for windowed modes
[mike.gabriel] Dialog.c: Add NXTransDialog() call for autograb toggling.
[mike.gabriel] Make AutoGrab work in more situations
[mike.gabriel] Events.c: introduce separate debug level for autograb debugging only
[mike.gabriel] debian/control: Split-out nxdialog bin:pkg.
[mike.gabriel] debian/{nxagent,nxdialog}.install: Move nxdialog files from
[mike.gabriel] debian/copyright: Update copyright attributions.
[mike.gabriel] release 3.5.99.22
------------------------------------------
[...truncated 201.02 KB...]
Selecting previously unselected package x11proto-render-dev.
Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ...
Unpacking x11proto-render-dev (2:0.11.1-2) ...
Selecting previously unselected package libxrender-dev:armhf.
Preparing to unpack .../libxrender-dev_1%3a0.9.8-1_armhf.deb ...
Unpacking libxrender-dev:armhf (1:0.9.8-1) ...
Selecting previously unselected package libxrandr-dev:armhf.
Preparing to unpack .../libxrandr-dev_2%3a1.4.2-1+deb8u1_armhf.deb ...
Unpacking libxrandr-dev:armhf (2:1.4.2-1+deb8u1) ...
Selecting previously unselected package x11proto-record-dev.
Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ...
Unpacking x11proto-record-dev (1.14.2-1) ...
Selecting previously unselected package libxtst-dev:armhf.
Preparing to unpack .../libxtst-dev_2%3a1.2.2-1+deb8u1_armhf.deb ...
Unpacking libxtst-dev:armhf (2:1.2.2-1+deb8u1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../pkg-config_0.28-1_armhf.deb ...
Unpacking pkg-config (0.28-1) ...
Selecting previously unselected package quilt.
Preparing to unpack .../archives/quilt_0.63-3_all.deb ...
Unpacking quilt (0.63-3) ...
Selecting previously unselected package x11-xkb-utils.
Preparing to unpack .../x11-xkb-utils_7.7+1_armhf.deb ...
Unpacking x11-xkb-utils (7.7+1) ...
Selecting previously unselected package x11proto-fonts-dev.
Preparing to unpack .../x11proto-fonts-dev_2.1.3-1_all.deb ...
Unpacking x11proto-fonts-dev (2.1.3-1) ...
Selecting previously unselected package xutils-dev.
Preparing to unpack .../xutils-dev_1%3a7.7+3_armhf.deb ...
Unpacking xutils-dev (1:7.7+3) ...
Processing triggers for systemd (215-17+deb8u13) ...
Setting up libpipeline1:armhf (1.4.0-1) ...
Setting up groff-base (1.22.2-8) ...
Setting up bsdmainutils (9.0.6) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up man-db (2.7.0.2-5) ...
Not building database; man-db/auto-update is not 'true'.
Setting up libasprintf0c2:armhf (0.19.3-2) ...
Setting up libmagic1:armhf (1:5.22+15-2+deb8u5) ...
Setting up libxml2:armhf (2.9.1+dfsg1-5+deb8u7) ...
Setting up libffi6:armhf (3.1-2+deb8u1) ...
Setting up libglib2.0-0:armhf (2.42.1-1+deb8u3) ...
No schema files found: doing nothing.
Setting up libcroco3:armhf (0.6.8-3) ...
Setting up libfontenc1:armhf (1:1.1.2-1) ...
Setting up x11-common (1:7.7+7) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libice6:armhf (2:1.0.9-1) ...
Setting up libpixman-1-0:armhf (0.32.6-3+deb8u1) ...
Setting up libsigsegv2:armhf (2.10-4) ...
Setting up libsm6:armhf (2:1.2.2-1) ...
Setting up libunistring0:armhf (0.9.3-5.2) ...
Setting up libxau6:armhf (1:1.0.8-1) ...
Setting up libxdmcp6:armhf (1:1.1.1-1) ...
Setting up libxcb1:armhf (1.10-3) ...
Setting up libx11-data (2:1.6.2-3+deb8u2) ...
Setting up libx11-6:armhf (2:1.6.2-3+deb8u2) ...
Setting up libxext6:armhf (2:1.3.3-1) ...
Setting up libxt6:armhf (1:1.1.4-1) ...
Setting up libxmu6:armhf (2:1.1.2-1) ...
Setting up libxpm4:armhf (1:3.5.12-0+deb8u1) ...
Setting up libxaw7:armhf (2:1.0.12-2) ...
Setting up libxcomposite1:armhf (1:0.4.4-1) ...
Setting up libxfixes3:armhf (1:5.0.1-2+deb8u1) ...
Setting up libxdamage1:armhf (1:1.1.4-2) ...
Setting up libxi6:armhf (2:1.7.4-1+deb8u1) ...
Setting up libxinerama1:armhf (2:1.1.3-1) ...
Setting up libxkbfile1:armhf (1:1.0.8-1) ...
Setting up libxrender1:armhf (1:0.9.8-1) ...
Setting up libxrandr2:armhf (2:1.4.2-1+deb8u1) ...
Setting up libxtst6:armhf (2:1.2.2-1+deb8u1) ...
Setting up file (1:5.22+15-2+deb8u5) ...
Setting up gettext-base (0.19.3-2) ...
Setting up m4 (1.4.17-4) ...
Setting up mime-support (3.58) ...
Setting up autoconf (2.69-8) ...
Setting up autotools-dev (20140911.1) ...
Setting up automake (1:1.14.1-4+deb8u1) ...
update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode
Setting up gettext (0.19.3-2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16+nmu3) ...
Setting up debhelper (9.20150101+deb8u2) ...
Setting up diffstat (1.58-1) ...
Setting up zlib1g-dev:armhf (1:1.2.8.dfsg-2) ...
Setting up libfontenc-dev:armhf (1:1.1.2-1) ...
Setting up libjpeg62-turbo:armhf (1:1.3.1-12+deb8u2) ...
Setting up libjpeg62-turbo-dev:armhf (1:1.3.1-12+deb8u2) ...
Setting up libjpeg-dev (1:1.3.1-12+deb8u2) ...
Setting up libpixman-1-dev (0.32.6-3+deb8u1) ...
Setting up libpng12-dev:armhf (1.2.50-2+deb8u3) ...
Setting up libpthread-stubs0-dev:armhf (0.3-4) ...
Setting up libtool (2.4.2-1.11) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up x11proto-core-dev (7.0.26-1) ...
Setting up libxau-dev:armhf (1:1.0.8-1) ...
Setting up libxdmcp-dev:armhf (1:1.1.1-1) ...
Setting up x11proto-input-dev (2.3.1-1) ...
Setting up x11proto-kb-dev (1.0.6-2) ...
Setting up xtrans-dev (1.3.4-1) ...
Setting up libxcb1-dev:armhf (1.10-3) ...
Setting up libx11-dev:armhf (2:1.6.2-3+deb8u2) ...
Setting up x11proto-xext-dev (7.3.0-1) ...
Setting up x11proto-fixes-dev (1:5.0-2) ...
Setting up libxfixes-dev:armhf (1:5.0.1-2+deb8u1) ...
Setting up x11proto-composite-dev (1:0.4.2-2) ...
Setting up libxext-dev:armhf (2:1.3.3-1) ...
Setting up libxcomposite-dev (1:0.4.4-1) ...
Setting up x11proto-damage-dev (1:1.2.1-2) ...
Setting up libxdamage-dev:armhf (1:1.1.4-2) ...
Setting up libxi-dev (2:1.7.4-1+deb8u1) ...
Setting up x11proto-xinerama-dev (1.2.1-2) ...
Setting up libxinerama-dev:armhf (2:1.1.3-1) ...
Setting up libxkbfile-dev:armhf (1:1.0.8-1) ...
Setting up libxml2-dev:armhf (2.9.1+dfsg1-5+deb8u7) ...
Setting up libxpm-dev:armhf (1:3.5.12-0+deb8u1) ...
Setting up x11proto-randr-dev (1.4.0-2) ...
Setting up x11proto-render-dev (2:0.11.1-2) ...
Setting up libxrender-dev:armhf (1:0.9.8-1) ...
Setting up libxrandr-dev:armhf (2:1.4.2-1+deb8u1) ...
Setting up x11proto-record-dev (1.14.2-1) ...
Setting up libxtst-dev:armhf (2:1.2.2-1+deb8u1) ...
Setting up pkg-config (0.28-1) ...
Setting up quilt (0.63-3) ...
Setting up x11-xkb-utils (7.7+1) ...
Setting up x11proto-fonts-dev (2.1.3-1) ...
Setting up xutils-dev (1:7.7+3) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Processing triggers for systemd (215-17+deb8u13) ...
E: Failed to fetch http://127.0.0.1:3142/archive.raspbian.org/raspbian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u11_armhf.deb: 404 Not Found
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
+------------------------------------------------------------------------------+
| Build environment |
+------------------------------------------------------------------------------+
Kernel: Linux 4.19.0-0.bpo.5-amd64 amd64 (x86_64)
Toolchain package versions: binutils_2.25-5+deb8u1 dpkg-dev_1.17.27 g++-4.9_4.9.2-10+deb8u2 gcc-4.9_4.9.2-10+deb8u2 libc6-dev_2.19-18+deb8u10 libstdc++-4.9-dev_4.9.2-10+deb8u2 libstdc++6_4.9.2-10+deb8u2 linux-libc-dev_3.16.7-ckt11-1+deb8u4+rpi1
Package versions: acl_2.2.52-2 adduser_3.113+nmu3 apt_1.0.9.8.5 aptitude_0.6.11-1 aptitude-common_0.6.11-1 autoconf_2.69-8 automake_1:1.14.1-4+deb8u1 autotools-dev_20140911.1 base-files_8+rpi1 base-passwd_3.5.37 bash_4.3-11+deb8u2 binutils_2.25-5+deb8u1 bsdmainutils_9.0.6 bsdutils_1:2.25.2-6 build-essential_11.7 bzip2_1.0.6-7+deb8u2 ccache_3.1.12-1 coreutils_8.23-4 cpio_2.11+dfsg-4.1+deb8u1 cpp_4:4.9.2-2 cpp-4.9_4.9.2-10+deb8u2 dash_0.5.7-4 debconf_1.5.56+deb8u1 debconf-i18n_1.5.56+deb8u1 debhelper_9.20150101+deb8u2 debianutils_4.4 diffstat_1.58-1 diffutils_1:3.3-1 dmsetup_2:1.02.90-2.2+deb8u1 dpkg_1.17.27 dpkg-dev_1.17.27 e2fslibs_1.42.12-2 e2fsprogs_1.42.12-2 eatmydata_82-6 fakeroot_1.20.2-1 file_1:5.22+15-2+deb8u5 findutils_4.4.2-9 g++_4:4.9.2-2 g++-4.9_4.9.2-10+deb8u2 gcc_4:4.9.2-2 gcc-4.6-base_4.6.4-5+rpi1 gcc-4.7-base_4.7.3-11+rpi1 gcc-4.8-base_4.8.4-1 gcc-4.9_4.9.2-10+deb8u2 gcc-4.9-base_4.9.2-10+deb8u2 gettext_0.19.3-2 gettext-base_0.19.3-2 gnupg_1.4.18-7+deb8u5 gpgv_1.4.18-7+deb8u5 grep_2.20-4.1 groff-base_1.22.2-8 gzip_1.6-4 hostname_3.15 init_1.22 init-system-helpers_1.22 initramfs-tools_0.120+deb8u3 initscripts_2.88dsf-59 insserv_1.14.0-5 intltool-debian_0.35.0+20060710.1 klibc-utils_2.0.4-2+rpi1 kmod_18-3 libacl1_2.2.52-2 libapt-pkg4.12_1.0.9.8.5 libasan1_4.9.2-10+deb8u2 libasprintf0c2_0.19.3-2 libatomic1_4.9.2-10+deb8u2 libattr1_1:2.4.47-2 libaudit-common_1:2.4-1 libaudit1_1:2.4-1 libblkid1_2.25.2-6 libboost-iostreams1.55.0_1.55.0+dfsg-3 libbz2-1.0_1.0.6-7+deb8u2 libc-bin_2.19-18+deb8u10 libc-dev-bin_2.19-18+deb8u10 libc6_2.19-18+deb8u10 libc6-dev_2.19-18+deb8u10 libcap2_1:2.24-8 libcap2-bin_1:2.24-8 libcloog-isl4_0.18.2-1 libcomerr2_1.42.12-2 libcroco3_0.6.8-3 libcryptsetup4_2:1.6.6-5 libcwidget3_0.5.17-2 libdb5.3_5.3.28-9+deb8u1 libdbus-1-3_1.8.22-0+deb8u2 libdebconfclient0_0.192 libdevmapper1.02.1_2:1.02.90-2.2+deb8u1 libdpkg-perl_1.17.27 libdrm2_2.4.58-2 libeatmydata1_82-6 libfakeroot_1.20.2-1 libffi6_3.1-2+deb8u1 libfontenc-dev_1:1.1.2-1 libfontenc1_1:1.1.2-1 libgcc-4.9-dev_4.9.2-10+deb8u2 libgcc1_1:4.9.2-10+deb8u2 libgcrypt20_1.6.3-2+deb8u5 libgdbm3_1.8.3-13.1 libglib2.0-0_2.42.1-1+deb8u3 libgmp10_2:6.0.0+dfsg-6+rpi1 libgomp1_4.9.2-10+deb8u2 libgpg-error0_1.17-3 libice6_2:1.0.9-1 libisl10_0.12.2-2 libjpeg-dev_1:1.3.1-12+deb8u2 libjpeg62-turbo_1:1.3.1-12+deb8u2 libjpeg62-turbo-dev_1:1.3.1-12+deb8u2 libklibc_2.0.4-2+rpi1 libkmod2_18-3 liblocale-gettext-perl_1.05-8+b1 liblzma5_5.1.1alpha+20120614-2 libmagic1_1:5.22+15-2+deb8u5 libmount1_2.25.2-6 libmpc3_1.0.2-1 libmpfr4_3.1.2-2 libncurses5_5.9+20140913-1+deb8u3 libncursesw5_5.9+20140913-1+deb8u3 libnih-dbus1_1.0.3-4.3 libnih1_1.0.3-4.3 libpam-modules_1.1.8-3.1+deb8u2 libpam-modules-bin_1.1.8-3.1+deb8u2 libpam-runtime_1.1.8-3.1+deb8u2 libpam0g_1.1.8-3.1+deb8u2 libpcre3_2:8.35-3.3+deb8u4 libpipeline1_1.4.0-1 libpixman-1-0_0.32.6-3+deb8u1 libpixman-1-dev_0.32.6-3+deb8u1 libpng12-0_1.2.50-2+deb8u3 libpng12-dev_1.2.50-2+deb8u3 libprocps3_2:3.3.9-9+deb8u1 libpthread-stubs0-dev_0.3-4 libreadline6_6.3-8 libselinux1_2.3-2 libsemanage-common_2.3-1 libsemanage1_2.3-1 libsepol1_2.3-2 libsigc++-2.0-0c2a_2.4.0-1 libsigsegv2_2.10-4 libslang2_2.3.0-2 libsm6_2:1.2.2-1 libsmartcols1_2.25.2-6 libsqlite3-0_3.8.7.1-1+deb8u4 libss2_1.42.12-2 libstdc++-4.9-dev_4.9.2-10+deb8u2 libstdc++6_4.9.2-10+deb8u2 libsystemd0_215-17+deb8u13 libtext-charwidth-perl_0.04-7+b4 libtext-iconv-perl_1.7-5+b5 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_2.3000-2 libtinfo5_5.9+20140913-1+deb8u3 libtool_2.4.2-1.11 libubsan0_4.9.2-10+deb8u2 libudev1_215-17+deb8u13 libunistring0_0.9.3-5.2 libusb-0.1-4_2:0.1.12-25 libustr-1.0-1_1.0.4-3 libuuid1_2.25.2-6 libx11-6_2:1.6.2-3+deb8u2 libx11-data_2:1.6.2-3+deb8u2 libx11-dev_2:1.6.2-3+deb8u2 libxapian22_1.2.19-1+deb8u1 libxau-dev_1:1.0.8-1 libxau6_1:1.0.8-1 libxaw7_2:1.0.12-2 libxcb1_1.10-3 libxcb1-dev_1.10-3 libxcomposite-dev_1:0.4.4-1 libxcomposite1_1:0.4.4-1 libxdamage-dev_1:1.1.4-2 libxdamage1_1:1.1.4-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxext-dev_2:1.3.3-1 libxext6_2:1.3.3-1 libxfixes-dev_1:5.0.1-2+deb8u1 libxfixes3_1:5.0.1-2+deb8u1 libxi-dev_2:1.7.4-1+deb8u1 libxi6_2:1.7.4-1+deb8u1 libxinerama-dev_2:1.1.3-1 libxinerama1_2:1.1.3-1 libxkbfile-dev_1:1.0.8-1 libxkbfile1_1:1.0.8-1 libxml2_2.9.1+dfsg1-5+deb8u7 libxml2-dev_2.9.1+dfsg1-5+deb8u7 libxmu6_2:1.1.2-1 libxpm-dev_1:3.5.12-0+deb8u1 libxpm4_1:3.5.12-0+deb8u1 libxrandr-dev_2:1.4.2-1+deb8u1 libxrandr2_2:1.4.2-1+deb8u1 libxrender-dev_1:0.9.8-1 libxrender1_1:0.9.8-1 libxt6_1:1.1.4-1 libxtst-dev_2:1.2.2-1+deb8u1 libxtst6_2:1.2.2-1+deb8u1 linux-libc-dev_3.16.7-ckt11-1+deb8u4+rpi1 login_1:4.2-3+deb8u4 lsb-base_4.1+Debian13+rpi1+nmu1 m4_1.4.17-4 make_4.0-8.1 makedev_2.3.1-93 man-db_2.7.0.2-5 mawk_1.3.3-17 mime-support_3.58 mount_2.25.2-6 mountall_2.54 multiarch-support_2.19-18+deb8u10 ncurses-base_5.9+20140913-1+deb8u3 ncurses-bin_5.9+20140913-1+deb8u3 passwd_1:4.2-3+deb8u4 patch_2.7.5-1+deb8u3 perl_5.20.2-3+deb8u12 perl-base_5.20.2-3+deb8u12 perl-modules_5.20.2-3+deb8u12 pkg-config_0.28-1 plymouth_0.9.0-9 po-debconf_1.0.16+nmu3 procps_2:3.3.9-9+deb8u1 quilt_0.63-3 raspbian-archive-keyring_20120528.2 readline-common_6.3-8 sbuild-build-depends-core-dummy_0.invalid.0 sed_4.2.2-4+deb8u1 sensible-utils_0.0.9+deb8u1 startpar_0.59-3 systemd_215-17+deb8u13 systemd-sysv_215-17+deb8u13 sysv-rc_2.88dsf-59 sysvinit-utils_2.88dsf-59 tar_1.27.1-2+deb8u2 tzdata_2019a-0+deb8u1 udev_215-17+deb8u13 util-linux_2.25.2-6 x11-common_1:7.7+7 x11-xkb-utils_7.7+1 x11proto-composite-dev_1:0.4.2-2 x11proto-core-dev_7.0.26-1 x11proto-damage-dev_1:1.2.1-2 x11proto-fixes-dev_1:5.0-2 x11proto-fonts-dev_2.1.3-1 x11proto-input-dev_2.3.1-1 x11proto-kb-dev_1.0.6-2 x11proto-randr-dev_1.4.0-2 x11proto-record-dev_1.14.2-1 x11proto-render-dev_2:0.11.1-2 x11proto-xext-dev_7.3.0-1 x11proto-xinerama-dev_1.2.1-2 x2go-keyring_2019.08.21~git20190824.119+8.heuler.1 xorg-sgml-doctools_1:1.11-1 xtrans-dev_1.3.4-1 xutils-dev_1:7.7+3 xz-utils_5.1.1alpha+20120614-2 zlib1g_1:1.2.8.dfsg-2 zlib1g-dev_1:1.2.8.dfsg-2
+------------------------------------------------------------------------------+
| Build |
+------------------------------------------------------------------------------+
Unpack source
-------------
dpkg-source: warning: extracting unsigned source package (nx-libs_3.5.99.22-0~git20190928.3526+8.heuler.1.dsc)
dpkg-source: info: extracting nx-libs in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking nx-libs_3.5.99.22-0~git20190928.3526+8.heuler.1.tar.gz
Check disk space
----------------
/bin/df: Warning: cannot read table of mounted file systems: No such file or directory
Sufficient free space for build
User Environment
----------------
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-armhf-raspbian-sbuild
SCHROOT_CHROOT_NAME=jessie-armhf-raspbian-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=110
SCHROOT_GROUP=jenkins
SCHROOT_SESSION_ID=jessie-armhf-raspbian-sbuild-2bf829bb-a742-4acd-9378-5d09fc1451ca
SCHROOT_UID=106
SCHROOT_USER=jenkins
SHELL=/bin/sh
USER=jenkins
XDG_RUNTIME_DIR=/run/user/106
XDG_SESSION_ID=c2866
dpkg-buildpackage
-----------------
dpkg-buildpackage: source package nx-libs
dpkg-buildpackage: source version 2:3.5.99.22-0~git20190928.3526+8.heuler.1
dpkg-buildpackage: source distribution jessie
dpkg-buildpackage: source changed by Jenkins <jenkins at japsand.x2go.org>
dpkg-source --before-build nx-libs-3.5.99.22
dpkg-buildpackage: host architecture armhf
dpkg-checkbuilddeps: Unmet build dependencies: expat libxfont-dev (>= 1.4.2) lsb-release
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
--------------------------------------------------------------------------------
Build finished at 2019-09-28T12:31:42Z
Finished
--------
+------------------------------------------------------------------------------+
| Cleanup |
+------------------------------------------------------------------------------+
Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)
+------------------------------------------------------------------------------+
| Summary |
+------------------------------------------------------------------------------+
Build Architecture: armhf
Build Type: full
Build-Space: 105496
Build-Time: 5
Distribution: jessie
Fail-Stage: build
Host Architecture: armhf
Install-Time: 796
Job: /home/_jenkins_/tmp/tmp.y8xfnvK4gjkynwNegw5vYu2T/nx-libs_3.5.99.22-0~git20190928.3526+8.heuler.1.dsc
Machine Architecture: amd64
Package: nx-libs
Package-Time: 856
Source-Version: 2:3.5.99.22-0~git20190928.3526+8.heuler.1
Space: 105496
Status: attempted
Version: 2:3.5.99.22-0~git20190928.3526+8.heuler.1
--------------------------------------------------------------------------------
Finished at 2019-09-28T12:31:42Z
Build needed 00:14:16, 105496k 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.y8xfnvK4gjkynwNegw5vYu2T ']'
+ '[' -d /var/lib/jenkins/tmp/tmp.y8xfnvK4gjkynwNegw5vYu2T ']'
+ rm -Rf -- /var/lib/jenkins/tmp/tmp.y8xfnvK4gjkynwNegw5vYu2T
Build step 'Execute shell' marked build as failure
More information about the x2go-commits
mailing list