https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] helper: table: add impl of cuckoo hash table
[maxim.uvarov] helper: test: add test of cuckoo hash table
[maxim.uvarov] helper: table: add impl of ip lookup table
[maxim.uvarov] helper: test: add validation test of ip lookup table
[maxim.uvarov] linux-generic: Makefile: reintroducing lost change for drv
[maxim.uvarov] linux-generic: moving the visibility files one step up
[maxim.uvarov] linux-generic: cosmetic changes on sync files
[maxim.uvarov] linux-generic: cosmetic changes on atomic
[maxim.uvarov] linux-generic: cosmetic changes on spinlock
[maxim.uvarov] doc: driver-guide: initial revision
[maxim.uvarov] helper: test: gitignore add iplookuptable
[maxim.uvarov] api: byteorder: avoid bitfield order doxygen omissions
[maxim.uvarov] helper: cuckootable: add missing return codes
[maxim.uvarov] linux-gen: cosmetic changes on barrier
[maxim.uvarov] linux-gen: fdserver: new fdserver added
[maxim.uvarov] linux-generic: system_info: adding huge page dir
[maxim.uvarov] linux-generic: _fdserver: fixing comment typo
[maxim.uvarov] linux-generic: _fdserver: allocating data table dynamicaly
[maxim.uvarov] api: improve name argument definitions in *_create() functions
[maxim.uvarov] linux-gen: schedule: fix creating event group with no name
[maxim.uvarov] linux-gen: queue: fix creating queue with no name
[maxim.uvarov] linux-gen: classification: fix creating cos with no name
[maxim.uvarov] linux-gen: timer: fix creating timer pool with no name
[maxim.uvarov] linux-gen: ipc: disable build of ipc pktio
[maxim.uvarov] linux-gen: pktio: do not free zero packets
[maxim.uvarov] linux-gen: ring: created common ring implementation
[maxim.uvarov] linux-gen: align: added round up power of two
[maxim.uvarov] linux-gen: pool: reimplement pool with ring
[maxim.uvarov] linux-gen: ring: added multi enq and deq
[maxim.uvarov] linux-gen: pool: use ring multi enq and deq operations
[maxim.uvarov] linux-gen: pool: optimize buffer alloc
[maxim.uvarov] linux-gen: pool: clean up pool inlines functions
[maxim.uvarov] linux-gen: pool: ptr instead of hdl in buffer_alloc_multi
[maxim.uvarov] test: validation: buf: test alignment
[maxim.uvarov] test: performance: crypto: use capability to select max packet
[maxim.uvarov] test: correctly initialize pool parameters
[maxim.uvarov] test: validation: packet: fix bugs in tailroom and concat tests
[maxim.uvarov] linux-gen: packet: added support for segmented packets
[maxim.uvarov] test: validation: packet: improved multi-segment alloc test
[maxim.uvarov] api: packet: added limits for packet len on alloc
[maxim.uvarov] linux-gen: packet: remove zero len support from alloc
[maxim.uvarov] linux-gen: socket: use trunc instead of pull tail
[maxim.uvarov] validation: crypto: honour pool capability limits
[maxim.uvarov] validation: pktio: honour pool capability limits
[maxim.uvarov] linux-gen: pool: check pool parameters
[maxim.uvarov] linux-gen: packet: enable multi-segment packets
[maxim.uvarov] linux-gen: init: removing possible obsolete ODP files at startup
[maxim.uvarov] linux-gen: push internal flag definition
[maxim.uvarov] api: shm: add flags to shm_reserve and function to find external mem
[maxim.uvarov] test: api: shmem: new proper tests for shm API
[maxim.uvarov] doc: updating docs for the shm interface extension
[maxim.uvarov] test: api: shm: test using the same block name multiple times
[maxim.uvarov] doc: shm: defining behaviour when blocks have same name
[maxim.uvarov] linux-generic: pool: reset origin_qe on buffer allocation
[maxim.uvarov] linux-gen: sched: add internal APIs for locking/unlocking ordered
[maxim.uvarov] linux-gen: sched: remove old ordered queue implementation
[maxim.uvarov] linux-gen: sched: add internal API for max number of ordered locks per
[maxim.uvarov] linux-gen: sched: new ordered queue implementation
[maxim.uvarov] linux-gen: sched: new ordered lock implementation
[maxim.uvarov] linux-gen: _fdserver: request sigterm if parent dies
[maxim.uvarov] api: crypto: rename _params_t to _param_t
[maxim.uvarov] linux-gen: crypto: rename params to param
[maxim.uvarov] api: crypto: decouple key length from algorithm enumeration
[maxim.uvarov] linux-gen: crypto: add algo capability functions
[maxim.uvarov] linux-gen: crypto: add support to new enumerations
[maxim.uvarov] api: crypto: added session param init
[maxim.uvarov] api: crypto: documentation clean up
[maxim.uvarov] test: crypto: use odp_crypto_session_param_init
[maxim.uvarov] validation: crypto: use algorithm capability
[maxim.uvarov] example: ipsec: use op_param_t instead of op_params_t
[maxim.uvarov] linux-gen: pktio ipc: ring changes
[maxim.uvarov] linux-gen: pktio ipc: more accurate settings of pool flags
[maxim.uvarov] linux-gen: pktio ipc: update tests
[maxim.uvarov] linux-gen: pktio ipc: make it work again
[maxim.uvarov] linux-gen: pktio ipc: tests: remove comment about master-slave
[maxim.uvarov] linux-gen: pktio ipc: fix clang build
[maxim.uvarov] linux-gen: ishm: internal shared memory allocator (ishm) added
[maxim.uvarov] linux-gen: _ishm: create description file for external memory sharing
[maxim.uvarov] linux-gen: use ishm as north API mem allocator
[maxim.uvarov] linux-gen: ishm: adding debug function
[maxim.uvarov] linux-gen: _ishm: adding function to map memory from other ODP
[maxim.uvarov] linux-gen: shm: new ODP_SHM_SINGLE_VA flag implementation
[maxim.uvarov] linux-gen: shm: add flag and function to share memory between ODP
[maxim.uvarov] linux-gen: shared_memory: remove flag forcing mlock
[maxim.uvarov] linux-gen: _ishm: accept multiple usage of same block name
[maxim.uvarov] linux_gen: _ishm: decreasing the number of error messages when no huge
[maxim.uvarov] linux-gen: _ishm: fix for alignment request matching page size
[maxim.uvarov] linux-gen: _ishm: allow memory alloc/free at global init/term
[maxim.uvarov] linux-gen: _ishm: cleaning remaining block at odp_term_global
[maxim.uvarov] api: random: add explicit controls over random data
[maxim.uvarov] doc: userguide: move crypto documentation to its own sub-document
[maxim.uvarov] doc: userguide: expand crypto documentation to cover random apis
[maxim.uvarov] test: linux-gen: api: shmem: test sharing memory between ODP instances
[maxim.uvarov] linux-gen: _ishm: unlinking files asap for cleaner termination
[maxim.uvarov] linux-gen: schedule_sp: use ring as priority queue
[maxim.uvarov] api: pktio: adds further definition for classification configuration
[maxim.uvarov] api: packet: src and dst packet must not be the same
[maxim.uvarov] linux-gen: packet: fix bug in tailroom calculation
[maxim.uvarov] linux-gen: packet: improve packet print
[maxim.uvarov] validation: packet: concat-split test bug fix
[maxim.uvarov] linux-gen: packet: optimize concat
[maxim.uvarov] validation: packet: add new concat and extend tests
[maxim.uvarov] linux-gen: config: increase max num of segments
[maxim.uvarov] api: pktio: pktio documentation typo correction
[maxim.uvarov] api: unify ODP_*_NAME_LEN specifications
[maxim.uvarov] api: move ODP_*_NAME_LEN definitions from API to implementation
[maxim.uvarov] validation: test creating pool and timer pool with no name
[maxim.uvarov] linux-gen: _ishm: exporting/importing user len and flags
[maxim.uvarov] test: shm: checking exported vs imported block length
[maxim.uvarov] linux-gen: _ishm: fixing typos
[maxim.uvarov] linux-generic: pool: defer ring allocation until pool creation
[maxim.uvarov] linux-gen: packet: clean and pack packet header struct
[maxim.uvarov] linux-gen: packet: optimize alloc and init
[maxim.uvarov] linux-gen: packet: replace base_len with constant
[maxim.uvarov] validation: packet: add line number to compare data checks
[maxim.uvarov] validation: packet: limit number of failed asserts
[maxim.uvarov] linux-generic: crypto: add openssl locking support for thread safety
[maxim.uvarov] linux-gen: init: avoiding segfault if cleaning files
------------------------------------------ [...truncated 31.29 KB...] Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force libtool: install: warning: remember to run `libtool --finish /usr/lib64' libtool: install: warning: remember to run `libtool --finish /usr/lib64' libtool: install: warning: `../../../lib/libodphelper-linux.la' has not been installed in `/usr/lib64' libtool: install: warning: `../../../lib/libodp-linux.la' has not been installed in `/usr/lib64' libtool: install: warning: `../../../lib/libodphelper-linux.la' has not been installed in `/usr/lib64' libtool: install: warning: `../../../lib/libodp-linux.la' has not been installed in `/usr/lib64' error: Installed (but unpackaged) file(s) found: /usr/include/odp-linux/odp/drv/compiler.h /usr/include/odp-linux/odp/visibility_begin.h /usr/include/odp-linux/odp/visibility_end.h Installed (but unpackaged) file(s) found: /usr/include/odp-linux/odp/drv/compiler.h /usr/include/odp-linux/odp/visibility_begin.h /usr/include/odp-linux/odp/visibility_end.h Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#361-f53fda91' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#361-f53fda91', new value: '#361-f53fda91' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-046c0f9dfd44, containerId=046c0f9dfd44b3014524d52c9647731fa1e320c1bb379247259901a3ae54ec18, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@555194cd,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3c804219[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@d0123c31,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] changelog: summary of changes for odp v1.13.0.0
[maxim.uvarov] update API version number from v1.12.0.0 to v1.13.0.0
------------------------------------------ [...truncated 31.29 KB...] Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force libtool: install: warning: remember to run `libtool --finish /usr/lib64' libtool: install: warning: remember to run `libtool --finish /usr/lib64' libtool: install: warning: `../../../lib/libodphelper-linux.la' has not been installed in `/usr/lib64' libtool: install: warning: `../../../lib/libodp-linux.la' has not been installed in `/usr/lib64' libtool: install: warning: `../../../lib/libodphelper-linux.la' has not been installed in `/usr/lib64' libtool: install: warning: `../../../lib/libodp-linux.la' has not been installed in `/usr/lib64' error: Installed (but unpackaged) file(s) found: /usr/include/odp-linux/odp/drv/compiler.h /usr/include/odp-linux/odp/visibility_begin.h /usr/include/odp-linux/odp/visibility_end.h Installed (but unpackaged) file(s) found: /usr/include/odp-linux/odp/drv/compiler.h /usr/include/odp-linux/odp/visibility_begin.h /usr/include/odp-linux/odp/visibility_end.h Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#362-3875d6eb' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#362-3875d6eb', new value: '#362-3875d6eb' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-9719cc202309, containerId=9719cc202309af23d865135bd95e912291ba65e1c7f9dc7506bd6c7ad16b9f54, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@2299a076,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@4be804e7[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@d0123c31,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] configure: use helper configure.m4
[maxim.uvarov] helper: cleanup Linux rename to thread
[maxim.uvarov] helper: move thread implementation under platform
[maxim.uvarov] helper: remove dependence on test dir
------------------------------------------ [...truncated 30.41 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.6ZOWDg (%prep) Bad exit status from /var/tmp/rpm-tmp.6ZOWDg (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#363-03aafc31' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#363-03aafc31', new value: '#363-03aafc31' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-c6a5d5ce75b5, containerId=c6a5d5ce75b50d668f36c3a14a4d7e5f589eed9f6767937550c06ef4074a595a, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@5b55be89,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@a685e29[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] test: perf: add new packet function microbenchmark application
------------------------------------------ [...truncated 30.41 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.Eq4oy8 (%prep) Bad exit status from /var/tmp/rpm-tmp.Eq4oy8 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#364-a5609cc5' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#364-a5609cc5', new value: '#364-a5609cc5' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-893c246787db, containerId=893c246787db30300b3a2406dfcff0681c4101807cc5207f0e67b528e52c5c41, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@5b55be89,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@a685e29[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] linux-gen: align: round up power of two as macro
[maxim.uvarov] linux-gen: align: clean up macros
------------------------------------------ [...truncated 30.41 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.5rxiy8 (%prep) Bad exit status from /var/tmp/rpm-tmp.5rxiy8 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#365-c15da68b' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#365-c15da68b', new value: '#365-c15da68b' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-2a8d2be57790, containerId=2a8d2be57790042a8007802bd5082f2b6135e65940b1ca52530703f6c9c4941f, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@7c956789,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@55996171[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] linux-gen: netmap: fix interface flags initialization
[maxim.uvarov] linux-gen: netmap: bump supported netmap version to 11.2
------------------------------------------ [...truncated 30.41 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.F6Dyxw (%prep) Bad exit status from /var/tmp/rpm-tmp.F6Dyxw (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#366-50ebc616' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#366-50ebc616', new value: '#366-50ebc616' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-417556e9b917, containerId=417556e9b917cf788c009eaf567521600c1cc9e47a7bf35e8725271c52e5180d, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@358c1fa,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@74dec272[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] linux-gen: _ishm: fix normal page fallback
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.gKj1yf (%prep) Bad exit status from /var/tmp/rpm-tmp.gKj1yf (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#367-c14ec3dc' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#367-c14ec3dc', new value: '#367-c14ec3dc' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-e51f72f9ead1, containerId=e51f72f9ead1f134c99dde38c558b438b352bc469003ae72fc7f1785bc0a1434, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@358c1fa,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@74dec272[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] linux-gen: _ishm: checking fstat return value.
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.cfW5VI (%prep) Bad exit status from /var/tmp/rpm-tmp.cfW5VI (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#368-bbabb79c' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#368-bbabb79c', new value: '#368-bbabb79c' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-08937d86258b, containerId=08937d86258b4056a0aaaa809c602d270b63b64061f4ef1a060b6311ce3d8d5d, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@358c1fa,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@74dec272[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] helper: add odph_api.h for existing exported headers
[maxim.uvarov] helper: use odph_api.h for test include for unexported files
[maxim.uvarov] test: use odph_api.h
[maxim.uvarov] examples: use odph_api.h
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.XTz5jX (%prep) Bad exit status from /var/tmp/rpm-tmp.XTz5jX (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#369-f603483a' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#369-f603483a', new value: '#369-f603483a' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-2d8b667ce46d, containerId=2d8b667ce46d14060c5a37e7d7faa77af0b3421a76793020ccf365fd3cde0c3d, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@603c7bd7,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5a1d4da4[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] test: perf: add new ordered pktio application
[maxim.uvarov] test: pktio_ordered: add test script
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.u2UiTb (%prep) Bad exit status from /var/tmp/rpm-tmp.u2UiTb (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#370-b17aeea1' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#370-b17aeea1', new value: '#370-b17aeea1' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-74a881934241, containerId=74a881934241dd13fc724cf9d25f63674a9cd170799d9a7e48138b2a45b80e7b, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@754df85d,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@e5e43ef[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] linux-gen: _ishmphy: fix possible race with malloc
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.IwGA1h (%prep) Bad exit status from /var/tmp/rpm-tmp.IwGA1h (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#371-0d6c0804' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#371-0d6c0804', new value: '#371-0d6c0804' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-4ffa17f10e2a, containerId=4ffa17f10e2a774d104379707ea7b31dd6de7653d5ded1145523545037ca6871, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@754df85d,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@e5e43ef[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] example: hello: ask odp for available core
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.MIX3nR (%prep) Bad exit status from /var/tmp/rpm-tmp.MIX3nR (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#372-a51c171e' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#372-a51c171e', new value: '#372-a51c171e' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-0f46a3030105, containerId=0f46a3030105cc4c18349184d983fc0d897a79020e29434ccb96cb03f9764b68, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@754df85d,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@e5e43ef[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] helper: fix compilation with warnings
[maxim.uvarov] configure.ac: helper: print debug config option
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.7gP2mP (%prep) Bad exit status from /var/tmp/rpm-tmp.7gP2mP (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#373-54593e17' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#373-54593e17', new value: '#373-54593e17' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-717e8e9ff408, containerId=717e8e9ff408ce161288ceca115a23232542f6768d842729824e460596ec0c2b, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@603c7bd7,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5a1d4da4[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] test: linux-gen: vlan insertion: add time-out exit
[maxim.uvarov] test: linux-gen: vlan insertion: reduce memory pool
------------------------------------------ [...truncated 30.42 KB...] Installing : autoconf-2.69-11.el7.noarch 33/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 34/81 Installing : ghostscript-9.07-18.el7.aarch64 35/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 36/81 Installing : libatomic-4.8.5-4.el7.0.1.aarch64 37/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 38/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 39/81 Installing : libselinux-devel-2.2.2-6.el7.aarch64 40/81 Installing : libyaml-0.1.4-11.el7.aarch64 41/81 Installing : rubygem-psych-2.0.0-25.el7_1.aarch64 42/81 Installing : rubygem-io-console-0.4.2-25.el7_1.aarch64 43/81 Installing : ruby-irb-2.0.0.598-25.el7_1.noarch 44/81 Installing : ruby-2.0.0.598-25.el7_1.aarch64 45/81 Installing : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 46/81 Installing : rubygem-json-1.7.7-25.el7_1.aarch64 47/81 Installing : rubygems-2.0.14-25.el7_1.noarch 48/81 Installing : rubygem-rdoc-4.0.0-25.el7_1.noarch 49/81 Installing : libcom_err-devel-1.42.9-7.el7.aarch64 50/81 Installing : krb5-devel-1.13.2-12.el7_2.aarch64 51/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 52/81 Installing : mesa-libGL-10.6.5-3.20150824.el7.aarch64 53/81 Installing : libthai-0.1.14-9.el7.aarch64 54/81 Installing : libicu-50.1.2-15.el7.aarch64 55/81 Installing : boost-regex-1.53.0-25.el7.aarch64 56/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 57/81 Installing : automake-1.13.4-3.el7.noarch 58/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 59/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 60/81 Installing : kernel-headers-4.2.0-0.31.el7.1.aarch64 61/81 Installing : glibc-headers-2.17-106.el7.4.aarch64 62/81 Installing : glibc-devel-2.17-106.el7.4.aarch64 63/81 Installing : gcc-4.8.5-4.el7.0.1.aarch64 64/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 65/81 Installing : libXft-2.3.2-2.el7.aarch64 66/81 Installing : libXrandr-1.4.2-2.el7.aarch64 67/81 Installing : zlib-devel-1.2.7-15.el7.aarch64 68/81 Installing : pixman-0.32.6-3.el7.aarch64 69/81 Installing : cairo-1.14.2-1.el7.aarch64 70/81 Installing : pango-1.36.8-2.el7.aarch64 71/81 Installing : librsvg2-2.39.0-1.el7.aarch64 72/81 Installing : gtk2-2.24.28-8.el7.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : pixman-0.32.6-3.el7.aarch64 3/81 Verifying : graphviz-2.30.1-19.el7.aarch64 4/81 Verifying : rubygem-rdoc-4.0.0-25.el7_1.noarch 5/81 Verifying : pango-1.36.8-2.el7.aarch64 6/81 Verifying : ghostscript-9.07-18.el7.aarch64 7/81 Verifying : glibc-devel-2.17-106.el7.4.aarch64 8/81 Verifying : mesa-libGL-10.6.5-3.20150824.el7.aarch64 9/81 Verifying : cpp-4.8.5-4.el7.0.1.aarch64 10/81 Verifying : mesa-libEGL-10.6.5-3.20150824.el7.aarch64 11/81 Verifying : zlib-devel-1.2.7-15.el7.aarch64 12/81 Verifying : gcc-4.8.5-4.el7.0.1.aarch64 13/81 Verifying : libXpm-3.5.11-3.el7.aarch64 14/81 Verifying : mesa-libgbm-10.6.5-3.20150824.el7.aarch64 15/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 16/81 Verifying : automake-1.13.4-3.el7.noarch 17/81 Verifying : libXft-2.3.2-2.el7.aarch64 18/81 Verifying : libselinux-devel-2.2.2-6.el7.aarch64 19/81 Verifying : mesa-libglapi-10.6.5-3.20150824.el7.aarch64 20/81 Verifying : cairo-1.14.2-1.el7.aarch64 21/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 22/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 23/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 24/81 Verifying : glibc-headers-2.17-106.el7.4.aarch64 25/81 Verifying : kernel-headers-4.2.0-0.31.el7.1.aarch64 26/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 27/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/81 Verifying : rubygems-2.0.14-25.el7_1.noarch 29/81 Verifying : libicu-50.1.2-15.el7.aarch64 30/81 Verifying : ruby-libs-2.0.0.598-25.el7_1.aarch64 31/81 Verifying : rubygem-psych-2.0.0-25.el7_1.aarch64 32/81 Verifying : atk-2.14.0-1.el7.aarch64 33/81 Verifying : libXaw-1.0.12-5.el7.aarch64 34/81 Verifying : libthai-0.1.14-9.el7.aarch64 35/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 36/81 Verifying : libtool-2.4.2-21.el7.aarch64 37/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/81 Verifying : mpfr-3.1.1-4.el7.aarch64 39/81 Verifying : gd-2.0.35-26.el7.aarch64 40/81 Verifying : libcom_err-devel-1.42.9-7.el7.aarch64 41/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 42/81 Verifying : libyaml-0.1.4-11.el7.aarch64 43/81 Verifying : urw-fonts-2.4-16.el7.noarch 44/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 45/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 46/81 Verifying : libatomic-4.8.5-4.el7.0.1.aarch64 47/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 48/81 Verifying : libmpc-1.0.1-3.el7.aarch64 49/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 50/81 Verifying : ruby-2.0.0.598-25.el7_1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 54/81 Verifying : m4-1.4.16-10.el7.aarch64 55/81 Verifying : rubygem-io-console-0.4.2-25.el7_1.aarch64 56/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 57/81 Verifying : libsepol-devel-2.1.9-3.el7.aarch64 58/81 Verifying : 1:cups-libs-1.6.3-22.el7.aarch64 59/81 Verifying : poppler-data-0.4.6-3.el7.noarch 60/81 Verifying : libXmu-1.1.2-2.el7.aarch64 61/81 Verifying : libxshmfence-1.2-1.el7.aarch64 62/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 64/81 Verifying : krb5-devel-1.13.2-12.el7_2.aarch64 65/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 66/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 67/81 Verifying : lcms2-2.6-2.el7.aarch64 68/81 Verifying : 1:openssl-devel-1.0.1e-51.el7.4.aarch64 69/81 Verifying : autoconf-2.69-11.el7.noarch 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : boost-regex-1.53.0-25.el7.aarch64 72/81 Verifying : rubygem-bigdecimal-1.2.0-25.el7_1.aarch64 73/81 Verifying : rubygem-json-1.7.7-25.el7_1.aarch64 74/81 Verifying : libXcomposite-0.4.4-4.1.el7.aarch64 75/81 Verifying : libdrm-2.4.60-3.el7.aarch64 76/81 Verifying : ruby-irb-2.0.0.598-25.el7_1.noarch 77/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 78/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/81 Verifying : gtk2-2.24.28-8.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-51.el7.4 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-25.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-4.el7.0.1 ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-22.el7 gcc.aarch64 0:4.8.5-4.el7.0.1 gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-18.el7 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-106.el7.4 glibc-headers.aarch64 0:2.17-106.el7.4 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.2.0-0.31.el7.1 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.13.2-12.el7_2 lcms2.aarch64 0:2.6-2.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcomposite.aarch64 0:0.4.4-4.1.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-4.el7.0.1 libcom_err-devel.aarch64 0:1.42.9-7.el7 libdrm.aarch64 0:2.4.60-3.el7 libicu.aarch64 0:50.1.2-15.el7 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.2.2-6.el7 libsepol-devel.aarch64 0:2.1.9-3.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libGL.aarch64 0:10.6.5-3.20150824.el7 mesa-libgbm.aarch64 0:10.6.5-3.20150824.el7 mesa-libglapi.aarch64 0:10.6.5-3.20150824.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.32.6-3.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.598-25.el7_1 ruby-irb.noarch 0:2.0.0.598-25.el7_1 ruby-libs.aarch64 0:2.0.0.598-25.el7_1 rubygem-bigdecimal.aarch64 0:1.2.0-25.el7_1 rubygem-io-console.aarch64 0:0.4.2-25.el7_1 rubygem-json.aarch64 0:1.7.7-25.el7_1 rubygem-psych.aarch64 0:2.0.0-25.el7_1 rubygem-rdoc.noarch 0:4.0.0-25.el7_1 rubygems.noarch 0:2.0.14-25.el7_1 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-15.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.scTg7t (%prep) Bad exit status from /var/tmp/rpm-tmp.scTg7t (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#374-0bd1a1ce' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#374-0bd1a1ce', new value: '#374-0bd1a1ce' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-c8a117b1d541, containerId=c8a117b1d541ed4622bbacfcd1d74b42dda2111e3d500b28d8c919bf5545dc6e, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@603c7bd7,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5a1d4da4[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] helper: iplookuptable: avoid potential null pointer dereferences
------------------------------------------ [...truncated 30.56 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.tt0qgv (%prep) Bad exit status from /var/tmp/rpm-tmp.tt0qgv (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#375-dd494a2b' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#375-dd494a2b', new value: '#375-dd494a2b' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-b98bda901e00, containerId=b98bda901e008a318353a65ceb8a381f2df45c7adca8b461a6f9653d19b16510, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@358c1fa,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@74dec272[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] travis: add netmap pktio tests
------------------------------------------ [...truncated 30.56 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.lTf5rK (%prep) Bad exit status from /var/tmp/rpm-tmp.lTf5rK (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#376-6ccae3b2' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#376-6ccae3b2', new value: '#376-6ccae3b2' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-da3eb190e2ec, containerId=da3eb190e2ec7d14b1e78b1bc87ea3497be1c84561044e7c0b1eb618030fb326, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@754df85d,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@e5e43ef[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] linux-generic: add ARM odp_cpu_pause()
------------------------------------------ [...truncated 30.56 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.XHB6og (%prep) Bad exit status from /var/tmp/rpm-tmp.XHB6og (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#377-04b0be75' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#377-04b0be75', new value: '#377-04b0be75' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-72ff6b73b15e, containerId=72ff6b73b15ee44692888f5293c9f04e72a1533ddc1c1242b4ee4ca7dd92c237, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@55163e22,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@38541977[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] travis: better comments to generate token in the travis file
------------------------------------------ [...truncated 30.56 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.yYnv9e (%prep) Bad exit status from /var/tmp/rpm-tmp.yYnv9e (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#378-810fbc94' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#378-810fbc94', new value: '#378-810fbc94' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-a8d7b789fb35, containerId=a8d7b789fb35f02913012c89a0532a129d6e3616020c92022ff813f9eb45ee10, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@603c7bd7,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5a1d4da4[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64...:
[maxim.uvarov] abi: event: added the first ABI spec file
[maxim.uvarov] abi: buffer: added initial definitions
[maxim.uvarov] abi: classifier: added initial definitions
[maxim.uvarov] abi: crypto: added initial definitions
[maxim.uvarov] abi: packet: added initial definitions
[maxim.uvarov] abi: pool: added initial definitions
[maxim.uvarov] abi: queue: added initial definitions
[maxim.uvarov] abi: shm: added initial definitions
------------------------------------------ [...truncated 30.56 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.GInrbw (%prep) Bad exit status from /var/tmp/rpm-tmp.GInrbw (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#379-c87d5cc8' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#379-c87d5cc8', new value: '#379-c87d5cc8' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-072dfabfeed1, containerId=072dfabfeed16a68c3d9fa4445aff80faf38d41eee827b24cbae3ec9eecb406b, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@358c1fa,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@74dec272[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@acc4752c,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: fix dpdk pktio init
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.tNijr3 (%prep) Bad exit status from /var/tmp/rpm-tmp.tNijr3 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#380-022cf4a7' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#380-022cf4a7', new value: '#380-022cf4a7' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-c4afbe0c335d, containerId=c4afbe0c335dbb277225c51e6e6e324e4d7891f886da6577c8ea99f101452a13, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@49464b82,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3555742[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: classification: implement ipv6 packet matching rule
[maxim.uvarov] validation: classification: add test case for ipv6 src and dst addr
[maxim.uvarov] codecov: add code coverage integrated to github
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.25TMve (%prep) Bad exit status from /var/tmp/rpm-tmp.25TMve (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#381-b8867b0a' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#381-b8867b0a', new value: '#381-b8867b0a' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-42157793c1ff, containerId=42157793c1ffac6b2862f620fe139f17d642d3b4e6da9740d421414b54760232, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[muvarov] test: l2fwd: add pktio driver print out
[muvarov] validation: packet: print reason for suite init failure
[muvarov] test: generator: various improvements
[muvarov] test: l2fwd script: limit number of generator cpus
[muvarov] test: l2fwd: use packet_data
------------------------------------------ Started by upstream project "build-odp-rpm" build number 382 originally caused by: Started by upstream project "trigger-build-odp" build number 382 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on aarch64-01-573fd5fe9ca4 (docker-centos7-aarch64 docker-centos7-aarch64-01)[YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. in workspace https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/ [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. Cloning the remote Git repository Cloning repository https://git.linaro.org/lng/odp.git
/usr/bin/git init https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/odp # timeout=10
Fetching upstream changes from https://git.linaro.org/lng/odp.git
/usr/bin/git --version # timeout=10 /usr/bin/git fetch --tags --progress https://git.linaro.org/lng/odp.git +refs/heads/*:refs/remotes/origin/* /usr/bin/git config remote.origin.url https://git.linaro.org/lng/odp.git # timeout=10 /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 /usr/bin/git config remote.origin.url https://git.linaro.org/lng/odp.git # timeout=10
Fetching upstream changes from https://git.linaro.org/lng/odp.git
/usr/bin/git fetch --tags --progress https://git.linaro.org/lng/odp.git +refs/heads/master:refs/remotes/origin/master
[YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. Checking out Revision 0d3ee95d0fb3712631d81c5e6f4fb5f176617c5e (refs/remotes/origin/master)
/usr/bin/git config core.sparsecheckout # timeout=10 /usr/bin/git checkout -f 0d3ee95d0fb3712631d81c5e6f4fb5f176617c5e /usr/bin/git rev-list b8867b0a5ea5eeb8b0b7a95e36025c95738f48b3 # timeout=10
[YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#382-0d3ee95d' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [docker-centos7-aarch64] $ /bin/bash /tmp/hudson8657851653624825570.sh + cat + . /etc/os-release ++ NAME='CentOS Linux' ++ VERSION='7 (AltArch)' ++ ID=centos ++ ID_LIKE='rhel fedora' ++ VERSION_ID=7 ++ PRETTY_NAME='CentOS Linux 7 (AltArch)' ++ ANSI_COLOR='0;31' ++ CPE_NAME=cpe:/o:centos:centos:7 ++ HOME_URL=https://www.centos.org/ ++ BUG_REPORT_URL=https://bugs.centos.org/ ++ SIG_FAMILY='AltArch aarch64' ++ CENTOS_MANTISBT_PROJECT=CentOS-7 ++ CENTOS_MANTISBT_PROJECT_VERSION=7 ++ REDHAT_SUPPORT_PRODUCT=centos ++ REDHAT_SUPPORT_PRODUCT_VERSION=7 + dist=centos-7 + sudo yum install -y wget git rpm-build yum-utils make Loaded plugins: fastestmirror Determining fastest mirrors Package wget-1.14-13.el7.aarch64 already installed and latest version Package git-1.8.3.1-6.el7_2.1.aarch64 already installed and latest version Package rpm-build-4.11.3-21.el7.aarch64 already installed and latest version Package yum-utils-1.1.31-40.el7.noarch already installed and latest version Package 1:make-3.82-23.el7.aarch64 already installed and latest version Nothing to do + pkg_source=odp + cd odp ++ git describe --long '--match=v*' ++ sed -e 's/^v//' ++ cut -d- -f1 + base_version=1.13.0.0 ++ git describe --long '--match=v*' ++ sed -e 's/^v//' ++ cut -d- -f2 + nb_commit=44 ++ git log -n1 --pretty=format:%h + scm_commit=0d3ee95 + pkg_version=1.13.0.0+git44+0d3ee95 + pkg_dir=odp-1.13.0.0+git44+0d3ee95 + git archive --format=tar.gz --prefix=odp-1.13.0.0+git44+0d3ee95/ origin/master + cd .. + mkdir -p rpmbuild/BUILD rpmbuild/BUILDROOT rpmbuild/RPMS rpmbuild/SOURCES rpmbuild/SPECS rpmbuild/SRPMS + cp -a odp-1.13.0.0+git44+0d3ee95.tar.gz rpmbuild/SOURCES/ + packaging_dir=odp-packaging + packaging_repository=https://git.linaro.org/lng/odp-packaging.git + git clone -b master --depth 1 https://git.linaro.org/lng/odp-packaging.git Cloning into 'odp-packaging'... ++ cd odp-packaging ++ git log -n1 --pretty=format:%h + packaging_commit=ac0611e + cp odp-packaging/pkg/rpm/odp.spec rpmbuild/ + pkg_repository=https://git.linaro.org/lng/odp.git + '[' 44 -ne 0 ']' ++ date '+%a %b %e %G' + creation_date='Thu Feb 9 2017' + RPMEMAIL=anders.roxell@linaro.org + sed -i -e 's|changelog|changelog\n* Thu Feb 9 2017 - anders.roxell@linaro.org\n- CI - odp snapshot:\n repository: https://git.linaro.org/lng/odp.git%5Cn commit: 0d3ee95\n build: https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64... \n\n rpm/ repository: https://git.linaro.org/lng/odp-packaging.git%5Cn rpm/ commit: ac0611e\n|g' rpmbuild/odp.spec + sed -i 's|^Version: .*$|Version: 1.13.0.0+git44+0d3ee95|g' rpmbuild/odp.spec + sudo wget http://rpm.opendataplane.org/centos-7/odp.repo -O /etc/yum.repos.d/odp.repo --2017-02-09 15:57:24-- http://rpm.opendataplane.org/centos-7/odp.repo Resolving rpm.opendataplane.org (rpm.opendataplane.org)... 54.224.40.137 Connecting to rpm.opendataplane.org (rpm.opendataplane.org)|54.224.40.137|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 102 Saving to: '/etc/yum.repos.d/odp.repo'
0K 100% 11.7M=0s
2017-02-09 15:57:24 (11.7 MB/s) - '/etc/yum.repos.d/odp.repo' saved [102/102]
+ sudo yum-builddep --nogpg -y ./rpmbuild/odp.spec Loaded plugins: fastestmirror Enabling base-source repository Enabling extras-source repository Enabling updates-source repository http://vault.centos.org/centos/7/os/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
failure: repodata/repomd.xml from base-source: [Errno 256] No more mirrors to try. http://vault.centos.org/centos/7/os/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found + true ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 ./bootstrap: line 3: aclocal: command not found + libtoolize --copy ./bootstrap: line 4: libtoolize: command not found + autoheader ./bootstrap: line 5: autoheader: command not found + automake --add-missing --copy --warnings=all ./bootstrap: line 6: automake: command not found + autoconf --force ./bootstrap: line 7: autoconf: command not found error: Bad exit status from /var/tmp/rpm-tmp.wzsQfF (%prep) Bad exit status from /var/tmp/rpm-tmp.wzsQfF (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#382-0d3ee95d' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#382-0d3ee95d', new value: '#382-0d3ee95d' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-573fd5fe9ca4, containerId=573fd5fe9ca4001a7512d98e0e50fa62b640605a7c4efb3e2112e924e6005409, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] travis: add code style checks
------------------------------------------ Started by upstream project "build-odp-rpm" build number 383 originally caused by: Started by upstream project "trigger-build-odp" build number 383 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on aarch64-01-45b1b3691411 (docker-centos7-aarch64 docker-centos7-aarch64-01)[YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. in workspace https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/ [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. Cloning the remote Git repository Cloning repository https://git.linaro.org/lng/odp.git
/usr/bin/git init https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/odp # timeout=10
Fetching upstream changes from https://git.linaro.org/lng/odp.git
/usr/bin/git --version # timeout=10 /usr/bin/git fetch --tags --progress https://git.linaro.org/lng/odp.git +refs/heads/*:refs/remotes/origin/* /usr/bin/git config remote.origin.url https://git.linaro.org/lng/odp.git # timeout=10 /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 /usr/bin/git config remote.origin.url https://git.linaro.org/lng/odp.git # timeout=10
Fetching upstream changes from https://git.linaro.org/lng/odp.git
/usr/bin/git fetch --tags --progress https://git.linaro.org/lng/odp.git +refs/heads/master:refs/remotes/origin/master
[YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. Checking out Revision 332d48c9c25504b3cbb9451e292a98c15df17ccb (refs/remotes/origin/master)
/usr/bin/git config core.sparsecheckout # timeout=10 /usr/bin/git checkout -f 332d48c9c25504b3cbb9451e292a98c15df17ccb /usr/bin/git rev-list 0d3ee95d0fb3712631d81c5e6f4fb5f176617c5e # timeout=10
[YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#383-332d48c9' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [docker-centos7-aarch64] $ /bin/bash /tmp/hudson252725858733074633.sh + cat + . /etc/os-release ++ NAME='CentOS Linux' ++ VERSION='7 (AltArch)' ++ ID=centos ++ ID_LIKE='rhel fedora' ++ VERSION_ID=7 ++ PRETTY_NAME='CentOS Linux 7 (AltArch)' ++ ANSI_COLOR='0;31' ++ CPE_NAME=cpe:/o:centos:centos:7 ++ HOME_URL=https://www.centos.org/ ++ BUG_REPORT_URL=https://bugs.centos.org/ ++ SIG_FAMILY='AltArch aarch64' ++ CENTOS_MANTISBT_PROJECT=CentOS-7 ++ CENTOS_MANTISBT_PROJECT_VERSION=7 ++ REDHAT_SUPPORT_PRODUCT=centos ++ REDHAT_SUPPORT_PRODUCT_VERSION=7 + dist=centos-7 + sudo yum install -y wget git rpm-build yum-utils make Loaded plugins: fastestmirror Determining fastest mirrors Package wget-1.14-13.el7.aarch64 already installed and latest version Package git-1.8.3.1-6.el7_2.1.aarch64 already installed and latest version Package rpm-build-4.11.3-21.el7.aarch64 already installed and latest version Package yum-utils-1.1.31-40.el7.noarch already installed and latest version Package 1:make-3.82-23.el7.aarch64 already installed and latest version Nothing to do + pkg_source=odp + cd odp ++ git describe --long '--match=v*' ++ sed -e 's/^v//' ++ cut -d- -f1 + base_version=1.13.0.0 ++ git describe --long '--match=v*' ++ sed -e 's/^v//' ++ cut -d- -f2 + nb_commit=45 ++ git log -n1 --pretty=format:%h + scm_commit=332d48c + pkg_version=1.13.0.0+git45+332d48c + pkg_dir=odp-1.13.0.0+git45+332d48c + git archive --format=tar.gz --prefix=odp-1.13.0.0+git45+332d48c/ origin/master + cd .. + mkdir -p rpmbuild/BUILD rpmbuild/BUILDROOT rpmbuild/RPMS rpmbuild/SOURCES rpmbuild/SPECS rpmbuild/SRPMS + cp -a odp-1.13.0.0+git45+332d48c.tar.gz rpmbuild/SOURCES/ + packaging_dir=odp-packaging + packaging_repository=https://git.linaro.org/lng/odp-packaging.git + git clone -b master --depth 1 https://git.linaro.org/lng/odp-packaging.git Cloning into 'odp-packaging'... ++ cd odp-packaging ++ git log -n1 --pretty=format:%h + packaging_commit=ac0611e + cp odp-packaging/pkg/rpm/odp.spec rpmbuild/ + pkg_repository=https://git.linaro.org/lng/odp.git + '[' 45 -ne 0 ']' ++ date '+%a %b %e %G' + creation_date='Thu Feb 9 2017' + RPMEMAIL=anders.roxell@linaro.org + sed -i -e 's|changelog|changelog\n* Thu Feb 9 2017 - anders.roxell@linaro.org\n- CI - odp snapshot:\n repository: https://git.linaro.org/lng/odp.git%5Cn commit: 332d48c\n build: https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64... \n\n rpm/ repository: https://git.linaro.org/lng/odp-packaging.git%5Cn rpm/ commit: ac0611e\n|g' rpmbuild/odp.spec + sed -i 's|^Version: .*$|Version: 1.13.0.0+git45+332d48c|g' rpmbuild/odp.spec + sudo wget http://rpm.opendataplane.org/centos-7/odp.repo -O /etc/yum.repos.d/odp.repo --2017-02-09 16:57:24-- http://rpm.opendataplane.org/centos-7/odp.repo Resolving rpm.opendataplane.org (rpm.opendataplane.org)... 54.224.40.137 Connecting to rpm.opendataplane.org (rpm.opendataplane.org)|54.224.40.137|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 102 Saving to: '/etc/yum.repos.d/odp.repo'
0K 100% 11.3M=0s
2017-02-09 16:57:24 (11.3 MB/s) - '/etc/yum.repos.d/odp.repo' saved [102/102]
+ sudo yum-builddep --nogpg -y ./rpmbuild/odp.spec Loaded plugins: fastestmirror Enabling base-source repository Enabling extras-source repository Enabling updates-source repository http://vault.centos.org/centos/7/os/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/
failure: repodata/repomd.xml from base-source: [Errno 256] No more mirrors to try. http://vault.centos.org/centos/7/os/Source/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found + true ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 ./bootstrap: line 3: aclocal: command not found + libtoolize --copy ./bootstrap: line 4: libtoolize: command not found + autoheader ./bootstrap: line 5: autoheader: command not found + automake --add-missing --copy --warnings=all ./bootstrap: line 6: automake: command not found + autoconf --force ./bootstrap: line 7: autoconf: command not found error: Bad exit status from /var/tmp/rpm-tmp.A1fRVy (%prep) Bad exit status from /var/tmp/rpm-tmp.A1fRVy (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#383-332d48c9' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#383-332d48c9', new value: '#383-332d48c9' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-45b1b3691411, containerId=45b1b3691411074ce64facba0bcf5d416abb62e35c59744edab66991bbd31676, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] doc: helper: add missing doxygen for helper table functions
------------------------------------------ [...truncated 31.59 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.09Xnuf (%prep) Bad exit status from /var/tmp/rpm-tmp.09Xnuf (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#384-3528ca70' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#384-3528ca70', new value: '#384-3528ca70' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-15e97d398db4, containerId=15e97d398db4d2689873fa5ab9b7d84fd9e2ba771fa55a362d895a8e1d4dad0b, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@25491db9,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@39bd4f3c[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] helper: cuckootable: avoid storage leaks on error paths
[maxim.uvarov] helper: iplookuptable: removed unused variable
[maxim.uvarov] helper: tables: avoid invalid odp_shm_addr() calls
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.lrewqh (%prep) Bad exit status from /var/tmp/rpm-tmp.lrewqh (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#385-0ed479bd' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#385-0ed479bd', new value: '#385-0ed479bd' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-78f6ff507ef0, containerId=78f6ff507ef0637caecc9e6d36bfe163e79ffade94adec42b636babc6271c10b, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@599bb5fb,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3e29c929[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: classification: implement vlan id packet matching rule
[maxim.uvarov] validation: classification: add test case for outer and inner vlan id
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-25.el7_2.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : libtiff-4.0.3-25.el7_2.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-25.el7_2 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.cLvuvr (%prep) Bad exit status from /var/tmp/rpm-tmp.cLvuvr (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#386-6c01f547' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#386-6c01f547', new value: '#386-6c01f547' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-46ae6096e95f, containerId=46ae6096e95f034493134449e31893081ca8f3a628e7f90d372f4c7e3a37430e, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] validation: crypto: fix hw cipher/auth algorithm check
[maxim.uvarov] validation: crypto: check cipher/auth algorithm support before use
[maxim.uvarov] validation: crypto: check cipher options support before running tests
[maxim.uvarov] validation: crypto: check auth options support before running tests
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.fTeu7l (%prep) Bad exit status from /var/tmp/rpm-tmp.fTeu7l (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#387-981b7784' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#387-981b7784', new value: '#387-981b7784' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-0bc0b9b475a7, containerId=0bc0b9b475a7ef6d0ed7068319344574188b46b3ff14ad2c4a801cafb751a77e, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] travis: mirror cunit on github
[maxim.uvarov] travis: switch to ubuntu trusty
[maxim.uvarov] travis: clang 3.8
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.zFg4Zo (%prep) Bad exit status from /var/tmp/rpm-tmp.zFg4Zo (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#388-32b94edb' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#388-32b94edb', new value: '#388-32b94edb' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-b0b4b8918f73, containerId=b0b4b8918f73630dbec55cee10a55d282e027d3dea1f1d391983075644f2d22f, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] helper: linux: renamed threads_extn to linux helpers
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.ZAcJdq (%prep) Bad exit status from /var/tmp/rpm-tmp.ZAcJdq (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#389-af520580' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#389-af520580', new value: '#389-af520580' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-3837813d4758, containerId=3837813d4758031a1c2dfd99d4c9d83ffaef4e911d4bed22748da3b3559eaa14, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] doc: fix k.org links in CONTRIBUTING
[maxim.uvarov] travis: catch doxygen errors
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:56: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:58: installing './config.guess' configure.ac:58: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.xa2EJf (%prep) Bad exit status from /var/tmp/rpm-tmp.xa2EJf (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#390-05f8f96a' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#390-05f8f96a', new value: '#390-05f8f96a' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-ae9dd6021854, containerId=ae9dd60218541f720f7214e74a4dc26adb6dfea6a480fa6ec7d1140afc97cc47, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: abi: add symlink to arch specific dir
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.65ebIg (%prep) Bad exit status from /var/tmp/rpm-tmp.65ebIg (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#391-52f32ce1' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#391-52f32ce1', new value: '#391-52f32ce1' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-ee8eca6af189, containerId=ee8eca6af1898b3e282ddf766bcd6f0fb391e851e72a1e549ab96a0f8883d70b, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: do not do double symlinks on make distcheck
[maxim.uvarov] linux-generic: classification: implement eth type packet matching rule
[maxim.uvarov] validation: classification: add test case for outer and inner eth type
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.wvhyXE (%prep) Bad exit status from /var/tmp/rpm-tmp.wvhyXE (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#392-483cc787' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#392-483cc787', new value: '#392-483cc787' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-49519b5a0dbb, containerId=49519b5a0dbbe6728657a2320266c86921783e83d4ec6f6a4ae59e69dee1633b, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@25491db9,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@39bd4f3c[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: makefile: remove pass command
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.pTi2wN (%prep) Bad exit status from /var/tmp/rpm-tmp.pTi2wN (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#393-431a0783' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#393-431a0783', new value: '#393-431a0783' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-7767de7350f0, containerId=7767de7350f0a6554eb15cb0a3c87f6c5e64df07e288f7718710939985255d53, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@599bb5fb,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3e29c929[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] codecov: lower expectations from codecov
------------------------------------------ [...truncated 30.80 KB...] Installing : libtool-ltdl-2.4.2-21.el7.aarch64 33/81 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 34/81 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 35/81 Installing : poppler-data-0.4.6-3.el7.noarch 36/81 Installing : m4-1.4.16-10.el7.aarch64 37/81 Installing : autoconf-2.69-11.el7.noarch 38/81 Installing : ghostscript-fonts-5.50-32.el7.noarch 39/81 Installing : zlib-devel-1.2.7-17.el7.aarch64 40/81 Installing : libverto-devel-0.2.5-4.el7.aarch64 41/81 Installing : libatomic-4.8.5-11.el7.centos.aarch64 42/81 Installing : libXinerama-1.1.3-2.1.el7.aarch64 43/81 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Installing : jbigkit-libs-2.0-11.el7.aarch64 45/81 Installing : libtiff-4.0.3-27.el7_3.aarch64 46/81 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 47/81 Installing : libsepol-devel-2.5-6.el7.aarch64 48/81 Installing : libselinux-devel-2.5-6.el7.aarch64 49/81 Installing : libXxf86vm-1.1.3-2.1.el7.aarch64 50/81 Installing : mesa-libGL-11.2.2-2.20160614.el7.aarch64 51/81 Installing : cairo-1.14.2-1.el7.aarch64 52/81 Installing : libthai-0.1.14-9.el7.aarch64 53/81 Installing : kernel-headers-4.5.0-20.el7.aarch64 54/81 Installing : glibc-headers-2.17-157.el7_3.1.aarch64 55/81 Installing : glibc-devel-2.17-157.el7_3.1.aarch64 56/81 Installing : gcc-4.8.5-11.el7.centos.aarch64 57/81 Installing : libicu-50.1.2-15.el7.aarch64 58/81 Installing : boost-regex-1.53.0-26.el7.aarch64 59/81 Installing : perl-Test-Harness-3.28-3.el7.noarch 60/81 Installing : automake-1.13.4-3.el7.noarch 61/81 Installing : hicolor-icon-theme-0.12-7.el7.noarch 62/81 Installing : libXft-2.3.2-2.el7.aarch64 63/81 Installing : libXrandr-1.4.2-2.el7.aarch64 64/81 Installing : libkadm5-1.14.1-27.el7_3.aarch64 65/81 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 66/81 Installing : graphite2-1.3.6-1.el7_2.aarch64 67/81 Installing : harfbuzz-0.9.36-1.el7.aarch64 68/81 Installing : pango-1.36.8-2.el7.aarch64 69/81 Installing : librsvg2-2.39.0-1.el7.aarch64 70/81 Installing : gtk2-2.24.28-8.el7.aarch64 71/81 Installing : lcms2-2.6-3.el7.aarch64 72/81 Installing : ghostscript-9.07-20.el7_3.1.aarch64 73/81 Installing : ctags-5.8-13.el7.aarch64 74/81 Installing : source-highlight-3.1.6-6.el7.aarch64 75/81 Installing : graphviz-2.30.1-19.el7.aarch64 76/81 Installing : 1:openssl-devel-1.0.1e-60.el7.aarch64 77/81 Installing : libtool-2.4.2-21.el7.aarch64 78/81 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 79/81 Installing : mscgen-0.20-14.el7.centos.aarch64 80/81 Installing : 1:doxygen-1.8.5-3.el7.aarch64 81/81 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/81 Verifying : ctags-5.8-13.el7.aarch64 2/81 Verifying : graphviz-2.30.1-19.el7.aarch64 3/81 Verifying : libdrm-2.4.67-3.el7.aarch64 4/81 Verifying : pango-1.36.8-2.el7.aarch64 5/81 Verifying : 1:openssl-devel-1.0.1e-60.el7.aarch64 6/81 Verifying : lcms2-2.6-3.el7.aarch64 7/81 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/81 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/81 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/81 Verifying : libXpm-3.5.11-3.el7.aarch64 11/81 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/81 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/81 Verifying : automake-1.13.4-3.el7.noarch 14/81 Verifying : libXft-2.3.2-2.el7.aarch64 15/81 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/81 Verifying : cairo-1.14.2-1.el7.aarch64 17/81 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/81 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/81 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/81 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 21/81 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 22/81 Verifying : gcc-4.8.5-11.el7.centos.aarch64 23/81 Verifying : perl-Test-Harness-3.28-3.el7.noarch 24/81 Verifying : libicu-50.1.2-15.el7.aarch64 25/81 Verifying : ruby-2.0.0.648-29.el7.aarch64 26/81 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 27/81 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 28/81 Verifying : atk-2.14.0-1.el7.aarch64 29/81 Verifying : libtiff-4.0.3-27.el7_3.aarch64 30/81 Verifying : kernel-headers-4.5.0-20.el7.aarch64 31/81 Verifying : libXaw-1.0.12-5.el7.aarch64 32/81 Verifying : libthai-0.1.14-9.el7.aarch64 33/81 Verifying : mscgen-0.20-14.el7.centos.aarch64 34/81 Verifying : libtool-2.4.2-21.el7.aarch64 35/81 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 36/81 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/81 Verifying : mpfr-3.1.1-4.el7.aarch64 38/81 Verifying : gd-2.0.35-26.el7.aarch64 39/81 Verifying : libsepol-devel-2.5-6.el7.aarch64 40/81 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/81 Verifying : jbigkit-libs-2.0-11.el7.aarch64 42/81 Verifying : urw-fonts-2.4-16.el7.noarch 43/81 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/81 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/81 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/81 Verifying : libverto-devel-0.2.5-4.el7.aarch64 47/81 Verifying : libmpc-1.0.1-3.el7.aarch64 48/81 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/81 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/81 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/81 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/81 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/81 Verifying : m4-1.4.16-10.el7.aarch64 54/81 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/81 Verifying : boost-regex-1.53.0-26.el7.aarch64 56/81 Verifying : poppler-data-0.4.6-3.el7.noarch 57/81 Verifying : libXmu-1.1.2-2.el7.aarch64 58/81 Verifying : libxshmfence-1.2-1.el7.aarch64 59/81 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 60/81 Verifying : rubygems-2.0.14.1-29.el7.noarch 61/81 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 62/81 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 63/81 Verifying : librsvg2-2.39.0-1.el7.aarch64 64/81 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 65/81 Verifying : autoconf-2.69-11.el7.noarch 66/81 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 67/81 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 68/81 Verifying : pixman-0.34.0-1.el7.aarch64 69/81 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 70/81 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 71/81 Verifying : libyaml-0.1.4-11.el7.aarch64 72/81 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 73/81 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 74/81 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 75/81 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 76/81 Verifying : jasper-libs-1.900.1-29.el7.aarch64 77/81 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 78/81 Verifying : gtk2-2.24.28-8.el7.aarch64 79/81 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 80/81 Verifying : libselinux-devel-2.5-6.el7.aarch64 81/81
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-20.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.74c2bk (%prep) Bad exit status from /var/tmp/rpm-tmp.74c2bk (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#394-63a39fab' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#394-63a39fab', new value: '#394-63a39fab' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-2a5769576233, containerId=2a57695762335e7fa2d0ae070f28840e34c8ab1e0936cd375169ceb01d236566, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@25491db9,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@39bd4f3c[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: crypto: add missing include
[maxim.uvarov] linux-generic: crypto: port to OpenSSL 1.0.x thread id API
[maxim.uvarov] linux-generic: crypto: support OpenSSL 1.1.0
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.uKEsuX (%prep) Bad exit status from /var/tmp/rpm-tmp.uKEsuX (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#395-484f37b7' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#395-484f37b7', new value: '#395-484f37b7' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-8366ed21785f, containerId=8366ed21785f4d4328cabc4cbc8e0c227d23c4accaaa8f02c9bce79368b56f38, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@25491db9,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@39bd4f3c[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[muvarov] linux-gen: inline: rename _STATIC to _ODP_INLINE
[muvarov] linux-gen: ticketlock: inline also in application
[muvarov] linux-gen: packet: packet handle is hdr pointer
[muvarov] linux-gen: packet: inline functions
[muvarov] linux-gen: packet: inline flag functions
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.6NLZSM (%prep) Bad exit status from /var/tmp/rpm-tmp.6NLZSM (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#396-bd9f5847' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#396-bd9f5847', new value: '#396-bd9f5847' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-5f189429619a, containerId=5f189429619aeb69b61c88b53f05ef4e8bb7ec24a5e0210e8511763be39d8720, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@25491db9,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@39bd4f3c[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: ipc: use hdr to handle conversion function
[maxim.uvarov] linux-gen: tm: use handle conversion function
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.xwOvRm (%prep) Bad exit status from /var/tmp/rpm-tmp.xwOvRm (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#397-ff7600a1' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#397-ff7600a1', new value: '#397-ff7600a1' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-0ff641fc39f6, containerId=0ff641fc39f6d716289eba490bdb721fc7be25eb0e446c5ae26d8bc7644abd24, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@599bb5fb,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3e29c929[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] api: packet: add support for packet references
[maxim.uvarov] api: packet: references may be implemented as copy
[maxim.uvarov] validation: packet: add packet reference tests
[maxim.uvarov] validation: packet: remove non compatible tests
[maxim.uvarov] linux-gen: packet: implement references as copy
[maxim.uvarov] linux-gen: sched: fix SP scheduler hang in process mode
[maxim.uvarov] linux-gen: sched: solve ordered context inversion
[maxim.uvarov] linux-gen: sched: add unsched_queue callback
[maxim.uvarov] linux-gen: add generic bitmaps and iterators
[maxim.uvarov] linux-gen: add interests query (iquery) scheduler
[maxim.uvarov] doc: userguide: add user documentation for packet references
[maxim.uvarov] doc: userguide: add section on application portability
[maxim.uvarov] linux-generic: cosmetic changes on byteorder files
[maxim.uvarov] linux-gen: fix odp_schedule.m4
[maxim.uvarov] doc: images: add images for packet reference documentation
[maxim.uvarov] changelog: summary of changes for ODP v1.14.0.0
[maxim.uvarov] update API version number from v1.13.0.0 to v1.14.0.0
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.veF4BL (%prep) Bad exit status from /var/tmp/rpm-tmp.veF4BL (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#398-a652887c' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#398-a652887c', new value: '#398-a652887c' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-cea285e4de04, containerId=cea285e4de04c50d2c36e26fa7c90673ecb7d90f47091654010b2a10509de60a, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@49464b82,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3555742[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] helper: linux: add common linux helper file
[maxim.uvarov] helper: pkgconfig: remove linux-generic from helper lib name
[maxim.uvarov] linux-gen: dependencies: update cunit install instructions
------------------------------------------ [...truncated 32.44 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.6iP5dd (%prep) Bad exit status from /var/tmp/rpm-tmp.6iP5dd (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#399-2bac2dbf' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#399-2bac2dbf', new value: '#399-2bac2dbf' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-c9350fc7a44d, containerId=c9350fc7a44dfc069a64301801fc4941a36c3c1c34dd575b31a84a32e7dcfb10, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@25491db9,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@39bd4f3c[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: pool: add odp_pool_capability() rc check
------------------------------------------ [...truncated 32.44 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.IQVjb3 (%prep) Bad exit status from /var/tmp/rpm-tmp.IQVjb3 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#400-88dbb006' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#400-88dbb006', new value: '#400-88dbb006' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-3ac8cea24a22, containerId=3ac8cea24a2292798be9ead96ed5475ec746945e84361a0bcf1b0bead3782a03, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@644ce615,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ae53379[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: dpdk: improve pmd driver linking
[maxim.uvarov] linux-gen: dpdk: disable pci devices when running make check
[maxim.uvarov] linux-gen: dpdk: bump target dpdk version to 17.02
------------------------------------------ [...truncated 32.44 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.1.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : cairo-1.14.2-1.el7.aarch64 17/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 18/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 19/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 20/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 21/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 22/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 23/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 24/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 25/85 Verifying : libicu-50.1.2-15.el7.aarch64 26/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 27/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 28/85 Verifying : ghostscript-9.07-20.el7_3.1.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.1 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.Dp8wcm (%prep) Bad exit status from /var/tmp/rpm-tmp.Dp8wcm (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#401-37db76d0' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#401-37db76d0', new value: '#401-37db76d0' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-e06e4deb2bf8, containerId=e06e4deb2bf8564ba518f53280f43b537e43d7a5f3e85e0b8d61eae2fd2d8b07, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@599bb5fb,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3e29c929[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@a1de9b65,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: abi: fix include/odp/api/abi symlink creation
------------------------------------------ [...truncated 32.44 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.H6muWt (%prep) Bad exit status from /var/tmp/rpm-tmp.H6muWt (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#402-ec8a54c9' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#402-ec8a54c9', new value: '#402-ec8a54c9' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-e0d07ac4b297, containerId=e0d07ac4b2970e6fc4ac85b1efc01b10dac7141fcd4e0f28bf7f8d3cb5e4b034, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@279251b0,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3c97d99b[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[muvarov] linux-gen: packet: make inline table visible
[muvarov] test: bench_packet: add tests for reference functions
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.fqUNu9 (%prep) Bad exit status from /var/tmp/rpm-tmp.fqUNu9 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#403-b056efea' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#403-b056efea', new value: '#403-b056efea' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-42c24dd63713, containerId=42c24dd637136f3a2bbab2a44b32747eb5449dce3d7b653afd686ccd9ccd9652, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24242353,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5b79e6be[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: pool: don't allocate buffers from invalid pool
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 67/85 Verifying : autoconf-2.69-11.el7.noarch 68/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 69/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 70/85 Verifying : pixman-0.34.0-1.el7.aarch64 71/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 72/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 73/85 Verifying : kernel-headers-4.5.0-22.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-22.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.wWXehP (%prep) Bad exit status from /var/tmp/rpm-tmp.wWXehP (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#404-97b7d50a' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#404-97b7d50a', new value: '#404-97b7d50a' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-8ed3e1885a3d, containerId=8ed3e1885a3dad234c98a9d72de55c12a766653ba47dbe379802821f6e14b763, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24242353,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5b79e6be[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: ring: fix memory ordering in ring dequeue
------------------------------------------ [...truncated 32.44 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.BYNaCp (%prep) Bad exit status from /var/tmp/rpm-tmp.BYNaCp (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#405-7ba232f7' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#405-7ba232f7', new value: '#405-7ba232f7' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-6b1480026b79, containerId=6b1480026b796d310afcc5a0b4150d1bd4aa2d811cdec608697616fe5dfa7365, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24242353,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5b79e6be[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] validation: packet: do not require a max packet length
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.uZEock (%prep) Bad exit status from /var/tmp/rpm-tmp.uZEock (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#406-5876b4f3' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#406-5876b4f3', new value: '#406-5876b4f3' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-2bc25247216d, containerId=2bc25247216d12183a551c743c6d355c3b31a242a40e5b5515edd0a9b8df026e, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24242353,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5b79e6be[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: remove pktio ipc option from configure
[maxim.uvarov] linux-gen: pktio: socket mmap: check unmap return code
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.TLByVc (%prep) Bad exit status from /var/tmp/rpm-tmp.TLByVc (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#407-fd980722' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#407-fd980722', new value: '#407-fd980722' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-726aa4ef0093, containerId=726aa4ef0093e8150bb95c81ec4d747284561e6c4599aa1f33328b0217183f10, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24242353,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5b79e6be[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: generator: compose sending packets from reference packet plus
[maxim.uvarov] test: generator: send UDP packets in bursts
[maxim.uvarov] test: generator: receive packets in bursts
[maxim.uvarov] test: generator: use multiple RX queue in receiving mode
[maxim.uvarov] test: generator: use multiple TX queues in send UDP mode
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.BCB49t (%prep) Bad exit status from /var/tmp/rpm-tmp.BCB49t (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#408-539b12c9' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#408-539b12c9', new value: '#408-539b12c9' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-1b9065d765ae, containerId=1b9065d765aef338c170b7cfcfa8e570f449c2152636ef39a2ceced3e31a4125, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24242353,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5b79e6be[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: bench_packet: fix headroom/tailroom test return values
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.jKDkAB (%prep) Bad exit status from /var/tmp/rpm-tmp.jKDkAB (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#409-138a4a92' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#409-138a4a92', new value: '#409-138a4a92' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-28af86a581d7, containerId=28af86a581d7222f92217aeb00a7da35523c17e5f7847c171e6368e053c90326, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@45db0bd1,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3ad0e737[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: ring.c: use required memory orderings
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.9WWf99 (%prep) Bad exit status from /var/tmp/rpm-tmp.9WWf99 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#410-8286cff9' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#410-8286cff9', new value: '#410-8286cff9' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-16c72626a963, containerId=16c72626a963490ac07c1d59ebfbbf4d94457045c7412c3b6aafabe33f630873, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@d4e78de,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@e7ecb09[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@492c9712,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: generator: update global statistics calculation
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.gRUkAd (%prep) Bad exit status from /var/tmp/rpm-tmp.gRUkAd (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#411-4eebb3ad' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#411-4eebb3ad', new value: '#411-4eebb3ad' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-7bf90ab50df5, containerId=7bf90ab50df56b2899f6093ac2aff37a5f5a7fadf67bbe1dff8ee4003137cf64, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@c7c5da7,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@22aa0b96[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@79a7c509,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: perf: fix bash syntax in odp_pktio_ordered_run.sh
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.OcdE2a (%prep) Bad exit status from /var/tmp/rpm-tmp.OcdE2a (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#412-50370807' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#412-50370807', new value: '#412-50370807' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-7fcb643f8112, containerId=7fcb643f8112622a990cc6ec4faa8f2b8ebaec0550446f3c084c4664865cb632, template=DockerSlaveTemplate[id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4e000b71,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@57257e4a[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@79a7c509,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] helper: iplookuptable: fix prefix_entry_t member order
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.WayhEg (%prep) Bad exit status from /var/tmp/rpm-tmp.WayhEg (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#413-c7014b48' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#413-c7014b48', new value: '#413-c7014b48' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-b92d86eacb94, containerId=b92d86eacb94a147ea09dc752ff8562d92ada2d3ac5f1978a2907a8cf76fa771, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@65cd76a3,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@6c398b61[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@79a7c509,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] validation: packet: do assert on newly created pkt reference
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.FpUPMO (%prep) Bad exit status from /var/tmp/rpm-tmp.FpUPMO (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#414-ce61337e' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#414-ce61337e', new value: '#414-ce61337e' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-5056aae50685, containerId=5056aae5068501118c1fbc75fa95f813e7b2b642a7f4963d62ddaabe56b82955, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@c7c5da7,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@22aa0b96[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@79a7c509,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: decouple odp_errno define from odp-linux
------------------------------------------ [...truncated 32.71 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.CKiXt9 (%prep) Bad exit status from /var/tmp/rpm-tmp.CKiXt9 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#415-0955fbb3' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#415-0955fbb3', new value: '#415-0955fbb3' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-8ee457966aa6, containerId=8ee457966aa63a1e6c57863b8765c95c89da9c395f91b467c54f6e1e13e10b71, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@6d7dfb23,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@12b315c0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@7dc85a0f,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] validation: packet: increase test pool size
[maxim.uvarov] validation: packet: remove invalid check from
[maxim.uvarov] validation: packet: use common define for test pool sizes
------------------------------------------ [...truncated 32.71 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.u5i5G7 (%prep) Bad exit status from /var/tmp/rpm-tmp.u5i5G7 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#416-077b6c42' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#416-077b6c42', new value: '#416-077b6c42' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-02-09e7b626358f, containerId=09e7b626358f186cb0850bb64325233da937a1906f4e3b2f96f10afee9190243, template=DockerSlaveTemplate[id=921ab5f8-5480-40ac-a518-1d1c613dc725,labelString=docker-centos7-aarch64 docker-centos7-aarch64-02,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@40dc4d33,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@80d3af4[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a16,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] abi: packet: restore abi compatibility for odp_packet_seg_t type
------------------------------------------ [...truncated 32.71 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.zrz29s (%prep) Bad exit status from /var/tmp/rpm-tmp.zrz29s (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#417-8c0df898' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#417-8c0df898', new value: '#417-8c0df898' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-e71489b8b4f1, containerId=e71489b8b4f1ab7a8e718a95b1d6ba5e03cab164cd22224eea8092de77d30d17, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: debug: enable helper use from c++ programs
------------------------------------------ [...truncated 32.71 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.K4ElGq (%prep) Bad exit status from /var/tmp/rpm-tmp.K4ElGq (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#418-3e5a07ed' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#418-3e5a07ed', new value: '#418-3e5a07ed' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-cce6fc47f61a, containerId=cce6fc47f61aa01461752825e78fdd3e4727564543dc0e30075fac8e5cec1214, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] configure.ac: fix native Clang build on ARMv8
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.zsxzvf (%prep) Bad exit status from /var/tmp/rpm-tmp.zsxzvf (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#419-39be9572' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#419-39be9572', new value: '#419-39be9572' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-f3c43ee0800e, containerId=f3c43ee0800e135bcfc874d47f19dd3b3860c2aa3b8bf45a06f67068812f9051, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: pktio: miss an unlock operation before exit if error happens
------------------------------------------ [...truncated 33.41 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.7s0pPw (%prep) Bad exit status from /var/tmp/rpm-tmp.7s0pPw (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#420-8eba3e76' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#420-8eba3e76', new value: '#420-8eba3e76' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-6da07928bef3, containerId=6da07928bef3005dd0a04736a3eecf63d1917d046e3fd751e66e0bc36739e509, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: odp_scheduling: handle dequeueing from a concurrent queue
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.lIwzcs (%prep) Bad exit status from /var/tmp/rpm-tmp.lIwzcs (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#421-d20f3a63' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#421-d20f3a63', new value: '#421-d20f3a63' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-e4db056f181f, containerId=e4db056f181fb130debffff48b5902676eaf679b510f2e74ed770aeba005415b, template=DockerSlaveTemplate[id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@5d717489,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@799ceb77[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: tm: skip tm result under travis run
[maxim.uvarov] example: generator: fix stop criteria - number of packets sent
[maxim.uvarov] example: generator: flush output messages
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.05tYNj (%prep) Bad exit status from /var/tmp/rpm-tmp.05tYNj (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#422-5622f689' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#422-5622f689', new value: '#422-5622f689' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-e1592d099773, containerId=e1592d0997737314edaff6c2ab1c140aaeb4ec75115e1a0cf5f81edde4d2a878, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: tm: use script instead of binary when calling traffic manager test
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.ApShRm (%prep) Bad exit status from /var/tmp/rpm-tmp.ApShRm (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#423-8ddca7c5' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#423-8ddca7c5', new value: '#423-8ddca7c5' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-aa6f1597dfaa, containerId=aa6f1597dfaa48353dd3517486383e4be1f492f998566b0c9030e7a64be1e960, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: l2fwd: add group option
[maxim.uvarov] linux-gen: sched: use weight table for preferences
[maxim.uvarov] linux-gen: sched: optimize group scheduling
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.HHih2L (%prep) Bad exit status from /var/tmp/rpm-tmp.HHih2L (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#424-0a94dd33' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#424-0a94dd33', new value: '#424-0a94dd33' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-45047c67c1c5, containerId=45047c67c1c5300a5a5ec9c939731625056029437692d70333f458eaa8374a06, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] bug: linux-generic: add syntax to allow newer clang to compile odp
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.HYOpSb (%prep) Bad exit status from /var/tmp/rpm-tmp.HYOpSb (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#425-9b993a15' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#425-9b993a15', new value: '#425-9b993a15' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-9a0f9dee11f9, containerId=9a0f9dee11f92820caa386ed2115bc7345e8c05f80b9243b5bdd27834b5eef44, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: crypto: properly handle errors in packet copy
[maxim.uvarov] test: odp_sched_latency: robust draining of queues
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.VEmOgn (%prep) Bad exit status from /var/tmp/rpm-tmp.VEmOgn (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#426-8c35a494' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#426-8c35a494', new value: '#426-8c35a494' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-1ec55320dd71, containerId=1ec55320dd71a4315d6f6bd4a569ae76854bbaf40b888c465110a4a12e4a3d7e, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] validation: crypto: add tests for checking message digests
[maxim.uvarov] validation: crypto: correct comment for HMAC-SHA-256 tests
[maxim.uvarov] linux-generic: crypto: unify auth code
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.PkaP6W (%prep) Bad exit status from /var/tmp/rpm-tmp.PkaP6W (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#427-de644d06' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#427-de644d06', new value: '#427-de644d06' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-42a9fb46129e, containerId=42a9fb46129e1911f172634445438002348818ee746442564d1881f2a383eb75, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: tm: add paths to find tm binary
[maxim.uvarov] test: pktio_run: exit if binary was not found
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.OFiBDc (%prep) Bad exit status from /var/tmp/rpm-tmp.OFiBDc (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#428-b33b8ed7' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#428-b33b8ed7', new value: '#428-b33b8ed7' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-93d571b4c545, containerId=93d571b4c5458c576528c6e5b82960283e2001e595a4750bc0ea6a84a6f74128, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: pktio: fix valgrind warnings
------------------------------------------ [...truncated 32.80 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.syyWhM (%prep) Bad exit status from /var/tmp/rpm-tmp.syyWhM (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#429-2520efad' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#429-2520efad', new value: '#429-2520efad' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-060d1431729f, containerId=060d1431729f5c527216ec55bc39980214c9bd2e0bd39107266c73dbff4dc03a, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@24f0ffc4,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@32aee3d0[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@668bc020,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: makefile: fix staged install support
------------------------------------------ [...truncated 32.79 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.ApUXfs (%prep) Bad exit status from /var/tmp/rpm-tmp.ApUXfs (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#430-f05a0abd' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#430-f05a0abd', new value: '#430-f05a0abd' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-801aa56603bc, containerId=801aa56603bc8c7cda411c6ec31f6264d21739b56028f45faa1d8069b0143caf, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@684b9890,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5096bc92[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] .gitignore: add perf.data
------------------------------------------ [...truncated 32.79 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.368Qw0 (%prep) Bad exit status from /var/tmp/rpm-tmp.368Qw0 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#431-a6ce9a4b' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#431-a6ce9a4b', new value: '#431-a6ce9a4b' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-083f7f6cc094, containerId=083f7f6cc094d7609e67f2e2351eba43afe2d7f043ec38136d23b6afc88d6033, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@684b9890,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@5096bc92[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] example: l3fwd: check rc from odph_eth_addr_parse()
------------------------------------------ [...truncated 32.79 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.ielF7v (%prep) Bad exit status from /var/tmp/rpm-tmp.ielF7v (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#432-79ba737a' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#432-79ba737a', new value: '#432-79ba737a' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-04-4aa43ee5b566, containerId=4aa43ee5b5669f173f1b8106d8fbc46160ded1bc144de2106efe90935cdd6a0b, template=DockerSlaveTemplate[maxCapacity=1,id=40a19083-4e55-4947-8120-a666aa7192ba,labelString=docker-centos7-aarch64 docker-centos7-aarch64-04,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@227310b,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@eaf5198[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a19,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] helper: tables: avoid invalid odp_shm_addr() calls
------------------------------------------ [...truncated 32.79 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.XQfURa (%prep) Bad exit status from /var/tmp/rpm-tmp.XQfURa (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#433-bd583923' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#433-bd583923', new value: '#433-bd583923' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-f99d758970f0, containerId=f99d758970f0560d29c7c0fa2601a726ae4eb6b67c99cc13d631b27db5394c74, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: sched: fix one at a time low priority event scheduling
------------------------------------------ [...truncated 32.79 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.N7dRGp (%prep) Bad exit status from /var/tmp/rpm-tmp.N7dRGp (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#434-c1e96254' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#434-c1e96254', new value: '#434-c1e96254' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-81fb7502e96e, containerId=81fb7502e96e8f462a1fdf86eab3b7046bbeb59db27ffe6228b1eeb455da1936, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: rwlock: fix odp_rwlock_read_trylock()
[maxim.uvarov] test: lock: expand rwlock tests
------------------------------------------ [...truncated 32.79 KB...] Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22463: aarch64-redhat-linux-gnu: command not found sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.NmKKDe (%prep) Bad exit status from /var/tmp/rpm-tmp.NmKKDe (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#435-91f92891' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#435-91f92891', new value: '#435-91f92891' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-4cd3e755497b, containerId=4cd3e755497bc4354229299dd5b7924a771c3a122f3d580f88bc574b4411ff33, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] configure.ac: fix mcx16 vs clang check
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.UKPdso (%prep) Bad exit status from /var/tmp/rpm-tmp.UKPdso (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#436-036f1d33' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#436-036f1d33', new value: '#436-036f1d33' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-a3b95cba6b7d, containerId=a3b95cba6b7da754ec86ba1a5b246b39c514853ca97b19615f933f7386d72d6b, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: crypto: don't leak sessions if creation fails
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.32Q68r (%prep) Bad exit status from /var/tmp/rpm-tmp.32Q68r (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#437-8b9783b7' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#437-8b9783b7', new value: '#437-8b9783b7' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-1586cf4dae00, containerId=1586cf4dae007e1c7eed29f99748cb16a3b9e66b13227204b842736b69e69a7d, template=DockerSlaveTemplate[maxCapacity=1,id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@630b853,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@6c0e1a55[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: tm: fix wrr/wfq bug when weight=1
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.KPlzgi (%prep) Bad exit status from /var/tmp/rpm-tmp.KPlzgi (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#438-160f71a4' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#438-160f71a4', new value: '#438-160f71a4' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-47a59b2fc947, containerId=47a59b2fc947f42b6b71db034e1b10034c7a821cecda7f1d0c53e3ffb00fa86c, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] checkpatch.conf: ignore PREFER_PRINTF, PREFER_SCANF
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.LNYeZu (%prep) Bad exit status from /var/tmp/rpm-tmp.LNYeZu (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#439-3a8ba69b' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#439-3a8ba69b', new value: '#439-3a8ba69b' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-120ffc23f6a5, containerId=120ffc23f6a5972b26e8feb722367f2d631fe7c158c2c55d022184771e805a4d, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] codecov: enable threshold for patches
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.ph0wF6 (%prep) Bad exit status from /var/tmp/rpm-tmp.ph0wF6 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#440-b50cf142' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#440-b50cf142', new value: '#440-b50cf142' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-dfac489d37c4, containerId=dfac489d37c4167b3d84e89ed2534f5c159ec184f4d8655f61c28054fe47767c, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] examples: generator: UDP ports configuration
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.V4FgRf (%prep) Bad exit status from /var/tmp/rpm-tmp.V4FgRf (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#441-3ca26420' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#441-3ca26420', new value: '#441-3ca26420' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-e83a25acd49d, containerId=e83a25acd49d0a621b72955c79356302835502e2d36ba42e2883a4086dec762b, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] scripts: checkpatch: update to allow additional exceptions
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.skK93G (%prep) Bad exit status from /var/tmp/rpm-tmp.skK93G (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#442-f4386378' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#442-f4386378', new value: '#442-f4386378' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-b03ec976a8f6, containerId=b03ec976a8f61e17fb642d9bedb8461e8496ac283a4f9016db72058b56f7c06f, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] travis: move code style check to separate job
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.Kg6nkZ (%prep) Bad exit status from /var/tmp/rpm-tmp.Kg6nkZ (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#443-d2562fb0' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#443-d2562fb0', new value: '#443-d2562fb0' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-079fadd098b3, containerId=079fadd098b3076a398b77b763031b3fa7ec0932fadf6e06c9c656c06ad40172, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] travis: check compile and run from install
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.LRs9at (%prep) Bad exit status from /var/tmp/rpm-tmp.LRs9at (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#444-599ac680' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#444-599ac680', new value: '#444-599ac680' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-2786279fc5a8, containerId=2786279fc5a81e121071f7c8385f26764afd75b98ad5fe443ea758a62b83a269, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: sched: fix ordered enqueue to pktout queue
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.K5IzHc (%prep) Bad exit status from /var/tmp/rpm-tmp.K5IzHc (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#445-60b9dd43' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#445-60b9dd43', new value: '#445-60b9dd43' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-731a388c17dd, containerId=731a388c17dde042ed0798e595264f7981ee534a9d301842b25252aa69207f25, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: generator: replace gettimeofday with ODP API calls
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.MIbTyI (%prep) Bad exit status from /var/tmp/rpm-tmp.MIbTyI (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#446-ea134fe1' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#446-ea134fe1', new value: '#446-ea134fe1' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-2931c481e459, containerId=2931c481e459e21af3c742fe77a2ca08263e91d15b668c190b4e65524303e068, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: linux-generic: stop dropping other ODP files in pktio_ipc test
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.BnziJl (%prep) Bad exit status from /var/tmp/rpm-tmp.BnziJl (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#447-c5eb1703' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#447-c5eb1703', new value: '#447-c5eb1703' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-2501bf582944, containerId=2501bf582944ff4258db0839375e81010d30930af7003160f36b60443d3ec824, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: packet: fix odp_packet_free_multi() with single segment pool
[maxim.uvarov] linux-gen: packet: fix gcc errors with single segment pool
[maxim.uvarov] test: pktio: use capability to set test pool packet length
------------------------------------------ [...truncated 32.71 KB...] Installing : rubygem-json-1.7.7-29.el7.aarch64 44/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 45/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 46/85 Installing : ruby-2.0.0.648-29.el7.aarch64 47/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 48/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 49/85 Installing : rubygems-2.0.14.1-29.el7.noarch 50/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 51/85 Installing : libicu-50.1.2-15.el7.aarch64 52/85 Installing : boost-regex-1.53.0-26.el7.aarch64 53/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 54/85 Installing : automake-1.13.4-3.el7.noarch 55/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 56/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 57/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 58/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 59/85 Installing : libverto-devel-0.2.5-4.el7.aarch64 60/85 Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-22.el7_3.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 18/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 19/85 Verifying : cairo-1.14.2-1.el7.aarch64 20/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 21/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 22/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 24/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 25/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 26/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 28/85 Verifying : libicu-50.1.2-15.el7.aarch64 29/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 30/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 31/85 Verifying : atk-2.14.0-1.el7.aarch64 32/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 33/85 Verifying : libyaml-0.1.4-11.el7.aarch64 34/85 Verifying : libXaw-1.0.12-5.el7.aarch64 35/85 Verifying : libthai-0.1.14-9.el7.aarch64 36/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 37/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 38/85 Verifying : mpfr-3.1.1-4.el7.aarch64 39/85 Verifying : gd-2.0.35-26.el7.aarch64 40/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 41/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 42/85 Verifying : urw-fonts-2.4-16.el7.noarch 43/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 44/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 45/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 46/85 Verifying : libtool-2.4.2-22.el7_3.aarch64 47/85 Verifying : libmpc-1.0.1-3.el7.aarch64 48/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 49/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 50/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 51/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 52/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 53/85 Verifying : m4-1.4.16-10.el7.aarch64 54/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 55/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 56/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 57/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 58/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 59/85 Verifying : poppler-data-0.4.6-3.el7.noarch 60/85 Verifying : libXmu-1.1.2-2.el7.aarch64 61/85 Verifying : libxshmfence-1.2-1.el7.aarch64 62/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 63/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 64/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.du2KFv (%prep) Bad exit status from /var/tmp/rpm-tmp.du2KFv (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#448-472d34cc' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#448-472d34cc', new value: '#448-472d34cc' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-3093ca5ad947, containerId=3093ca5ad947143e8206c4ca7e733115789e411d0292fb2568a1e459bc9ccc36, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] travis: split build into separate stages
[maxim.uvarov] travis: expand testing with varios configure options
[maxim.uvarov] travis: print failed test logs to screen
------------------------------------------ [...truncated 34.13 KB...] Installing : ruby-irb-2.0.0.648-29.el7.noarch 53/89 Installing : ruby-2.0.0.648-29.el7.aarch64 54/89 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Installing : rubygem-psych-2.0.0-29.el7.aarch64 56/89 Installing : rubygems-2.0.14.1-29.el7.noarch 57/89 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 58/89 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 59/89 Installing : libsepol-devel-2.5-6.el7.aarch64 60/89 Installing : kernel-headers-4.5.0-23.el7.aarch64 61/89 Installing : glibc-headers-2.17-157.el7_3.2.aarch64 62/89 Installing : glibc-devel-2.17-157.el7_3.2.aarch64 63/89 Installing : gcc-4.8.5-11.el7.centos.aarch64 64/89 Installing : poppler-data-0.4.6-3.el7.noarch 65/89 Installing : libverto-devel-0.2.5-4.el7.aarch64 66/89 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/89 Installing : automake-1.13.4-3.el7.noarch 68/89 Installing : hicolor-icon-theme-0.12-7.el7.noarch 69/89 Installing : gtk2-2.24.28-8.el7.aarch64 70/89 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 71/89 Installing : ghostscript-fonts-5.50-32.el7.noarch 72/89 Installing : ghostscript-9.07-20.el7_3.5.aarch64 73/89 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 74/89 Installing : libselinux-devel-2.5-6.el7.aarch64 75/89 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 76/89 Installing : zlib-devel-1.2.7-17.el7.aarch64 77/89 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 78/89 Installing : graphviz-2.30.1-19.el7.aarch64 79/89 Installing : libtool-2.4.2-22.el7_3.aarch64 80/89 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 81/89 Installing : source-highlight-3.1.6-6.el7.aarch64 82/89 Installing : mscgen-0.20-14.el7.centos.aarch64 83/89 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 84/89 Installing : 1:doxygen-1.8.5-3.el7.aarch64 85/89 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 86/89 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 87/89 Cleanup : glibc-common-2.17-157.el7_3.1.aarch64 88/89 Cleanup : glibc-2.17-157.el7_3.1.aarch64 89/89 Verifying : glibc-2.17-157.el7_3.2.aarch64 1/89 Verifying : ctags-5.8-13.el7.aarch64 2/89 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 3/89 Verifying : libdrm-2.4.67-3.el7.aarch64 4/89 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 5/89 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 6/89 Verifying : jasper-libs-1.900.1-30.el7_3.aarch64 7/89 Verifying : libXrandr-1.4.2-2.el7.aarch64 8/89 Verifying : glibc-common-2.17-157.el7_3.2.aarch64 9/89 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 10/89 Verifying : ruby-2.0.0.648-29.el7.aarch64 11/89 Verifying : libthai-0.1.14-9.el7.aarch64 12/89 Verifying : libmpc-1.0.1-3.el7.aarch64 13/89 Verifying : zlib-devel-1.2.7-17.el7.aarch64 14/89 Verifying : m4-1.4.16-10.el7.aarch64 15/89 Verifying : rubygem-json-1.7.7-29.el7.aarch64 16/89 Verifying : glibc-devel-2.17-157.el7_3.2.aarch64 17/89 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 18/89 Verifying : autoconf-2.69-11.el7.noarch 19/89 Verifying : libtiff-4.0.3-27.el7_3.aarch64 20/89 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 21/89 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 22/89 Verifying : automake-1.13.4-3.el7.noarch 23/89 Verifying : libXft-2.3.2-2.el7.aarch64 24/89 Verifying : cpp-4.8.5-11.el7.centos.aarch64 25/89 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 26/89 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/89 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 28/89 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 29/89 Verifying : gd-2.0.35-26.el7.aarch64 30/89 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 31/89 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 32/89 Verifying : ghostscript-fonts-5.50-32.el7.noarch 33/89 Verifying : boost-regex-1.53.0-26.el7.aarch64 34/89 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 35/89 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 36/89 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 37/89 Verifying : glibc-headers-2.17-157.el7_3.2.aarch64 38/89 Verifying : harfbuzz-0.9.36-1.el7.aarch64 39/89 Verifying : lcms2-2.6-3.el7.aarch64 40/89 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 41/89 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 42/89 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 43/89 Verifying : libXt-1.1.4-6.1.el7.aarch64 44/89 Verifying : perl-Test-Harness-3.28-3.el7.noarch 45/89 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 46/89 Verifying : atk-2.14.0-1.el7.aarch64 47/89 Verifying : libXaw-1.0.12-5.el7.aarch64 48/89 Verifying : mpfr-3.1.1-4.el7.aarch64 49/89 Verifying : urw-fonts-2.4-16.el7.noarch 50/89 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 51/89 Verifying : libverto-devel-0.2.5-4.el7.aarch64 52/89 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 53/89 Verifying : poppler-data-0.4.6-3.el7.noarch 54/89 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Verifying : jbigkit-libs-2.0-11.el7.aarch64 56/89 Verifying : kernel-headers-4.5.0-23.el7.aarch64 57/89 Verifying : pixman-0.34.0-1.el7.aarch64 58/89 Verifying : graphite2-1.3.6-1.el7_2.aarch64 59/89 Verifying : gtk2-2.24.28-8.el7.aarch64 60/89 Verifying : graphviz-2.30.1-19.el7.aarch64 61/89 Verifying : pango-1.36.8-2.el7.aarch64 62/89 Verifying : libsepol-devel-2.5-6.el7.aarch64 63/89 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 64/89 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 65/89 Verifying : libXpm-3.5.11-3.el7.aarch64 66/89 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 67/89 Verifying : cairo-1.14.2-1.el7.aarch64 68/89 Verifying : libicu-50.1.2-15.el7.aarch64 69/89 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 70/89 Verifying : mscgen-0.20-14.el7.centos.aarch64 71/89 Verifying : librsvg2-2.39.0-1.el7.aarch64 72/89 Verifying : source-highlight-3.1.6-6.el7.aarch64 73/89 Verifying : libyaml-0.1.4-11.el7.aarch64 74/89 Verifying : libtool-2.4.2-22.el7_3.aarch64 75/89 Verifying : ghostscript-9.07-20.el7_3.5.aarch64 76/89 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 77/89 Verifying : libXmu-1.1.2-2.el7.aarch64 78/89 Verifying : libxshmfence-1.2-1.el7.aarch64 79/89 Verifying : rubygems-2.0.14.1-29.el7.noarch 80/89 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 81/89 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 82/89 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 83/89 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 84/89 Verifying : libselinux-devel-2.5-6.el7.aarch64 85/89 Verifying : glibc-common-2.17-157.el7_3.1.aarch64 86/89 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 87/89 Verifying : glibc-2.17-157.el7_3.1.aarch64 88/89 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 89/89
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.2 glibc-headers.aarch64 0:2.17-157.el7_3.2 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-30.el7_3 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: glibc.aarch64 0:2.17-157.el7_3.2 glibc-common.aarch64 0:2.17-157.el7_3.2 openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.Fi6vNn (%prep) Bad exit status from /var/tmp/rpm-tmp.Fi6vNn (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#449-87bba414' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#449-87bba414', new value: '#449-87bba414' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-390656f0e4b5, containerId=390656f0e4b52c047b2a8f752cac2a600d2e1e3a1057d91393a8c99e9f93bc4b, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@4c93b4c7,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@3014bafc[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] test: time: do not fail under gcov
------------------------------------------ [...truncated 34.13 KB...] Installing : ruby-irb-2.0.0.648-29.el7.noarch 53/89 Installing : ruby-2.0.0.648-29.el7.aarch64 54/89 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Installing : rubygem-psych-2.0.0-29.el7.aarch64 56/89 Installing : rubygems-2.0.14.1-29.el7.noarch 57/89 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 58/89 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 59/89 Installing : libsepol-devel-2.5-6.el7.aarch64 60/89 Installing : kernel-headers-4.5.0-23.el7.aarch64 61/89 Installing : glibc-headers-2.17-157.el7_3.2.aarch64 62/89 Installing : glibc-devel-2.17-157.el7_3.2.aarch64 63/89 Installing : gcc-4.8.5-11.el7.centos.aarch64 64/89 Installing : poppler-data-0.4.6-3.el7.noarch 65/89 Installing : libverto-devel-0.2.5-4.el7.aarch64 66/89 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/89 Installing : automake-1.13.4-3.el7.noarch 68/89 Installing : hicolor-icon-theme-0.12-7.el7.noarch 69/89 Installing : gtk2-2.24.28-8.el7.aarch64 70/89 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 71/89 Installing : ghostscript-fonts-5.50-32.el7.noarch 72/89 Installing : ghostscript-9.07-20.el7_3.5.aarch64 73/89 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 74/89 Installing : libselinux-devel-2.5-6.el7.aarch64 75/89 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 76/89 Installing : zlib-devel-1.2.7-17.el7.aarch64 77/89 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 78/89 Installing : graphviz-2.30.1-19.el7.aarch64 79/89 Installing : libtool-2.4.2-22.el7_3.aarch64 80/89 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 81/89 Installing : source-highlight-3.1.6-6.el7.aarch64 82/89 Installing : mscgen-0.20-14.el7.centos.aarch64 83/89 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 84/89 Installing : 1:doxygen-1.8.5-3.el7.aarch64 85/89 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 86/89 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 87/89 Cleanup : glibc-common-2.17-157.el7_3.1.aarch64 88/89 Cleanup : glibc-2.17-157.el7_3.1.aarch64 89/89 Verifying : glibc-2.17-157.el7_3.2.aarch64 1/89 Verifying : ctags-5.8-13.el7.aarch64 2/89 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 3/89 Verifying : libdrm-2.4.67-3.el7.aarch64 4/89 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 5/89 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 6/89 Verifying : jasper-libs-1.900.1-30.el7_3.aarch64 7/89 Verifying : libXrandr-1.4.2-2.el7.aarch64 8/89 Verifying : glibc-common-2.17-157.el7_3.2.aarch64 9/89 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 10/89 Verifying : ruby-2.0.0.648-29.el7.aarch64 11/89 Verifying : libthai-0.1.14-9.el7.aarch64 12/89 Verifying : libmpc-1.0.1-3.el7.aarch64 13/89 Verifying : zlib-devel-1.2.7-17.el7.aarch64 14/89 Verifying : m4-1.4.16-10.el7.aarch64 15/89 Verifying : rubygem-json-1.7.7-29.el7.aarch64 16/89 Verifying : glibc-devel-2.17-157.el7_3.2.aarch64 17/89 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 18/89 Verifying : autoconf-2.69-11.el7.noarch 19/89 Verifying : libtiff-4.0.3-27.el7_3.aarch64 20/89 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 21/89 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 22/89 Verifying : automake-1.13.4-3.el7.noarch 23/89 Verifying : libXft-2.3.2-2.el7.aarch64 24/89 Verifying : cpp-4.8.5-11.el7.centos.aarch64 25/89 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 26/89 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/89 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 28/89 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 29/89 Verifying : gd-2.0.35-26.el7.aarch64 30/89 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 31/89 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 32/89 Verifying : ghostscript-fonts-5.50-32.el7.noarch 33/89 Verifying : boost-regex-1.53.0-26.el7.aarch64 34/89 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 35/89 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 36/89 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 37/89 Verifying : glibc-headers-2.17-157.el7_3.2.aarch64 38/89 Verifying : harfbuzz-0.9.36-1.el7.aarch64 39/89 Verifying : lcms2-2.6-3.el7.aarch64 40/89 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 41/89 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 42/89 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 43/89 Verifying : libXt-1.1.4-6.1.el7.aarch64 44/89 Verifying : perl-Test-Harness-3.28-3.el7.noarch 45/89 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 46/89 Verifying : atk-2.14.0-1.el7.aarch64 47/89 Verifying : libXaw-1.0.12-5.el7.aarch64 48/89 Verifying : mpfr-3.1.1-4.el7.aarch64 49/89 Verifying : urw-fonts-2.4-16.el7.noarch 50/89 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 51/89 Verifying : libverto-devel-0.2.5-4.el7.aarch64 52/89 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 53/89 Verifying : poppler-data-0.4.6-3.el7.noarch 54/89 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Verifying : jbigkit-libs-2.0-11.el7.aarch64 56/89 Verifying : kernel-headers-4.5.0-23.el7.aarch64 57/89 Verifying : pixman-0.34.0-1.el7.aarch64 58/89 Verifying : graphite2-1.3.6-1.el7_2.aarch64 59/89 Verifying : gtk2-2.24.28-8.el7.aarch64 60/89 Verifying : graphviz-2.30.1-19.el7.aarch64 61/89 Verifying : pango-1.36.8-2.el7.aarch64 62/89 Verifying : libsepol-devel-2.5-6.el7.aarch64 63/89 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 64/89 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 65/89 Verifying : libXpm-3.5.11-3.el7.aarch64 66/89 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 67/89 Verifying : cairo-1.14.2-1.el7.aarch64 68/89 Verifying : libicu-50.1.2-15.el7.aarch64 69/89 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 70/89 Verifying : mscgen-0.20-14.el7.centos.aarch64 71/89 Verifying : librsvg2-2.39.0-1.el7.aarch64 72/89 Verifying : source-highlight-3.1.6-6.el7.aarch64 73/89 Verifying : libyaml-0.1.4-11.el7.aarch64 74/89 Verifying : libtool-2.4.2-22.el7_3.aarch64 75/89 Verifying : ghostscript-9.07-20.el7_3.5.aarch64 76/89 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 77/89 Verifying : libXmu-1.1.2-2.el7.aarch64 78/89 Verifying : libxshmfence-1.2-1.el7.aarch64 79/89 Verifying : rubygems-2.0.14.1-29.el7.noarch 80/89 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 81/89 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 82/89 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 83/89 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 84/89 Verifying : libselinux-devel-2.5-6.el7.aarch64 85/89 Verifying : glibc-common-2.17-157.el7_3.1.aarch64 86/89 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 87/89 Verifying : glibc-2.17-157.el7_3.1.aarch64 88/89 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 89/89
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.2 glibc-headers.aarch64 0:2.17-157.el7_3.2 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-30.el7_3 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: glibc.aarch64 0:2.17-157.el7_3.2 glibc-common.aarch64 0:2.17-157.el7_3.2 openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.SsJIdZ (%prep) Bad exit status from /var/tmp/rpm-tmp.SsJIdZ (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#450-7a7e3ff9' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#450-7a7e3ff9', new value: '#450-7a7e3ff9' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-8259e2dd4b26, containerId=8259e2dd4b267e75566e548f93cf515485ed0b784708845946d72d02d000414c, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@56502866,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@2ac89e54[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] scripts: checkpatch: revert code modification
[maxim.uvarov] scripts: checkpatch: ignore volatile and extern warnings
[maxim.uvarov] scripts: spelling: update to latest version
------------------------------------------ [...truncated 34.13 KB...] Installing : ruby-irb-2.0.0.648-29.el7.noarch 53/89 Installing : ruby-2.0.0.648-29.el7.aarch64 54/89 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Installing : rubygem-psych-2.0.0-29.el7.aarch64 56/89 Installing : rubygems-2.0.14.1-29.el7.noarch 57/89 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 58/89 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 59/89 Installing : libsepol-devel-2.5-6.el7.aarch64 60/89 Installing : kernel-headers-4.5.0-23.el7.aarch64 61/89 Installing : glibc-headers-2.17-157.el7_3.2.aarch64 62/89 Installing : glibc-devel-2.17-157.el7_3.2.aarch64 63/89 Installing : gcc-4.8.5-11.el7.centos.aarch64 64/89 Installing : poppler-data-0.4.6-3.el7.noarch 65/89 Installing : libverto-devel-0.2.5-4.el7.aarch64 66/89 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/89 Installing : automake-1.13.4-3.el7.noarch 68/89 Installing : hicolor-icon-theme-0.12-7.el7.noarch 69/89 Installing : gtk2-2.24.28-8.el7.aarch64 70/89 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 71/89 Installing : ghostscript-fonts-5.50-32.el7.noarch 72/89 Installing : ghostscript-9.07-20.el7_3.5.aarch64 73/89 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 74/89 Installing : libselinux-devel-2.5-6.el7.aarch64 75/89 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 76/89 Installing : zlib-devel-1.2.7-17.el7.aarch64 77/89 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 78/89 Installing : graphviz-2.30.1-19.el7.aarch64 79/89 Installing : libtool-2.4.2-22.el7_3.aarch64 80/89 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 81/89 Installing : source-highlight-3.1.6-6.el7.aarch64 82/89 Installing : mscgen-0.20-14.el7.centos.aarch64 83/89 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 84/89 Installing : 1:doxygen-1.8.5-3.el7.aarch64 85/89 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 86/89 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 87/89 Cleanup : glibc-common-2.17-157.el7_3.1.aarch64 88/89 Cleanup : glibc-2.17-157.el7_3.1.aarch64 89/89 Verifying : glibc-2.17-157.el7_3.2.aarch64 1/89 Verifying : ctags-5.8-13.el7.aarch64 2/89 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 3/89 Verifying : libdrm-2.4.67-3.el7.aarch64 4/89 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 5/89 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 6/89 Verifying : jasper-libs-1.900.1-30.el7_3.aarch64 7/89 Verifying : libXrandr-1.4.2-2.el7.aarch64 8/89 Verifying : glibc-common-2.17-157.el7_3.2.aarch64 9/89 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 10/89 Verifying : ruby-2.0.0.648-29.el7.aarch64 11/89 Verifying : libthai-0.1.14-9.el7.aarch64 12/89 Verifying : libmpc-1.0.1-3.el7.aarch64 13/89 Verifying : zlib-devel-1.2.7-17.el7.aarch64 14/89 Verifying : m4-1.4.16-10.el7.aarch64 15/89 Verifying : rubygem-json-1.7.7-29.el7.aarch64 16/89 Verifying : glibc-devel-2.17-157.el7_3.2.aarch64 17/89 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 18/89 Verifying : autoconf-2.69-11.el7.noarch 19/89 Verifying : libtiff-4.0.3-27.el7_3.aarch64 20/89 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 21/89 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 22/89 Verifying : automake-1.13.4-3.el7.noarch 23/89 Verifying : libXft-2.3.2-2.el7.aarch64 24/89 Verifying : cpp-4.8.5-11.el7.centos.aarch64 25/89 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 26/89 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/89 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 28/89 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 29/89 Verifying : gd-2.0.35-26.el7.aarch64 30/89 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 31/89 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 32/89 Verifying : ghostscript-fonts-5.50-32.el7.noarch 33/89 Verifying : boost-regex-1.53.0-26.el7.aarch64 34/89 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 35/89 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 36/89 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 37/89 Verifying : glibc-headers-2.17-157.el7_3.2.aarch64 38/89 Verifying : harfbuzz-0.9.36-1.el7.aarch64 39/89 Verifying : lcms2-2.6-3.el7.aarch64 40/89 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 41/89 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 42/89 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 43/89 Verifying : libXt-1.1.4-6.1.el7.aarch64 44/89 Verifying : perl-Test-Harness-3.28-3.el7.noarch 45/89 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 46/89 Verifying : atk-2.14.0-1.el7.aarch64 47/89 Verifying : libXaw-1.0.12-5.el7.aarch64 48/89 Verifying : mpfr-3.1.1-4.el7.aarch64 49/89 Verifying : urw-fonts-2.4-16.el7.noarch 50/89 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 51/89 Verifying : libverto-devel-0.2.5-4.el7.aarch64 52/89 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 53/89 Verifying : poppler-data-0.4.6-3.el7.noarch 54/89 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Verifying : jbigkit-libs-2.0-11.el7.aarch64 56/89 Verifying : kernel-headers-4.5.0-23.el7.aarch64 57/89 Verifying : pixman-0.34.0-1.el7.aarch64 58/89 Verifying : graphite2-1.3.6-1.el7_2.aarch64 59/89 Verifying : gtk2-2.24.28-8.el7.aarch64 60/89 Verifying : graphviz-2.30.1-19.el7.aarch64 61/89 Verifying : pango-1.36.8-2.el7.aarch64 62/89 Verifying : libsepol-devel-2.5-6.el7.aarch64 63/89 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 64/89 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 65/89 Verifying : libXpm-3.5.11-3.el7.aarch64 66/89 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 67/89 Verifying : cairo-1.14.2-1.el7.aarch64 68/89 Verifying : libicu-50.1.2-15.el7.aarch64 69/89 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 70/89 Verifying : mscgen-0.20-14.el7.centos.aarch64 71/89 Verifying : librsvg2-2.39.0-1.el7.aarch64 72/89 Verifying : source-highlight-3.1.6-6.el7.aarch64 73/89 Verifying : libyaml-0.1.4-11.el7.aarch64 74/89 Verifying : libtool-2.4.2-22.el7_3.aarch64 75/89 Verifying : ghostscript-9.07-20.el7_3.5.aarch64 76/89 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 77/89 Verifying : libXmu-1.1.2-2.el7.aarch64 78/89 Verifying : libxshmfence-1.2-1.el7.aarch64 79/89 Verifying : rubygems-2.0.14.1-29.el7.noarch 80/89 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 81/89 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 82/89 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 83/89 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 84/89 Verifying : libselinux-devel-2.5-6.el7.aarch64 85/89 Verifying : glibc-common-2.17-157.el7_3.1.aarch64 86/89 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 87/89 Verifying : glibc-2.17-157.el7_3.1.aarch64 88/89 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 89/89
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.2 glibc-headers.aarch64 0:2.17-157.el7_3.2 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-30.el7_3 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: glibc.aarch64 0:2.17-157.el7_3.2 glibc-common.aarch64 0:2.17-157.el7_3.2 openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.LNPONq (%prep) Bad exit status from /var/tmp/rpm-tmp.LNPONq (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#451-e6be64e0' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#451-e6be64e0', new value: '#451-e6be64e0' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-8eb10930fb77, containerId=8eb10930fb775a411e37659f33e7bc28b9d3d459bef28140390c87c008213021, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@56502866,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@2ac89e54[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] build: GCC 7 fixes
[maxim.uvarov] pktio: GCC 7 fixes
------------------------------------------ [...truncated 34.21 KB...] Installing : ruby-2.0.0.648-29.el7.aarch64 54/89 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Installing : rubygem-psych-2.0.0-29.el7.aarch64 56/89 Installing : rubygems-2.0.14.1-29.el7.noarch 57/89 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 58/89 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 59/89 Installing : libsepol-devel-2.5-6.el7.aarch64 60/89 Installing : kernel-headers-4.5.0-23.el7.aarch64 61/89 Installing : glibc-headers-2.17-157.el7_3.2.aarch64 62/89 Installing : glibc-devel-2.17-157.el7_3.2.aarch64 63/89 Installing : gcc-4.8.5-11.el7.centos.aarch64 64/89 Installing : poppler-data-0.4.6-3.el7.noarch 65/89 Installing : libverto-devel-0.2.5-4.el7.aarch64 66/89 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/89 Installing : automake-1.13.4-3.el7.noarch 68/89 Installing : hicolor-icon-theme-0.12-7.el7.noarch 69/89 Installing : gtk2-2.24.28-8.el7.aarch64 70/89 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 71/89 Installing : ghostscript-fonts-5.50-32.el7.noarch 72/89 Installing : ghostscript-9.07-20.el7_3.5.aarch64 73/89 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 74/89 Installing : libselinux-devel-2.5-6.el7.aarch64 75/89 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 76/89 Installing : zlib-devel-1.2.7-17.el7.aarch64 77/89 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 78/89 Installing : graphviz-2.30.1-19.el7.aarch64 79/89 Installing : libtool-2.4.2-22.el7_3.aarch64 80/89 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 81/89 Installing : source-highlight-3.1.6-6.el7.aarch64 82/89 Installing : mscgen-0.20-14.el7.centos.aarch64 83/89 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 84/89 Installing : 1:doxygen-1.8.5-3.el7.aarch64 85/89 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 86/89 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 87/89 Cleanup : glibc-common-2.17-157.el7_3.1.aarch64 88/89 Cleanup : glibc-2.17-157.el7_3.1.aarch64 89/89 Verifying : glibc-2.17-157.el7_3.2.aarch64 1/89 Verifying : ctags-5.8-13.el7.aarch64 2/89 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 3/89 Verifying : libdrm-2.4.67-3.el7.aarch64 4/89 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 5/89 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 6/89 Verifying : jasper-libs-1.900.1-30.el7_3.aarch64 7/89 Verifying : libXrandr-1.4.2-2.el7.aarch64 8/89 Verifying : glibc-common-2.17-157.el7_3.2.aarch64 9/89 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 10/89 Verifying : ruby-2.0.0.648-29.el7.aarch64 11/89 Verifying : libthai-0.1.14-9.el7.aarch64 12/89 Verifying : libmpc-1.0.1-3.el7.aarch64 13/89 Verifying : zlib-devel-1.2.7-17.el7.aarch64 14/89 Verifying : m4-1.4.16-10.el7.aarch64 15/89 Verifying : rubygem-json-1.7.7-29.el7.aarch64 16/89 Verifying : glibc-devel-2.17-157.el7_3.2.aarch64 17/89 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 18/89 Verifying : autoconf-2.69-11.el7.noarch 19/89 Verifying : libtiff-4.0.3-27.el7_3.aarch64 20/89 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 21/89 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 22/89 Verifying : automake-1.13.4-3.el7.noarch 23/89 Verifying : libXft-2.3.2-2.el7.aarch64 24/89 Verifying : cpp-4.8.5-11.el7.centos.aarch64 25/89 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 26/89 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/89 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 28/89 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 29/89 Verifying : gd-2.0.35-26.el7.aarch64 30/89 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 31/89 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 32/89 Verifying : ghostscript-fonts-5.50-32.el7.noarch 33/89 Verifying : boost-regex-1.53.0-26.el7.aarch64 34/89 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 35/89 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 36/89 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 37/89 Verifying : glibc-headers-2.17-157.el7_3.2.aarch64 38/89 Verifying : harfbuzz-0.9.36-1.el7.aarch64 39/89 Verifying : lcms2-2.6-3.el7.aarch64 40/89 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 41/89 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 42/89 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 43/89 Verifying : libXt-1.1.4-6.1.el7.aarch64 44/89 Verifying : perl-Test-Harness-3.28-3.el7.noarch 45/89 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 46/89 Verifying : atk-2.14.0-1.el7.aarch64 47/89 Verifying : libXaw-1.0.12-5.el7.aarch64 48/89 Verifying : mpfr-3.1.1-4.el7.aarch64 49/89 Verifying : urw-fonts-2.4-16.el7.noarch 50/89 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 51/89 Verifying : libverto-devel-0.2.5-4.el7.aarch64 52/89 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 53/89 Verifying : poppler-data-0.4.6-3.el7.noarch 54/89 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Verifying : jbigkit-libs-2.0-11.el7.aarch64 56/89 Verifying : kernel-headers-4.5.0-23.el7.aarch64 57/89 Verifying : pixman-0.34.0-1.el7.aarch64 58/89 Verifying : graphite2-1.3.6-1.el7_2.aarch64 59/89 Verifying : gtk2-2.24.28-8.el7.aarch64 60/89 Verifying : graphviz-2.30.1-19.el7.aarch64 61/89 Verifying : pango-1.36.8-2.el7.aarch64 62/89 Verifying : libsepol-devel-2.5-6.el7.aarch64 63/89 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 64/89 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 65/89 Verifying : libXpm-3.5.11-3.el7.aarch64 66/89 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 67/89 Verifying : cairo-1.14.2-1.el7.aarch64 68/89 Verifying : libicu-50.1.2-15.el7.aarch64 69/89 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 70/89 Verifying : mscgen-0.20-14.el7.centos.aarch64 71/89 Verifying : librsvg2-2.39.0-1.el7.aarch64 72/89 Verifying : source-highlight-3.1.6-6.el7.aarch64 73/89 Verifying : libyaml-0.1.4-11.el7.aarch64 74/89 Verifying : libtool-2.4.2-22.el7_3.aarch64 75/89 Verifying : ghostscript-9.07-20.el7_3.5.aarch64 76/89 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 77/89 Verifying : libXmu-1.1.2-2.el7.aarch64 78/89 Verifying : libxshmfence-1.2-1.el7.aarch64 79/89 Verifying : rubygems-2.0.14.1-29.el7.noarch 80/89 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 81/89 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 82/89 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 83/89 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 84/89 Verifying : libselinux-devel-2.5-6.el7.aarch64 85/89 Verifying : glibc-common-2.17-157.el7_3.1.aarch64 86/89 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 87/89 Verifying : glibc-2.17-157.el7_3.1.aarch64 88/89 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 89/89
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.2 glibc-headers.aarch64 0:2.17-157.el7_3.2 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-30.el7_3 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: glibc.aarch64 0:2.17-157.el7_3.2 glibc-common.aarch64 0:2.17-157.el7_3.2 openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22605: syntax error near unexpected token `-Wimplicit-fallthrough=0,' ./configure: line 22605: `AX_CHECK_COMPILE_FLAG(-Wimplicit-fallthrough=0,' error: Bad exit status from /var/tmp/rpm-tmp.dirUMz (%prep) Bad exit status from /var/tmp/rpm-tmp.dirUMz (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#452-61a5edca' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#452-61a5edca', new value: '#452-61a5edca' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-03-c16558e8d2a1, containerId=c16558e8d2a1cb0ad35e2fe6fee7201070e8ddfdfb61e6263f25365401653b7e, template=DockerSlaveTemplate[maxCapacity=1,id=08853ad5-05ad-41f3-a75d-e5c62ee7b808,labelString=docker-centos7-aarch64 docker-centos7-aarch64-03,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@eb2094f,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@309b1bf9[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a17,dnsHosts=[8.8.8.8],volumes=[/home/buildslave/srv:/home/buildslave/srv:rw, /home/buildslave/.jenkins:/home/buildslave/.jenkins:rw, /srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] travis: add dependency of autoconf-archive
------------------------------------------ [...truncated 34.21 KB...] Installing : ruby-2.0.0.648-29.el7.aarch64 54/89 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Installing : rubygem-psych-2.0.0-29.el7.aarch64 56/89 Installing : rubygems-2.0.14.1-29.el7.noarch 57/89 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 58/89 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 59/89 Installing : libsepol-devel-2.5-6.el7.aarch64 60/89 Installing : kernel-headers-4.5.0-23.el7.aarch64 61/89 Installing : glibc-headers-2.17-157.el7_3.2.aarch64 62/89 Installing : glibc-devel-2.17-157.el7_3.2.aarch64 63/89 Installing : gcc-4.8.5-11.el7.centos.aarch64 64/89 Installing : poppler-data-0.4.6-3.el7.noarch 65/89 Installing : libverto-devel-0.2.5-4.el7.aarch64 66/89 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/89 Installing : automake-1.13.4-3.el7.noarch 68/89 Installing : hicolor-icon-theme-0.12-7.el7.noarch 69/89 Installing : gtk2-2.24.28-8.el7.aarch64 70/89 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 71/89 Installing : ghostscript-fonts-5.50-32.el7.noarch 72/89 Installing : ghostscript-9.07-20.el7_3.5.aarch64 73/89 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 74/89 Installing : libselinux-devel-2.5-6.el7.aarch64 75/89 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 76/89 Installing : zlib-devel-1.2.7-17.el7.aarch64 77/89 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 78/89 Installing : graphviz-2.30.1-19.el7.aarch64 79/89 Installing : libtool-2.4.2-22.el7_3.aarch64 80/89 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 81/89 Installing : source-highlight-3.1.6-6.el7.aarch64 82/89 Installing : mscgen-0.20-14.el7.centos.aarch64 83/89 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 84/89 Installing : 1:doxygen-1.8.5-3.el7.aarch64 85/89 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 86/89 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 87/89 Cleanup : glibc-common-2.17-157.el7_3.1.aarch64 88/89 Cleanup : glibc-2.17-157.el7_3.1.aarch64 89/89 Verifying : glibc-2.17-157.el7_3.2.aarch64 1/89 Verifying : ctags-5.8-13.el7.aarch64 2/89 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 3/89 Verifying : libdrm-2.4.67-3.el7.aarch64 4/89 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 5/89 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 6/89 Verifying : jasper-libs-1.900.1-30.el7_3.aarch64 7/89 Verifying : libXrandr-1.4.2-2.el7.aarch64 8/89 Verifying : glibc-common-2.17-157.el7_3.2.aarch64 9/89 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 10/89 Verifying : ruby-2.0.0.648-29.el7.aarch64 11/89 Verifying : libthai-0.1.14-9.el7.aarch64 12/89 Verifying : libmpc-1.0.1-3.el7.aarch64 13/89 Verifying : zlib-devel-1.2.7-17.el7.aarch64 14/89 Verifying : m4-1.4.16-10.el7.aarch64 15/89 Verifying : rubygem-json-1.7.7-29.el7.aarch64 16/89 Verifying : glibc-devel-2.17-157.el7_3.2.aarch64 17/89 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 18/89 Verifying : autoconf-2.69-11.el7.noarch 19/89 Verifying : libtiff-4.0.3-27.el7_3.aarch64 20/89 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 21/89 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 22/89 Verifying : automake-1.13.4-3.el7.noarch 23/89 Verifying : libXft-2.3.2-2.el7.aarch64 24/89 Verifying : cpp-4.8.5-11.el7.centos.aarch64 25/89 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 26/89 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/89 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 28/89 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 29/89 Verifying : gd-2.0.35-26.el7.aarch64 30/89 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 31/89 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 32/89 Verifying : ghostscript-fonts-5.50-32.el7.noarch 33/89 Verifying : boost-regex-1.53.0-26.el7.aarch64 34/89 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 35/89 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 36/89 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 37/89 Verifying : glibc-headers-2.17-157.el7_3.2.aarch64 38/89 Verifying : harfbuzz-0.9.36-1.el7.aarch64 39/89 Verifying : lcms2-2.6-3.el7.aarch64 40/89 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 41/89 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 42/89 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 43/89 Verifying : libXt-1.1.4-6.1.el7.aarch64 44/89 Verifying : perl-Test-Harness-3.28-3.el7.noarch 45/89 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 46/89 Verifying : atk-2.14.0-1.el7.aarch64 47/89 Verifying : libXaw-1.0.12-5.el7.aarch64 48/89 Verifying : mpfr-3.1.1-4.el7.aarch64 49/89 Verifying : urw-fonts-2.4-16.el7.noarch 50/89 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 51/89 Verifying : libverto-devel-0.2.5-4.el7.aarch64 52/89 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 53/89 Verifying : poppler-data-0.4.6-3.el7.noarch 54/89 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Verifying : jbigkit-libs-2.0-11.el7.aarch64 56/89 Verifying : kernel-headers-4.5.0-23.el7.aarch64 57/89 Verifying : pixman-0.34.0-1.el7.aarch64 58/89 Verifying : graphite2-1.3.6-1.el7_2.aarch64 59/89 Verifying : gtk2-2.24.28-8.el7.aarch64 60/89 Verifying : graphviz-2.30.1-19.el7.aarch64 61/89 Verifying : pango-1.36.8-2.el7.aarch64 62/89 Verifying : libsepol-devel-2.5-6.el7.aarch64 63/89 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 64/89 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 65/89 Verifying : libXpm-3.5.11-3.el7.aarch64 66/89 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 67/89 Verifying : cairo-1.14.2-1.el7.aarch64 68/89 Verifying : libicu-50.1.2-15.el7.aarch64 69/89 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 70/89 Verifying : mscgen-0.20-14.el7.centos.aarch64 71/89 Verifying : librsvg2-2.39.0-1.el7.aarch64 72/89 Verifying : source-highlight-3.1.6-6.el7.aarch64 73/89 Verifying : libyaml-0.1.4-11.el7.aarch64 74/89 Verifying : libtool-2.4.2-22.el7_3.aarch64 75/89 Verifying : ghostscript-9.07-20.el7_3.5.aarch64 76/89 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 77/89 Verifying : libXmu-1.1.2-2.el7.aarch64 78/89 Verifying : libxshmfence-1.2-1.el7.aarch64 79/89 Verifying : rubygems-2.0.14.1-29.el7.noarch 80/89 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 81/89 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 82/89 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 83/89 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 84/89 Verifying : libselinux-devel-2.5-6.el7.aarch64 85/89 Verifying : glibc-common-2.17-157.el7_3.1.aarch64 86/89 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 87/89 Verifying : glibc-2.17-157.el7_3.1.aarch64 88/89 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 89/89
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.2 glibc-headers.aarch64 0:2.17-157.el7_3.2 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-30.el7_3 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: glibc.aarch64 0:2.17-157.el7_3.2 glibc-common.aarch64 0:2.17-157.el7_3.2 openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22605: syntax error near unexpected token `-Wimplicit-fallthrough=0,' ./configure: line 22605: `AX_CHECK_COMPILE_FLAG(-Wimplicit-fallthrough=0,' error: Bad exit status from /var/tmp/rpm-tmp.S9uBPI (%prep) Bad exit status from /var/tmp/rpm-tmp.S9uBPI (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#453-7cf390d1' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#453-7cf390d1', new value: '#453-7cf390d1' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-e7066ce2fbce, containerId=e7066ce2fbceec2b333338cb3a41a25f006b88ce463e4d2802fb87eb0a42bb61, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@56502866,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@2ac89e54[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-gen: socket: remove limits for maximum RX/TX burst size
[maxim.uvarov] linux-gen: socket: streamline sock_mmsg_recv() function
------------------------------------------ [...truncated 34.21 KB...] Installing : ruby-2.0.0.648-29.el7.aarch64 54/89 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Installing : rubygem-psych-2.0.0-29.el7.aarch64 56/89 Installing : rubygems-2.0.14.1-29.el7.noarch 57/89 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 58/89 Installing : libcom_err-devel-1.42.9-9.el7.aarch64 59/89 Installing : libsepol-devel-2.5-6.el7.aarch64 60/89 Installing : kernel-headers-4.5.0-23.el7.aarch64 61/89 Installing : glibc-headers-2.17-157.el7_3.2.aarch64 62/89 Installing : glibc-devel-2.17-157.el7_3.2.aarch64 63/89 Installing : gcc-4.8.5-11.el7.centos.aarch64 64/89 Installing : poppler-data-0.4.6-3.el7.noarch 65/89 Installing : libverto-devel-0.2.5-4.el7.aarch64 66/89 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/89 Installing : automake-1.13.4-3.el7.noarch 68/89 Installing : hicolor-icon-theme-0.12-7.el7.noarch 69/89 Installing : gtk2-2.24.28-8.el7.aarch64 70/89 Installing : keyutils-libs-devel-1.5.8-3.el7.aarch64 71/89 Installing : ghostscript-fonts-5.50-32.el7.noarch 72/89 Installing : ghostscript-9.07-20.el7_3.5.aarch64 73/89 Installing : pcre-devel-8.32-15.el7_2.1.aarch64 74/89 Installing : libselinux-devel-2.5-6.el7.aarch64 75/89 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 76/89 Installing : zlib-devel-1.2.7-17.el7.aarch64 77/89 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 78/89 Installing : graphviz-2.30.1-19.el7.aarch64 79/89 Installing : libtool-2.4.2-22.el7_3.aarch64 80/89 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 81/89 Installing : source-highlight-3.1.6-6.el7.aarch64 82/89 Installing : mscgen-0.20-14.el7.centos.aarch64 83/89 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 84/89 Installing : 1:doxygen-1.8.5-3.el7.aarch64 85/89 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 86/89 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 87/89 Cleanup : glibc-common-2.17-157.el7_3.1.aarch64 88/89 Cleanup : glibc-2.17-157.el7_3.1.aarch64 89/89 Verifying : glibc-2.17-157.el7_3.2.aarch64 1/89 Verifying : ctags-5.8-13.el7.aarch64 2/89 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 3/89 Verifying : libdrm-2.4.67-3.el7.aarch64 4/89 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 5/89 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 6/89 Verifying : jasper-libs-1.900.1-30.el7_3.aarch64 7/89 Verifying : libXrandr-1.4.2-2.el7.aarch64 8/89 Verifying : glibc-common-2.17-157.el7_3.2.aarch64 9/89 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 10/89 Verifying : ruby-2.0.0.648-29.el7.aarch64 11/89 Verifying : libthai-0.1.14-9.el7.aarch64 12/89 Verifying : libmpc-1.0.1-3.el7.aarch64 13/89 Verifying : zlib-devel-1.2.7-17.el7.aarch64 14/89 Verifying : m4-1.4.16-10.el7.aarch64 15/89 Verifying : rubygem-json-1.7.7-29.el7.aarch64 16/89 Verifying : glibc-devel-2.17-157.el7_3.2.aarch64 17/89 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 18/89 Verifying : autoconf-2.69-11.el7.noarch 19/89 Verifying : libtiff-4.0.3-27.el7_3.aarch64 20/89 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 21/89 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 22/89 Verifying : automake-1.13.4-3.el7.noarch 23/89 Verifying : libXft-2.3.2-2.el7.aarch64 24/89 Verifying : cpp-4.8.5-11.el7.centos.aarch64 25/89 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 26/89 Verifying : gcc-4.8.5-11.el7.centos.aarch64 27/89 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 28/89 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 29/89 Verifying : gd-2.0.35-26.el7.aarch64 30/89 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 31/89 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 32/89 Verifying : ghostscript-fonts-5.50-32.el7.noarch 33/89 Verifying : boost-regex-1.53.0-26.el7.aarch64 34/89 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 35/89 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 36/89 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 37/89 Verifying : glibc-headers-2.17-157.el7_3.2.aarch64 38/89 Verifying : harfbuzz-0.9.36-1.el7.aarch64 39/89 Verifying : lcms2-2.6-3.el7.aarch64 40/89 Verifying : libtool-ltdl-2.4.2-22.el7_3.aarch64 41/89 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 42/89 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 43/89 Verifying : libXt-1.1.4-6.1.el7.aarch64 44/89 Verifying : perl-Test-Harness-3.28-3.el7.noarch 45/89 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 46/89 Verifying : atk-2.14.0-1.el7.aarch64 47/89 Verifying : libXaw-1.0.12-5.el7.aarch64 48/89 Verifying : mpfr-3.1.1-4.el7.aarch64 49/89 Verifying : urw-fonts-2.4-16.el7.noarch 50/89 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 51/89 Verifying : libverto-devel-0.2.5-4.el7.aarch64 52/89 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 53/89 Verifying : poppler-data-0.4.6-3.el7.noarch 54/89 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 55/89 Verifying : jbigkit-libs-2.0-11.el7.aarch64 56/89 Verifying : kernel-headers-4.5.0-23.el7.aarch64 57/89 Verifying : pixman-0.34.0-1.el7.aarch64 58/89 Verifying : graphite2-1.3.6-1.el7_2.aarch64 59/89 Verifying : gtk2-2.24.28-8.el7.aarch64 60/89 Verifying : graphviz-2.30.1-19.el7.aarch64 61/89 Verifying : pango-1.36.8-2.el7.aarch64 62/89 Verifying : libsepol-devel-2.5-6.el7.aarch64 63/89 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 64/89 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 65/89 Verifying : libXpm-3.5.11-3.el7.aarch64 66/89 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 67/89 Verifying : cairo-1.14.2-1.el7.aarch64 68/89 Verifying : libicu-50.1.2-15.el7.aarch64 69/89 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 70/89 Verifying : mscgen-0.20-14.el7.centos.aarch64 71/89 Verifying : librsvg2-2.39.0-1.el7.aarch64 72/89 Verifying : source-highlight-3.1.6-6.el7.aarch64 73/89 Verifying : libyaml-0.1.4-11.el7.aarch64 74/89 Verifying : libtool-2.4.2-22.el7_3.aarch64 75/89 Verifying : ghostscript-9.07-20.el7_3.5.aarch64 76/89 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 77/89 Verifying : libXmu-1.1.2-2.el7.aarch64 78/89 Verifying : libxshmfence-1.2-1.el7.aarch64 79/89 Verifying : rubygems-2.0.14.1-29.el7.noarch 80/89 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 81/89 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 82/89 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 83/89 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 84/89 Verifying : libselinux-devel-2.5-6.el7.aarch64 85/89 Verifying : glibc-common-2.17-157.el7_3.1.aarch64 86/89 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 87/89 Verifying : glibc-2.17-157.el7_3.1.aarch64 88/89 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 89/89
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-22.el7_3 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.5 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.2 glibc-headers.aarch64 0:2.17-157.el7_3.2 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-30.el7_3 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-22.el7_3 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: glibc.aarch64 0:2.17-157.el7_3.2 glibc-common.aarch64 0:2.17-157.el7_3.2 openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force ./configure: line 22605: syntax error near unexpected token `-Wimplicit-fallthrough=0,' ./configure: line 22605: `AX_CHECK_COMPILE_FLAG(-Wimplicit-fallthrough=0,' error: Bad exit status from /var/tmp/rpm-tmp.n4GSg8 (%prep) Bad exit status from /var/tmp/rpm-tmp.n4GSg8 (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#454-248ebf35' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#454-248ebf35', new value: '#454-248ebf35' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-4253090a030f, containerId=4253090a030f3e658cf007fc8440d2313b82a2befa1c7e380abee8376169546e, template=DockerSlaveTemplate[maxCapacity=1,id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@56502866,remoteFs=/home/buildslave,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@2ac89e54[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@52384ea8,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/jenkins_home/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.
Changes:
[maxim.uvarov] linux-generic: decouple odp_errno define from odp-linux
------------------------------------------ [...truncated 32.45 KB...] Installing : libthai-0.1.14-9.el7.aarch64 44/85 Installing : libyaml-0.1.4-11.el7.aarch64 45/85 Installing : rubygem-json-1.7.7-29.el7.aarch64 46/85 Installing : rubygem-rdoc-4.0.0-29.el7.noarch 47/85 Installing : ruby-irb-2.0.0.648-29.el7.noarch 48/85 Installing : ruby-2.0.0.648-29.el7.aarch64 49/85 Installing : rubygem-bigdecimal-1.2.0-29.el7.aarch64 50/85 Installing : rubygem-psych-2.0.0-29.el7.aarch64 51/85 Installing : rubygems-2.0.14.1-29.el7.noarch 52/85 Installing : rubygem-io-console-0.4.2-29.el7.aarch64 53/85 Installing : libicu-50.1.2-15.el7.aarch64 54/85 Installing : boost-regex-1.53.0-26.el7.aarch64 55/85 Installing : perl-Test-Harness-3.28-3.el7.noarch 56/85 Installing : automake-1.13.4-3.el7.noarch 57/85 Installing : jbigkit-libs-2.0-11.el7.aarch64 58/85 Installing : libtiff-4.0.3-27.el7_3.aarch64 59/85 Installing : gdk-pixbuf2-2.31.6-3.el7.aarch64 60/85 Installing : hicolor-icon-theme-0.12-7.el7.noarch 61/85 Installing : libXft-2.3.2-2.el7.aarch64 62/85 Installing : libXrandr-1.4.2-2.el7.aarch64 63/85 Installing : libkadm5-1.14.1-27.el7_3.aarch64 64/85 Installing : graphite2-1.3.6-1.el7_2.aarch64 65/85 Installing : harfbuzz-0.9.36-1.el7.aarch64 66/85 Installing : pango-1.36.8-2.el7.aarch64 67/85 Installing : librsvg2-2.39.0-1.el7.aarch64 68/85 Installing : gtk2-2.24.28-8.el7.aarch64 69/85 Installing : lcms2-2.6-3.el7.aarch64 70/85 Installing : ghostscript-9.07-20.el7_3.3.aarch64 71/85 Installing : libsepol-devel-2.5-6.el7.aarch64 72/85 Installing : libselinux-devel-2.5-6.el7.aarch64 73/85 Installing : krb5-devel-1.14.1-27.el7_3.aarch64 74/85 Installing : ctags-5.8-13.el7.aarch64 75/85 Installing : source-highlight-3.1.6-6.el7.aarch64 76/85 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 77/85 Installing : graphviz-2.30.1-19.el7.aarch64 78/85 Installing : libtool-2.4.2-21.el7.aarch64 79/85 Installing : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 80/85 Installing : mscgen-0.20-14.el7.centos.aarch64 81/85 Updating : 1:openssl-1.0.1e-60.el7_3.1.aarch64 82/85 Installing : 1:doxygen-1.8.5-3.el7.aarch64 83/85 Cleanup : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Cleanup : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85 Verifying : rubygem-asciidoctor-1.5.2-1.el7.centos.noarch 1/85 Verifying : ctags-5.8-13.el7.aarch64 2/85 Verifying : graphviz-2.30.1-19.el7.aarch64 3/85 Verifying : libdrm-2.4.67-3.el7.aarch64 4/85 Verifying : pango-1.36.8-2.el7.aarch64 5/85 Verifying : libsepol-devel-2.5-6.el7.aarch64 6/85 Verifying : lcms2-2.6-3.el7.aarch64 7/85 Verifying : ruby-libs-2.0.0.648-29.el7.aarch64 8/85 Verifying : harfbuzz-0.9.36-1.el7.aarch64 9/85 Verifying : graphite2-1.3.6-1.el7_2.aarch64 10/85 Verifying : libXpm-3.5.11-3.el7.aarch64 11/85 Verifying : libkadm5-1.14.1-27.el7_3.aarch64 12/85 Verifying : libXrandr-1.4.2-2.el7.aarch64 13/85 Verifying : automake-1.13.4-3.el7.noarch 14/85 Verifying : libXft-2.3.2-2.el7.aarch64 15/85 Verifying : cpp-4.8.5-11.el7.centos.aarch64 16/85 Verifying : ghostscript-9.07-20.el7_3.3.aarch64 17/85 Verifying : cairo-1.14.2-1.el7.aarch64 18/85 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 19/85 Verifying : libXt-1.1.4-6.1.el7.aarch64 20/85 Verifying : mesa-libGL-11.2.2-2.20160614.el7.aarch64 21/85 Verifying : jbigkit-libs-2.0-11.el7.aarch64 22/85 Verifying : mesa-libgbm-11.2.2-2.20160614.el7.aarch64 23/85 Verifying : rubygem-rdoc-4.0.0-29.el7.noarch 24/85 Verifying : gcc-4.8.5-11.el7.centos.aarch64 25/85 Verifying : perl-Test-Harness-3.28-3.el7.noarch 26/85 Verifying : libicu-50.1.2-15.el7.aarch64 27/85 Verifying : ruby-2.0.0.648-29.el7.aarch64 28/85 Verifying : 1:cups-libs-1.6.3-26.el7.aarch64 29/85 Verifying : atk-2.14.0-1.el7.aarch64 30/85 Verifying : libtiff-4.0.3-27.el7_3.aarch64 31/85 Verifying : libyaml-0.1.4-11.el7.aarch64 32/85 Verifying : libXaw-1.0.12-5.el7.aarch64 33/85 Verifying : libthai-0.1.14-9.el7.aarch64 34/85 Verifying : mscgen-0.20-14.el7.centos.aarch64 35/85 Verifying : libtool-2.4.2-21.el7.aarch64 36/85 Verifying : libXxf86vm-1.1.3-2.1.el7.aarch64 37/85 Verifying : mpfr-3.1.1-4.el7.aarch64 38/85 Verifying : gd-2.0.35-26.el7.aarch64 39/85 Verifying : source-highlight-3.1.6-6.el7.aarch64 40/85 Verifying : 1:openssl-1.0.1e-60.el7_3.1.aarch64 41/85 Verifying : urw-fonts-2.4-16.el7.noarch 42/85 Verifying : pcre-devel-8.32-15.el7_2.1.aarch64 43/85 Verifying : libXinerama-1.1.3-2.1.el7.aarch64 44/85 Verifying : libatomic-4.8.5-11.el7.centos.aarch64 45/85 Verifying : libverto-devel-0.2.5-4.el7.aarch64 46/85 Verifying : libmpc-1.0.1-3.el7.aarch64 47/85 Verifying : libXfixes-5.0.1-2.1.el7.aarch64 48/85 Verifying : zlib-devel-1.2.7-17.el7.aarch64 49/85 Verifying : glibc-headers-2.17-157.el7_3.1.aarch64 50/85 Verifying : 1:doxygen-1.8.5-3.el7.aarch64 51/85 Verifying : ghostscript-fonts-5.50-32.el7.noarch 52/85 Verifying : m4-1.4.16-10.el7.aarch64 53/85 Verifying : rubygem-json-1.7.7-29.el7.aarch64 54/85 Verifying : krb5-devel-1.14.1-27.el7_3.aarch64 55/85 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.aarch64 56/85 Verifying : rubygem-bigdecimal-1.2.0-29.el7.aarch64 57/85 Verifying : boost-regex-1.53.0-26.el7.aarch64 58/85 Verifying : poppler-data-0.4.6-3.el7.noarch 59/85 Verifying : libXmu-1.1.2-2.el7.aarch64 60/85 Verifying : libxshmfence-1.2-1.el7.aarch64 61/85 Verifying : keyutils-libs-devel-1.5.8-3.el7.aarch64 62/85 Verifying : rubygems-2.0.14.1-29.el7.noarch 63/85 Verifying : libcom_err-devel-1.42.9-9.el7.aarch64 64/85 Verifying : libtool-ltdl-2.4.2-21.el7.aarch64 65/85 Verifying : librsvg2-2.39.0-1.el7.aarch64 66/85 Verifying : kernel-headers-4.5.0-23.el7.aarch64 67/85 Verifying : libXdamage-1.1.4-4.1.el7.aarch64 68/85 Verifying : autoconf-2.69-11.el7.noarch 69/85 Verifying : mesa-libglapi-11.2.2-2.20160614.el7.aarch64 70/85 Verifying : glibc-devel-2.17-157.el7_3.1.aarch64 71/85 Verifying : pixman-0.34.0-1.el7.aarch64 72/85 Verifying : mesa-libEGL-11.2.2-2.20160614.el7.aarch64 73/85 Verifying : gdk-pixbuf2-2.31.6-3.el7.aarch64 74/85 Verifying : ruby-irb-2.0.0.648-29.el7.noarch 75/85 Verifying : rubygem-psych-2.0.0-29.el7.aarch64 76/85 Verifying : libXcursor-1.1.14-2.1.el7.aarch64 77/85 Verifying : rubygem-io-console-0.4.2-29.el7.aarch64 78/85 Verifying : jasper-libs-1.900.1-29.el7.aarch64 79/85 Verifying : perl-Data-Dumper-2.145-3.el7.aarch64 80/85 Verifying : gtk2-2.24.28-8.el7.aarch64 81/85 Verifying : 1:openssl-libs-1.0.1e-60.el7_3.1.aarch64 82/85 Verifying : libselinux-devel-2.5-6.el7.aarch64 83/85 Verifying : 1:openssl-1.0.1e-60.el7.aarch64 84/85 Verifying : 1:openssl-libs-1.0.1e-60.el7.aarch64 85/85
Installed: autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 doxygen.aarch64 1:1.8.5-3.el7 graphviz.aarch64 0:2.30.1-19.el7 libtool.aarch64 0:2.4.2-21.el7 mscgen.aarch64 0:0.20-14.el7.centos openssl-devel.aarch64 1:1.0.1e-60.el7_3.1 rubygem-asciidoctor.noarch 0:1.5.2-1.el7.centos source-highlight.aarch64 0:3.1.6-6.el7
Dependency Installed: atk.aarch64 0:2.14.0-1.el7 boost-regex.aarch64 0:1.53.0-26.el7 cairo.aarch64 0:1.14.2-1.el7 cpp.aarch64 0:4.8.5-11.el7.centos ctags.aarch64 0:5.8-13.el7 cups-libs.aarch64 1:1.6.3-26.el7 gcc.aarch64 0:4.8.5-11.el7.centos gd.aarch64 0:2.0.35-26.el7 gdk-pixbuf2.aarch64 0:2.31.6-3.el7 ghostscript.aarch64 0:9.07-20.el7_3.3 ghostscript-fonts.noarch 0:5.50-32.el7 glibc-devel.aarch64 0:2.17-157.el7_3.1 glibc-headers.aarch64 0:2.17-157.el7_3.1 graphite2.aarch64 0:1.3.6-1.el7_2 gtk2.aarch64 0:2.24.28-8.el7 harfbuzz.aarch64 0:0.9.36-1.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.aarch64 0:1.900.1-29.el7 jbigkit-libs.aarch64 0:2.0-11.el7 kernel-headers.aarch64 0:4.5.0-23.el7 keyutils-libs-devel.aarch64 0:1.5.8-3.el7 krb5-devel.aarch64 0:1.14.1-27.el7_3 lcms2.aarch64 0:2.6-3.el7 libXaw.aarch64 0:1.0.12-5.el7 libXcursor.aarch64 0:1.1.14-2.1.el7 libXdamage.aarch64 0:1.1.4-4.1.el7 libXfixes.aarch64 0:5.0.1-2.1.el7 libXft.aarch64 0:2.3.2-2.el7 libXinerama.aarch64 0:1.1.3-2.1.el7 libXmu.aarch64 0:1.1.2-2.el7 libXpm.aarch64 0:3.5.11-3.el7 libXrandr.aarch64 0:1.4.2-2.el7 libXt.aarch64 0:1.1.4-6.1.el7 libXxf86vm.aarch64 0:1.1.3-2.1.el7 libatomic.aarch64 0:4.8.5-11.el7.centos libcom_err-devel.aarch64 0:1.42.9-9.el7 libdrm.aarch64 0:2.4.67-3.el7 libicu.aarch64 0:50.1.2-15.el7 libkadm5.aarch64 0:1.14.1-27.el7_3 libmpc.aarch64 0:1.0.1-3.el7 librsvg2.aarch64 0:2.39.0-1.el7 libselinux-devel.aarch64 0:2.5-6.el7 libsepol-devel.aarch64 0:2.5-6.el7 libthai.aarch64 0:0.1.14-9.el7 libtiff.aarch64 0:4.0.3-27.el7_3 libtool-ltdl.aarch64 0:2.4.2-21.el7 libverto-devel.aarch64 0:0.2.5-4.el7 libxshmfence.aarch64 0:1.2-1.el7 libyaml.aarch64 0:0.1.4-11.el7 m4.aarch64 0:1.4.16-10.el7 mesa-libEGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libGL.aarch64 0:11.2.2-2.20160614.el7 mesa-libgbm.aarch64 0:11.2.2-2.20160614.el7 mesa-libglapi.aarch64 0:11.2.2-2.20160614.el7 mpfr.aarch64 0:3.1.1-4.el7 pango.aarch64 0:1.36.8-2.el7 pcre-devel.aarch64 0:8.32-15.el7_2.1 perl-Data-Dumper.aarch64 0:2.145-3.el7 perl-Test-Harness.noarch 0:3.28-3.el7 pixman.aarch64 0:0.34.0-1.el7 poppler-data.noarch 0:0.4.6-3.el7 ruby.aarch64 0:2.0.0.648-29.el7 ruby-irb.noarch 0:2.0.0.648-29.el7 ruby-libs.aarch64 0:2.0.0.648-29.el7 rubygem-bigdecimal.aarch64 0:1.2.0-29.el7 rubygem-io-console.aarch64 0:0.4.2-29.el7 rubygem-json.aarch64 0:1.7.7-29.el7 rubygem-psych.aarch64 0:2.0.0-29.el7 rubygem-rdoc.noarch 0:4.0.0-29.el7 rubygems.noarch 0:2.0.14.1-29.el7 urw-fonts.noarch 0:2.4-16.el7 zlib-devel.aarch64 0:1.2.7-17.el7
Dependency Updated: openssl.aarch64 1:1.0.1e-60.el7_3.1 openssl-libs.aarch64 1:1.0.1e-60.el7_3.1
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/rpmbuild' -ba ./rpmbuild/odp.spec + aclocal -I config -I m4 + libtoolize --copy + autoheader + automake --add-missing --copy --warnings=all configure.ac:58: installing './ar-lib' configure.ac:49: installing './compile' configure.ac:60: installing './config.guess' configure.ac:60: installing './config.sub' configure.ac:21: installing './install-sh' configure.ac:21: installing './missing' example/classifier/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' + autoconf --force sed: no input files error: Bad exit status from /var/tmp/rpm-tmp.yWTDLW (%prep) Bad exit status from /var/tmp/rpm-tmp.yWTDLW (%prep) Build step 'Execute shell' marked build as failure Set build name. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. New build name is '#415-0955fbb3' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#415-0955fbb3', new value: '#415-0955fbb3' [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable. [copy-to-slave] Copying '*rpm, repo.parameters', excluding nothing, from 'https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-centos7-aarch64/ws/' on 'DockerSlave{name=aarch64-01-aecc5db16ac2, containerId=aecc5db16ac2ea0cf613b61d28b9784db36d24a563739233c3b221f9dcd5d13b, template=DockerSlaveTemplate[id=96125306-3488-4eb7-8b4d-9be9f9a556c9,labelString=docker-centos7-aarch64 docker-centos7-aarch64-01,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@143556a2,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@ac75798[image=linaro/centos7-aarch64,pullImage=com.github.kostyasha.yad.commons.DockerPullImage@be735eba,createContainer=DockerCreateContainer[command=,hostname=r2-a15,dnsHosts=[8.8.8.8],volumes=[/srv/docker/ssh/id_rsa_buildslave.pub:/home/buildslave/.ssh/authorized_keys:ro, /var/lib/libvirt:/var/lib/libvirt:rw],volumesFrom=[],environment=[container=docker],bindPorts=,bindAllPorts=false,memoryLimit=0,cpuShares=<null>,privileged=true,tty=false,macAddress=<null>,extraHosts=[],networkMode=<null>,devices=[],cpusetCpus=,cpusetMems=,links=[]],stopContainer=com.github.kostyasha.yad.commons.DockerStopContainer@27f,removeContainer=com.github.kostyasha.yad.commons.DockerRemoveContainer@5b0f],nodeProperties=[]]}' to 'file:/var/lib/jenkins/jobs/build-odp-rpm/workspace/label/docker-centos7-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.