https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-fedora23-aarch6...:
[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 85.58 KB...] Verifying : atk-2.18.0-1.fc23.aarch64 62/132 Verifying : mesa-libEGL-11.1.0-4.20151218.fc23.aarch64 63/132 Verifying : m4-1.4.17-8.fc23.aarch64 64/132 Verifying : libtool-2.4.6-8.fc23.aarch64 65/132 Verifying : 1:openssl-devel-1.0.2j-1.fc23.aarch64 66/132 Verifying : glibc-devel-2.22-18.fc23.aarch64 67/132 Verifying : libvpx-1.4.0-6.fc23.aarch64 68/132 Verifying : cairo-1.14.2-2.fc23.aarch64 69/132 Verifying : poppler-data-0.4.7-4.fc23.noarch 70/132 Verifying : pixman-0.34.0-1.fc23.aarch64 71/132 Verifying : jffi-native-1.2.9-8.fc23.aarch64 72/132 Verifying : keyutils-libs-devel-1.5.9-7.fc23.aarch64 73/132 Verifying : libdrm-2.4.66-1.fc23.aarch64 74/132 Verifying : graphite2-1.3.6-1.fc23.aarch64 75/132 Verifying : rubygem-psych-2.0.8-48.fc23.aarch64 76/132 Verifying : libcom_err-devel-1.42.13-3.fc23.aarch64 77/132 Verifying : ruby-libs-2.2.5-48.fc23.aarch64 78/132 Verifying : yecht-1.0-2.fc23.noarch 79/132 Verifying : libatomic-5.3.1-6.fc23.aarch64 80/132 Verifying : krb5-devel-1.14.3-8.fc23.aarch64 81/132 Verifying : mscgen-0.20-14.fc23.aarch64 82/132 Verifying : gcc-5.3.1-6.fc23.aarch64 83/132 Verifying : libselinux-devel-2.4-4.fc23.aarch64 84/132 Verifying : cpp-5.3.1-6.fc23.aarch64 85/132 Verifying : libxshmfence-1.2-2.fc23.aarch64 86/132 Verifying : libthai-0.1.21-2.fc23.aarch64 87/132 Verifying : libcroco-0.6.8-7.fc23.aarch64 88/132 Verifying : jnr-ffi-2.0.4-1.fc23.noarch 89/132 Verifying : bytelist-1.0.8-10.fc23.noarch 90/132 Verifying : jansi-native-1.5-9.fc23.aarch64 91/132 Verifying : objectweb-asm-5.0.3-2.fc23.noarch 92/132 Verifying : rubygems-2.4.8-100.fc23.noarch 93/132 Verifying : rubygem-rdoc-4.2.0-48.fc23.noarch 94/132 Verifying : xorg-x11-fonts-ISO8859-1-100dpi-7.5-15.fc23.noarch 95/132 Verifying : gts-0.7.6-26.20111025.fc23.aarch64 96/132 Verifying : invokebinder-1.2-1.fc22.noarch 97/132 Verifying : libverto-devel-0.2.6-5.fc23.aarch64 98/132 Verifying : jcodings-1.0.9-8.fc23.noarch 99/132 Verifying : mesa-libGL-11.1.0-4.20151218.fc23.aarch64 100/132 Verifying : boost-regex-1.58.0-11.fc23.aarch64 101/132 Verifying : libwayland-server-1.9.0-1.fc23.aarch64 102/132 Verifying : jnr-constants-0.9.0-1.fc23.noarch 103/132 Verifying : libXcursor-1.1.14-4.fc23.aarch64 104/132 Verifying : libsepol-devel-2.4-1.fc23.aarch64 105/132 Verifying : glibc-common-2.22-18.fc23.aarch64 106/132 Verifying : libXxf86vm-1.1.4-2.fc23.aarch64 107/132 Verifying : ruby-irb-2.2.5-48.fc23.noarch 108/132 Verifying : gdk-pixbuf2-2.32.3-1.fc23.aarch64 109/132 Verifying : libwayland-client-1.9.0-1.fc23.aarch64 110/132 Verifying : libgomp-5.3.1-6.fc23.aarch64 111/132 Verifying : libXrandr-1.5.1-1.fc23.aarch64 112/132 Verifying : 1:openssl-libs-1.0.2j-1.fc23.aarch64 113/132 Verifying : mesa-libglapi-11.1.0-4.20151218.fc23.aarch64 114/132 Verifying : perl-Thread-Queue-3.11-1.fc23.noarch 115/132 Verifying : kernel-headers-4.7.10-100.fc23.aarch64 116/132 Verifying : nailgun-0.9.1-1.fc22.aarch64 117/132 Verifying : libmpc-1.0.2-4.fc23.aarch64 118/132 Verifying : jansi-1.11-9.fc23.noarch 119/132 Verifying : libtiff-4.0.4-1.fc23.aarch64 120/132 Verifying : joni-2.1.3-2.fc23.noarch 121/132 Verifying : libXmu-1.1.2-3.fc23.aarch64 122/132 Verifying : jnr-posix-3.0.19-1.fc23.noarch 123/132 Verifying : openjpeg2-2.1.2-1.fc23.aarch64 124/132 Verifying : jasper-libs-1.900.13-1.fc23.aarch64 125/132 Verifying : gdk-pixbuf2-modules-2.32.3-1.fc23.aarch64 126/132 Verifying : source-highlight-3.1.8-4.fc23.aarch64 127/132 Verifying : 1:openssl-libs-1.0.2h-1.fc23.aarch64 128/132 Verifying : pcre-8.39-1.fc23.aarch64 129/132 Verifying : glibc-common-2.22-17.fc23.aarch64 130/132 Verifying : glibc-2.22-17.fc23.aarch64 131/132 Verifying : krb5-libs-1.14.1-6.fc23.aarch64 132/132
Installed: autoconf.noarch 0:2.69-21.fc23 automake.noarch 0:1.15-4.fc23 doxygen.aarch64 1:1.8.11-4.fc23 graphviz.aarch64 0:2.38.0-29.fc23 libtool.aarch64 0:2.4.6-8.fc23 mscgen.aarch64 0:0.20-14.fc23 openssl-devel.aarch64 1:1.0.2j-1.fc23 rubygem-asciidoctor.noarch 0:1.5.4-1.fc23 source-highlight.aarch64 0:3.1.8-4.fc23
Dependency Installed: apache-commons-codec.noarch 0:1.10-2.fc23 atk.aarch64 0:2.18.0-1.fc23 avahi-libs.aarch64 0:0.6.32-4.fc23 base64coder.noarch 0:20101219-13.fc23 boost-regex.aarch64 0:1.58.0-11.fc23 bytelist.noarch 0:1.0.8-10.fc23 cairo.aarch64 0:1.14.2-2.fc23 cpp.aarch64 0:5.3.1-6.fc23 ctags.aarch64 0:5.8-17.fc23 cups-libs.aarch64 1:2.1.3-2.fc23 felix-framework.noarch 0:5.0.0-1.fc23 gcc.aarch64 0:5.3.1-6.fc23 gd.aarch64 0:2.1.1-10.fc23 gdk-pixbuf2.aarch64 0:2.32.3-1.fc23 gdk-pixbuf2-modules.aarch64 0:2.32.3-1.fc23 ghostscript-core.aarch64 0:9.20-2.fc23 ghostscript-fonts.noarch 0:5.50-34.fc23 glibc-devel.aarch64 0:2.22-18.fc23 glibc-headers.aarch64 0:2.22-18.fc23 graphite2.aarch64 0:1.3.6-1.fc23 gtk-update-icon-cache.aarch64 0:3.18.9-1.fc23 gtk2.aarch64 0:2.24.31-1.fc23 gts.aarch64 0:0.7.6-26.20111025.fc23 harfbuzz.aarch64 0:1.0.6-1.fc23 hawtjni-runtime.noarch 0:1.10-5.fc23 hicolor-icon-theme.noarch 0:0.15-2.fc23 invokebinder.noarch 0:1.2-1.fc22 isl.aarch64 0:0.14-4.fc23 jansi.noarch 0:1.11-9.fc23 jansi-native.aarch64 0:1.5-9.fc23 jasper-libs.aarch64 0:1.900.13-1.fc23 jbigkit-libs.aarch64 0:2.1-4.fc23 jcodings.noarch 0:1.0.9-8.fc23 jffi.aarch64 0:1.2.9-8.fc23 jffi-native.aarch64 0:1.2.9-8.fc23 jline.noarch 0:2.13-1.fc23 jnr-constants.noarch 0:0.9.0-1.fc23 jnr-enxio.noarch 0:0.9-3.fc23 jnr-ffi.noarch 0:2.0.4-1.fc23 jnr-netdb.noarch 0:1.1.4-2.fc23 jnr-posix.noarch 0:3.0.19-1.fc23 jnr-unixsocket.noarch 0:0.8-3.fc23 jnr-x86asm.noarch 0:1.0.2-8.fc23 joda-time.noarch 0:2.8.1-1.tzdata2015e.fc23 joni.noarch 0:2.1.3-2.fc23 jruby.noarch 0:1.7.20-2.fc23 jzlib.noarch 0:1.1.3-3.fc23 kernel-headers.aarch64 0:4.7.10-100.fc23 keyutils-libs-devel.aarch64 0:1.5.9-7.fc23 krb5-devel.aarch64 0:1.14.3-8.fc23 lasi.aarch64 0:1.1.2-5.fc23 lcms2.aarch64 0:2.8-2.fc23 libXaw.aarch64 0:1.0.13-2.fc23 libXcursor.aarch64 0:1.1.14-4.fc23 libXdamage.aarch64 0:1.1.4-7.fc23 libXfixes.aarch64 0:5.0.3-1.fc23 libXft.aarch64 0:2.3.2-3.fc23 libXinerama.aarch64 0:1.1.3-5.fc23 libXmu.aarch64 0:1.1.2-3.fc23 libXpm.aarch64 0:3.5.11-4.fc23 libXrandr.aarch64 0:1.5.1-1.fc23 libXt.aarch64 0:1.1.5-2.fc23 libXxf86vm.aarch64 0:1.1.4-2.fc23 libasan.aarch64 0:5.3.1-6.fc23 libatomic.aarch64 0:5.3.1-6.fc23 libcom_err-devel.aarch64 0:1.42.13-3.fc23 libcroco.aarch64 0:0.6.8-7.fc23 libdatrie.aarch64 0:0.2.8-6.fc23 libdrm.aarch64 0:2.4.66-1.fc23 libgomp.aarch64 0:5.3.1-6.fc23 libmpc.aarch64 0:1.0.2-4.fc23 librsvg2.aarch64 0:2.40.16-1.fc23 libselinux-devel.aarch64 0:2.4-4.fc23 libsepol-devel.aarch64 0:2.4-1.fc23 libthai.aarch64 0:0.1.21-2.fc23 libtiff.aarch64 0:4.0.4-1.fc23 libubsan.aarch64 0:5.3.1-6.fc23 libverto-devel.aarch64 0:0.2.6-5.fc23 libvpx.aarch64 0:1.4.0-6.fc23 libwayland-client.aarch64 0:1.9.0-1.fc23 libwayland-server.aarch64 0:1.9.0-1.fc23 libxshmfence.aarch64 0:1.2-2.fc23 libyaml.aarch64 0:0.1.6-7.fc23 m4.aarch64 0:1.4.17-8.fc23 mesa-libEGL.aarch64 0:11.1.0-4.20151218.fc23 mesa-libGL.aarch64 0:11.1.0-4.20151218.fc23 mesa-libgbm.aarch64 0:11.1.0-4.20151218.fc23 mesa-libglapi.aarch64 0:11.1.0-4.20151218.fc23 mpfr.aarch64 0:3.1.3-2.fc23 nailgun.aarch64 0:0.9.1-1.fc22 netpbm.aarch64 0:10.75.99-1.fc23 objectweb-asm.noarch 0:5.0.3-2.fc23 openjpeg2.aarch64 0:2.1.2-1.fc23 options.noarch 0:1.2-5.fc23 pango.aarch64 0:1.38.1-1.fc23 pcre-devel.aarch64 0:8.39-6.fc23 perl-Data-Dumper.aarch64 0:2.158-347.fc23 perl-Thread-Queue.noarch 0:3.11-1.fc23 pixman.aarch64 0:0.34.0-1.fc23 poppler-data.noarch 0:0.4.7-4.fc23 ruby-irb.noarch 0:2.2.5-48.fc23 ruby-libs.aarch64 0:2.2.5-48.fc23 rubygem-io-console.aarch64 0:0.4.3-48.fc23 rubygem-json.aarch64 0:1.8.3-103.fc23 rubygem-psych.aarch64 0:2.0.8-48.fc23 rubygem-rdoc.noarch 0:4.2.0-48.fc23 rubygems.noarch 0:2.4.8-100.fc23 rubypick.noarch 0:1.1.1-4.fc23 snakeyaml.noarch 0:1.13-9.fc23 urw-fonts.noarch 3:2.4-21.fc23 xorg-x11-fonts-ISO8859-1-100dpi.noarch 0:7.5-15.fc23 yecht.noarch 0:1.0-2.fc23 zlib-devel.aarch64 0:1.2.8-9.fc23
Dependency Updated: glibc.aarch64 0:2.22-18.fc23 glibc-common.aarch64 0:2.22-18.fc23 krb5-libs.aarch64 0:1.14.3-8.fc23 openssl-libs.aarch64 1:1.0.2j-1.fc23 pcre.aarch64 0:8.39-6.fc23
Complete! ++ pwd + rpmbuild --quiet --nodeps '--define=_topdir https://ci.linaro.org/jenkins/job/build-odp-rpm/label=docker-fedora23-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:25: 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 ar: `u' modifier ignored since `D' is the default (see `U') libtool: warning: remember to run 'libtool --finish /usr/lib64' ar: `u' modifier ignored since `D' is the default (see `U') libtool: warning: remember to run 'libtool --finish /usr/lib64' libtool: warning: '../../../lib/libodphelper-linux.la' has not been installed in '/usr/lib64' libtool: warning: '../../../lib/libodp-linux.la' has not been installed in '/usr/lib64' libtool: warning: '../../../lib/libodphelper-linux.la' has not been installed in '/usr/lib64' libtool: 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-fedora23-aarch64/ws/' on 'DockerSlave{name=aarch64-03-ddbf83fdc9c5, containerId=ddbf83fdc9c50c750f08d072bb0e4b301896c738364156b1a8ce9843b73d2317, template=DockerSlaveTemplate[id=0762de31-41ba-49e7-a048-b24e68bb643b,labelString=docker-fedora23-aarch64,launcher=com.github.kostyasha.yad.launcher.DockerComputerSSHLauncher@658a98b3,remoteFs=/home/buildslave,maxCapacity=1,mode=EXCLUSIVE,retentionStrategy=com.github.kostyasha.yad.strategy.DockerOnceRetentionStrategy@27f,numExecutors=1,dockerContainerLifecycle=com.github.kostyasha.yad.DockerContainerLifecycle@c3929a5[image=linaro/fedora23-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],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-fedora23-aarch64/' on the master. [YAD-PLUGIN] Injecting DOCKER_CONTAINER_ID variable. [YAD-PLUGIN] Injecting JENKINS_CLOUD_ID variable. [YAD-PLUGIN] DOCKER_HOST variable.