Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/lz4-java.spec'], shell=Falselogger=user='mockbuild'timeout=172800printOutput=FalsechrootPath='/var/lib/mock/f26-build-7731761-697660/root'gid=425uid=1000env={'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/lz4-java.spec'] with env {'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/lz4-java-1.3.0-6.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/lz4-java.spec'], shell=Falselogger=user='mockbuild'timeout=172800printOutput=FalsechrootPath='/var/lib/mock/f26-build-7731761-697660/root'gid=425uid=1000env={'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'}private_network=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/lz4-java.spec'] with env {'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.80qjgg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lz4-java-1.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/1.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd lz4-java-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '*.dylib' -print -delete ./src/resources/darwin/x86_64/liblz4-java.dylib + find -name '*.so' -print -delete ./src/resources/linux/i386/liblz4-java.so ./src/resources/linux/amd64/liblz4-java.so ./src/resources/win32/amd64/liblz4-java.so Patch #0 (lz4-java-1.3.0-build.patch): + echo 'Patch #0 (lz4-java-1.3.0-build.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file build.xml + echo 'Patch #1 (lz4-java-1.3.0-junit_Assert.patch):' Patch #1 (lz4-java-1.3.0-junit_Assert.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/test/net/jpountz/lz4/LZ4BlockStreamingTest.java patching file src/test/net/jpountz/lz4/LZ4Test.java patching file src/test/net/jpountz/xxhash/XXHash32Test.java patching file src/test/net/jpountz/xxhash/XXHash64Test.java + cp -p src/xxhash/LICENSE LICENSE.xxhash + cp -p src/lz4/LICENSE lz4_LICENSE + echo 'Export-Package: net.jpountz.*,!linux.*' + sed -i /packages.version/d lz4.bnd + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YX6wtv + umask 022 + cd /builddir/build/BUILD + cd lz4-java-1.3.0 + ant -Doffline=true -Divy.mode=local -Divysettings.xml=/etc/ivy/ivysettings.xml -Divy.revision=1.3.0 -Divy.pom.version=1.3.0 jar docs makepom Buildfile: /builddir/build/BUILD/lz4-java-1.3.0/build.xml init: [ivy:resolve] :: Apache Ivy 2.4.0-local-20170214115218 - 20170214115218 :: http://ant.apache.org/ivy/ :: [ivy:resolve] :: loading settings :: file = /etc/ivy/ivysettings.xml [ivy:resolve] :: resolving dependencies :: net.jpountz.lz4#lz4;1.3-SNAPSHOT [ivy:resolve] confs: [test] [ivy:resolve] found com.carrotsearch.randomizedtesting#junit4-ant;SYSTEM in xmvn [ivy:resolve] [SYSTEM] com.carrotsearch.randomizedtesting#junit4-ant;2.0.9 (forced) [ivy:resolve] found org.apache.ant#ant;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.apache.ant#ant;1.9.4 (forced) [ivy:resolve] found org.apache.ant#ant-launcher;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.apache.ant#ant-launcher;1.10.1 (forced) [ivy:resolve] found org.apache.ant#ant-junit;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.apache.ant#ant-junit;1.9.4 (forced) [ivy:resolve] found junit#junit;SYSTEM in xmvn [ivy:resolve] [SYSTEM] junit#junit;4.10 (forced) [ivy:resolve] found org.hamcrest#hamcrest-core;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.hamcrest#hamcrest-core;1.3 (forced) [ivy:resolve] found com.google.guava#guava;SYSTEM in xmvn [ivy:resolve] [SYSTEM] com.google.guava#guava;16.0.1 (forced) [ivy:resolve] found org.ow2.asm#asm;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.ow2.asm#asm;5.0.4 (forced) [ivy:resolve] found org.simpleframework#simple-xml;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.simpleframework#simple-xml;2.7.1 (forced) [ivy:resolve] found stax#stax-api;SYSTEM in xmvn [ivy:resolve] [SYSTEM] stax#stax-api;1.0.1 (forced) [ivy:resolve] found stax#stax;SYSTEM in xmvn [ivy:resolve] [SYSTEM] stax#stax;1.2.0 (forced) [ivy:resolve] found xpp3#xpp3;SYSTEM in xmvn [ivy:resolve] [SYSTEM] xpp3#xpp3;1.1.3.3 (forced) [ivy:resolve] found com.carrotsearch.randomizedtesting#randomizedtesting-runner;SYSTEM in xmvn [ivy:resolve] [SYSTEM] com.carrotsearch.randomizedtesting#randomizedtesting-runner;2.3.1 (forced) [ivy:resolve] found org.hamcrest#hamcrest-core;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.hamcrest#hamcrest-core;any [ivy:resolve] :: resolution report :: resolve 3545ms :: artifacts dl 14ms [ivy:resolve] :: evicted modules: [ivy:resolve] org.apache.ant#ant;1.10.1 by [org.apache.ant#ant;SYSTEM] in [test] [ivy:resolve] junit#junit;4.11 by [junit#junit;SYSTEM] in [test] [ivy:resolve] junit#junit;3.8.1 by [junit#junit;SYSTEM] in [test] --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | test | 16 | 13 | 0 | 3 || 13 | 13 | --------------------------------------------------------------------- [ivy:retrieve] :: retrieving :: net.jpountz.lz4#lz4 [ivy:retrieve] confs: [test] [ivy:retrieve] 13 artifacts copied, 0 already retrieved (6042kB/89ms) generate-sources: [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaSafeFastDecompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaSafeSafeDecompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaUnsafeFastDecompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaUnsafeSafeDecompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaSafeCompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaUnsafeCompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4HCJavaSafeCompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4HCJavaUnsafeCompressor.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash32JavaSafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash32JavaUnsafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash64JavaSafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash64JavaUnsafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash32JavaSafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash32JavaUnsafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash64JavaSafe.java [java] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash64JavaUnsafe.java compile-java: [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/classes [javac] Compiling 35 source files to /builddir/build/BUILD/lz4-java-1.3.0/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/unsafe-classes [javac] Compiling 2 source files to /builddir/build/BUILD/lz4-java-1.3.0/build/unsafe-classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] /builddir/build/BUILD/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:22: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /builddir/build/BUILD/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:27: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe UNSAFE; [javac] ^ [javac] /builddir/build/BUILD/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Field theUnsafe = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /builddir/build/BUILD/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:39: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] UNSAFE = (Unsafe) theUnsafe.get(null); [javac] ^ [javac] 5 warnings [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/generated-classes [javac] Compiling 16 source files to /builddir/build/BUILD/lz4-java-1.3.0/build/generated-classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [javac] 1 warning install-cpptasks: [ivy:cachepath] :: resolving dependencies :: ant-contrib#cpptasks-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found ant-contrib#cpptasks;SYSTEM in xmvn [ivy:cachepath] [SYSTEM] ant-contrib#cpptasks;1.0b5 (forced) [ivy:cachepath] found org.apache.ant#ant;SYSTEM in xmvn [ivy:cachepath] [SYSTEM] org.apache.ant#ant;1.6.5 (forced) [ivy:cachepath] found org.apache.ant#ant-launcher;SYSTEM in xmvn [ivy:cachepath] [SYSTEM] org.apache.ant#ant-launcher;1.10.1 (forced) [ivy:cachepath] found xerces#xercesImpl;SYSTEM in xmvn [ivy:cachepath] [SYSTEM] xerces#xercesImpl;2.8.1 (forced) [ivy:cachepath] found xml-apis#xml-apis;SYSTEM in xmvn [ivy:cachepath] [SYSTEM] xml-apis#xml-apis;1.4.01 (forced) [ivy:cachepath] :: resolution report :: resolve 167ms :: artifacts dl 23ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 5 | 5 | 0 | 0 || 5 | 5 | --------------------------------------------------------------------- generate-headers: [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/jni-headers compile-jni: [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/objects [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/jni/linux/arm [cpptasks:cc] 5 total files to be compiled. [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH32_1init': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:97:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [cpptasks:cc] return (jlong) state; [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH32_1update': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:115:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [cpptasks:cc] XXH32_update((void*) state, in + off, len); [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH32_1digest': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:129:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [cpptasks:cc] return XXH32_digest((XXH32_state_t*) state); [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH32_1free': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:141:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [cpptasks:cc] XXH32_freeState((XXH32_state_t*) state); [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH64_1init': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:207:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] [cpptasks:cc] return (jlong) state; [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH64_1update': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:225:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [cpptasks:cc] XXH64_update((XXH64_state_t*) state, in + off, len); [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH64_1digest': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:239:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [cpptasks:cc] return XXH64_digest((XXH64_state_t*) state); [cpptasks:cc] ^ [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c: In function 'Java_net_jpountz_xxhash_XXHashJNI_XXH64_1free': [cpptasks:cc] /builddir/build/BUILD/lz4-java-1.3.0/src/jni/net_jpountz_xxhash_XXHashJNI.c:251:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [cpptasks:cc] XXH64_freeState((XXH64_state_t*) state); [cpptasks:cc] ^ [cpptasks:cc] Starting link compile: jar: [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/dist [jar] Building jar: /builddir/build/BUILD/lz4-java-1.3.0/dist/lz4.jar init: [ivy:resolve] :: resolving dependencies :: net.jpountz.lz4#lz4;1.3-SNAPSHOT [ivy:resolve] confs: [test] [ivy:resolve] found com.carrotsearch.randomizedtesting#junit4-ant;SYSTEM in xmvn [ivy:resolve] [SYSTEM] com.carrotsearch.randomizedtesting#junit4-ant;2.0.9 (forced) [ivy:resolve] found org.apache.ant#ant;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.apache.ant#ant;1.9.4 (forced) [ivy:resolve] found org.apache.ant#ant-launcher;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.apache.ant#ant-launcher;1.10.1 (forced) [ivy:resolve] found org.apache.ant#ant-junit;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.apache.ant#ant-junit;1.9.4 (forced) [ivy:resolve] found junit#junit;SYSTEM in xmvn [ivy:resolve] [SYSTEM] junit#junit;4.10 (forced) [ivy:resolve] found org.hamcrest#hamcrest-core;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.hamcrest#hamcrest-core;1.3 (forced) [ivy:resolve] found com.google.guava#guava;SYSTEM in xmvn [ivy:resolve] [SYSTEM] com.google.guava#guava;16.0.1 (forced) [ivy:resolve] found org.ow2.asm#asm;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.ow2.asm#asm;5.0.4 (forced) [ivy:resolve] found org.simpleframework#simple-xml;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.simpleframework#simple-xml;2.7.1 (forced) [ivy:resolve] found stax#stax-api;SYSTEM in xmvn [ivy:resolve] [SYSTEM] stax#stax-api;1.0.1 (forced) [ivy:resolve] found stax#stax;SYSTEM in xmvn [ivy:resolve] [SYSTEM] stax#stax;1.2.0 (forced) [ivy:resolve] found xpp3#xpp3;SYSTEM in xmvn [ivy:resolve] [SYSTEM] xpp3#xpp3;1.1.3.3 (forced) [ivy:resolve] found com.carrotsearch.randomizedtesting#randomizedtesting-runner;SYSTEM in xmvn [ivy:resolve] [SYSTEM] com.carrotsearch.randomizedtesting#randomizedtesting-runner;2.3.1 (forced) [ivy:resolve] found org.hamcrest#hamcrest-core;SYSTEM in xmvn [ivy:resolve] [SYSTEM] org.hamcrest#hamcrest-core;any [ivy:resolve] :: resolution report :: resolve 449ms :: artifacts dl 12ms [ivy:resolve] :: evicted modules: [ivy:resolve] org.apache.ant#ant;1.10.1 by [org.apache.ant#ant;SYSTEM] in [test] [ivy:resolve] junit#junit;4.11 by [junit#junit;SYSTEM] in [test] [ivy:resolve] junit#junit;3.8.1 by [junit#junit;SYSTEM] in [test] --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | test | 16 | 13 | 0 | 3 || 13 | 13 | --------------------------------------------------------------------- [ivy:retrieve] :: retrieving :: net.jpountz.lz4#lz4 [ivy:retrieve] confs: [test] [ivy:retrieve] 0 artifacts copied, 13 already retrieved (0kB/19ms) docs: [mkdir] Created dir: /builddir/build/BUILD/lz4-java-1.3.0/build/docs [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source files for package net.jpountz.lz4... [javadoc] Loading source files for package net.jpountz.xxhash... [javadoc] Constructing Javadoc information... [javadoc] javadoc: warning - Error fetching URL: http://download.oracle.com/javase/6/docs/api/ [javadoc] Standard Doclet version 1.8.0_112 [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... [javadoc] Generating /builddir/build/BUILD/lz4-java-1.3.0/build/docs/help-doc.html... [javadoc] 1 warning [jar] Building jar: /builddir/build/BUILD/lz4-java-1.3.0/dist/lz4-1.3.0-javadoc.jar makepom: BUILD SUCCESSFUL Total time: 31 seconds + bnd wrap -p lz4.bnd -o dist/lz4-1.3.0.jar --version 1.3.0 dist/lz4.jar + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ONmgcT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm ++ dirname /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm + cd lz4-java-1.3.0 + /usr/bin/python3 /usr/share/java-utils/mvn_file.py net.jpountz.lz4:lz4 lz4 + /usr/bin/python3 /usr/share/java-utils/mvn_artifact.py dist/lz4-1.3.0.pom dist/lz4-1.3.0.jar + xmvn-install -R .xmvn-reactor -n lz4-java -d /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm [INFO] Installing artifact net.jpountz.lz4:lz4:pom:1.3.0 [INFO] Installing artifact net.jpountz.lz4:lz4:jar:1.3.0 [INFO] Installation successful + jdir=build/docs + '[' -d build/docs ']' + install -dm755 /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/javadoc/lz4-java + cp -pr build/docs/allclasses-frame.html build/docs/allclasses-noframe.html build/docs/constant-values.html build/docs/deprecated-list.html build/docs/help-doc.html build/docs/index-all.html build/docs/index.html build/docs/net build/docs/overview-frame.html build/docs/overview-summary.html build/docs/overview-tree.html build/docs/package-list build/docs/script.js build/docs/serialized-form.html build/docs/stylesheet.css /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/javadoc/lz4-java + echo /usr/share/javadoc/lz4-java + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: lz4-java-1.3.0-6.fc26.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DUczo4 + umask 022 + cd /builddir/build/BUILD + cd lz4-java-1.3.0 + DOCDIR=/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/doc/lz4-java + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/doc/lz4-java + cp -pr CHANGES.md /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/doc/lz4-java + cp -pr README.md /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/doc/lz4-java + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.k5i8th + umask 022 + cd /builddir/build/BUILD + cd lz4-java-1.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java + cp -pr LICENSE.txt /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java + cp -pr LICENSE.xxhash /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java + cp -pr lz4_LICENSE /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java + exit 0 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/lib/java/lz4.jar'] [INFO osgi.prov] osgi(lz4-java) = 1.3.0 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/lib/java/lz4.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/maven-metadata/lz4-java.xml'] [INFO maven.prov] mvn(net.jpountz.lz4:lz4:pom:) = 1.3.0, mvn(net.jpountz.lz4:lz4) = 1.3.0 [INFO maven.req] input: ['/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/maven-metadata/lz4-java.xml'] [INFO maven.req] javapackages-tools, java-headless Provides: bundled(libxxhash) = r37 bundled(lz4) = r122 lz4-java = 1.3.0-6.fc26 lz4-java(armv7hl-32) = 1.3.0-6.fc26 mvn(net.jpountz.lz4:lz4) = 1.3.0 mvn(net.jpountz.lz4:lz4:pom:) = 1.3.0 osgi(lz4-java) = 1.3.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless javapackages-tools Processing files: lz4-java-javadoc-1.3.0-6.fc26.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.LQ1LL1 + umask 022 + cd /builddir/build/BUILD + cd lz4-java-1.3.0 + LICENSEDIR=/builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java-javadoc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java-javadoc + cp -pr LICENSE.txt /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm/usr/share/licenses/lz4-java-javadoc + exit 0 Provides: lz4-java-javadoc = 1.3.0-6.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-tools Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm Wrote: /builddir/build/RPMS/lz4-java-1.3.0-6.fc26.armv7hl.rpm Wrote: /builddir/build/RPMS/lz4-java-javadoc-1.3.0-6.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BOfXBp + umask 022 + cd /builddir/build/BUILD + cd lz4-java-1.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/lz4-java-1.3.0-6.fc26.arm + exit 0 Child return code was: 0