Mock Version: 1.2.12 Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/springframework-data-redis.spec'], chrootPath='/var/lib/mock/f22-build-4055227-523743/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/springframework-data-redis.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: arm02-builder06.arm.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/springframework-data-redis-1.3.5-2.fc22.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/springframework-data-redis.spec '], chrootPath='/var/lib/mock/f22-build-4055227-523743/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/springframework-data-redis.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gTvT7j + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf spring-data-redis-1.3.5.RELEASE + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.3.5.RELEASE.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd spring-data-redis-1.3.5.RELEASE + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -name '*.class' -print -delete + find . -name '*.jar' -print -delete ./gradle/wrapper/gradle-wrapper.jar + cp -p /builddir/build/SOURCES/spring-data-redis-1.3.5.RELEASE.pom pom.xml + echo 'Patch #0 (springframework-data-redis-1.3.5-jedis27.patch):' Patch #0 (springframework-data-redis-1.3.5-jedis27.patch): + /usr/bin/cat /builddir/build/SOURCES/springframework-data-redis-1.3.5-jedis27.patch + /usr/bin/patch -p1 --fuzz=0 patching file src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java + cp -p docs/src/info/changelog.txt docs/src/info/license.txt docs/src/info/notice.txt docs/src/info/readme.txt . + find ./ -name '*.java' -exec sed -i s/org.springframework.cglib/net.sf.cglib/g '{}' + + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep net.sf.cglib:cglib + rm src/main/java/org/springframework/data/redis/connection/util/Base64.java + find ./ -name '*.java' -exec sed -i s/org.springframework.data.redis.connection.util.Base64/java.util.Base64/g '{}' + + sed -i 's/Base64.encodeToString(bytes, false)/java.util.Base64.getEncoder().encodeToString(bytes)/g' src/main/java/org/springframework/data/redis/connection/util/DecodeUtils.java + sed -i 's/Base64.decode(string)/java.util.Base64.getDecoder().decode(string)/g' src/main/java/org/springframework/data/redis/connection/util/DecodeUtils.java + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep com.thoughtworks.xstream:xstream::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep javax.annotation:jsr250-api::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep javax.transaction:jta::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep junit:junit::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.mockito:mockito-core::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.springframework:spring-test::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_dep org.springframework:spring-jdbc::test + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project 'bundle' + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.felix:maven-bundle-plugin:2.3.7 . ' true org.springframework.data.redis Spring Data Redis Support Pivotal Software, Inc. ${project.version} bundle-manifest process-classes manifest ' + rm -r src/test/java/org/springframework/data/redis/config/NamespaceTest.java src/test/java/org/springframework/data/redis/PropertyEditorsTest.java + rm -r src/test/java/org/springframework/data/redis/listener/adapter/MessageListenerTest.java + rm -r src/test/java/org/springframework/data/redis/mapping/BeanUtilsHashMapperTest.java src/test/java/org/springframework/data/redis/core/SessionTest.java + rm -r src/test/java/org/springframework/data/redis/listener/adapter/ContainerXmlSetupTest.java + rm -r src/test/java/org/springframework/data/redis/cache/AbstractNativeCacheTest.java src/test/java/org/springframework/data/redis/mapping/AbstractHashMapperTest.java src/test/java/org/springframework/data/redis/mapping/JacksonHashMapperTest.java src/test/java/org/springframework/data/redis/cache/RedisCacheTest.java + /usr/bin/python3 /usr/share/java-utils/mvn_file.py : spring-data-redis + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7Wziw8 + umask 022 + cd /builddir/build/BUILD + cd spring-data-redis-1.3.5.RELEASE + /usr/bin/python3 /usr/share/java-utils/mvn_build.py -- -Dproject.build.sourceEncoding=UTF-8 Executing: xmvn --batch-mode --offline -Dproject.build.sourceEncoding=UTF-8 verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', '-Dproject.build.sourceEncoding=UTF-8', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] [INFO] Scanning for projects... [WARNING] Ignoring metadata for artifact org.eclipse.jetty.orbit:javax.servlet:jar:SYSTEM as it has duplicate metadata [WARNING] Ignoring metadata for artifact org.eclipse.jetty.orbit:javax.servlet:pom:SYSTEM as it has duplicate metadata [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Spring Data Redis 1.3.5.RELEASE [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.sun:tools:jar:any is missing, no dependency information available [WARNING] The POM for jakarta-regexp:jakarta-regexp:jar:1.4 is missing, no dependency information available [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ spring-data-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ spring-data-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 198 source files to /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/classes [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java: /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java uses or overrides a deprecated API. [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java: Recompile with -Xlint:deprecation for details. [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/cache/DefaultRedisCachePrefix.java: Some input files use unchecked or unsafe operations. [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/cache/DefaultRedisCachePrefix.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ spring-data-redis --- [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ spring-data-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ spring-data-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 112 source files to /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/test-classes [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/test/java/org/springframework/data/redis/support/collections/RedisMapTests.java: Some input files use or override a deprecated API. [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/test/java/org/springframework/data/redis/support/collections/RedisMapTests.java: Recompile with -Xlint:deprecation for details. [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/test/java/org/springframework/data/redis/serializer/SimpleRedisSerializerTests.java: Some input files use unchecked or unsafe operations. [INFO] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/test/java/org/springframework/data/redis/serializer/SimpleRedisSerializerTests.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ spring-data-redis --- [INFO] Surefire report directory: /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running TestSuite Configuring TestNG with: TestNG652Configurator Configuring TestNG with: TestNG652Configurator Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.716 sec - in TestSuite Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ spring-data-redis --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Spring Data Redis 1.3.5.RELEASE [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:2.2.1:install (default-cli) @ spring-data-redis --- [INFO] [INFO] >>> maven-javadoc-plugin:2.10.1:aggregate (default-cli) > generate-sources @ spring-data-redis >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.10.1:aggregate (default-cli) < generate-sources @ spring-data-redis <<< [INFO] [INFO] --- maven-javadoc-plugin:2.10.1:aggregate (default-cli) @ spring-data-redis --- [INFO] Loading source files for package org.springframework.data.redis.cache... Loading source files for package org.springframework.data.redis.listener.adapter... Loading source files for package org.springframework.data.redis.listener... Loading source files for package org.springframework.data.redis... Loading source files for package org.springframework.data.redis.config... Loading source files for package org.springframework.data.redis.connection... Loading source files for package org.springframework.data.redis.connection.srp... Loading source files for package org.springframework.data.redis.connection.jedis... Loading source files for package org.springframework.data.redis.connection.convert... Loading source files for package org.springframework.data.redis.connection.jredis... Loading source files for package org.springframework.data.redis.connection.lettuce... Loading source files for package org.springframework.data.redis.connection.util... Loading source files for package org.springframework.data.redis.hash... Loading source files for package org.springframework.data.redis.core... Loading source files for package org.springframework.data.redis.core.types... Loading source files for package org.springframework.data.redis.core.query... Loading source files for package org.springframework.data.redis.core.script... Loading source files for package org.springframework.data.redis.support.atomic... Loading source files for package org.springframework.data.redis.support... Loading source files for package org.springframework.data.redis.support.collections... Loading source files for package org.springframework.data.redis.serializer... Constructing Javadoc information... Standard Doclet version 1.8.0_60 Building tree for all the packages and classes... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/DefaultRedisCachePrefix.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/RedisCacheManager.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/RedisCachePrefix.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/MessageListenerAdapter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/RedisListenerExecutionFailedException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/ChannelTopic.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/PatternTopic.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/RedisMessageListenerContainer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/Topic.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/ExceptionTranslationStrategy.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/FallbackExceptionTranslationStrategy.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/PassThroughExceptionTranslationStrategy.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/RedisConnectionFailureException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/RedisSystemException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/Version.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/VersionParser.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/ConnectionUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/DataType.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/DefaultMessage.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/DefaultSortParameters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/DefaultStringRedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/DefaultStringTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/DefaultTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/FutureResult.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/Message.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/MessageListener.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/Pool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/PoolConfig.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/PoolException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisConnectionCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisHashCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisInvalidSubscriptionException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisKeyCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisListCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisListCommands.Position.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisPipelineException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisPubSubCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisScriptingCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisServerCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisServerCommands.ShutdownOption.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisSetCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisStringCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisStringCommands.BitOperation.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisSubscribedConnectionException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisTxCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisZSetCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisZSetCommands.Aggregate.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/RedisZSetCommands.Tuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/ReturnType.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/SortParameters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/SortParameters.Order.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/SortParameters.Range.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/StringRedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/StringRedisConnection.StringTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/Subscription.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/SrpConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/SrpConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/SrpConverters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/SrpScriptReturnConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisConverters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisExceptionConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisScriptReturnConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/JedisVersionUtil.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/Converters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/ListConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/LongToBooleanConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/MapConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/SetConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/StringToDataTypeConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/StringToPropertiesConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/StringToRedisClientInfoConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/TransactionResultConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/JredisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/JredisConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/JredisPool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/JredisUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/AuthenticatingRedisClient.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/DefaultLettucePool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/LettuceConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/LettuceConverters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/LettuceExceptionConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/LettucePool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/AbstractSubscription.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/ByteArrayWrapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/DecodeUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/BeanUtilsHashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/DecoratingStringHashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/HashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/JacksonHashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BoundHashOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BoundKeyOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BoundListOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BoundSetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BoundValueOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BoundZSetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/BulkMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/DefaultTypedTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/HashOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/ListOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/RedisAccessor.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/RedisCallback.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/RedisCommand.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/RedisConnectionUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/RedisOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/RedisTemplate.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/SessionCallback.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/SetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/StringRedisTemplate.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/TimeoutUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/ValueOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/ZSetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/ZSetOperations.TypedTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/RedisClientInfo.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/RedisClientInfo.INFO.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/RedisClientInfo.RedisClientInfoBuilder.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/QueryUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/SortCriterion.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/SortQuery.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/SortQueryBuilder.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/DefaultRedisScript.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/DefaultScriptExecutor.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/DigestUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/RedisScript.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/ScriptExecutor.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/ScriptingException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/RedisAtomicDouble.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/RedisAtomicInteger.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/RedisAtomicLong.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/AbstractRedisCollection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/DefaultRedisList.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/DefaultRedisMap.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/DefaultRedisSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/DefaultRedisZSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisCollection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisCollectionFactoryBean.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisCollectionFactoryBean.CollectionType.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisList.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisMap.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisProperties.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisStore.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/RedisZSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/GenericToStringSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/Jackson2JsonRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/JacksonJsonRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/JdkSerializationRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/OxmSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/RedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/SerializationException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/SerializationUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/StringRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/overview-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/config/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/config/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/config/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/package-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/package-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/package-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/serialized-form.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/class-use/RedisCacheManager.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/class-use/RedisCachePrefix.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/class-use/DefaultRedisCachePrefix.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/class-use/MessageListenerAdapter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/class-use/RedisListenerExecutionFailedException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/class-use/PatternTopic.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/class-use/Topic.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/class-use/ChannelTopic.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/class-use/RedisMessageListenerContainer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/VersionParser.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/RedisSystemException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/PassThroughExceptionTranslationStrategy.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/ExceptionTranslationStrategy.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/FallbackExceptionTranslationStrategy.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/RedisConnectionFailureException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/class-use/Version.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/FutureResult.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/MessageListener.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/Pool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/DefaultMessage.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/DefaultSortParameters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisHashCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/Subscription.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisStringCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisStringCommands.BitOperation.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisSubscribedConnectionException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisScriptingCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/PoolConfig.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/Message.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisPubSubCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/SortParameters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/SortParameters.Order.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/SortParameters.Range.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisServerCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisServerCommands.ShutdownOption.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisSetCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisTxCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/DefaultTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisPipelineException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisZSetCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisZSetCommands.Aggregate.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisZSetCommands.Tuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/StringRedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/StringRedisConnection.StringTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisConnectionCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisInvalidSubscriptionException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/DefaultStringTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/PoolException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/DataType.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/ReturnType.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/DefaultStringRedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisKeyCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/ConnectionUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisListCommands.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/class-use/RedisListCommands.Position.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/class-use/SrpConverters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/class-use/SrpConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/class-use/SrpScriptReturnConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/class-use/SrpConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisScriptReturnConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisVersionUtil.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisConverters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/class-use/JedisExceptionConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/Converters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/TransactionResultConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/MapConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/StringToPropertiesConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/StringToDataTypeConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/LongToBooleanConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/ListConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/SetConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/class-use/StringToRedisClientInfoConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/class-use/JredisUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/class-use/JredisPool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/class-use/JredisConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/class-use/JredisConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/DefaultLettucePool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/LettuceExceptionConverter.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/AuthenticatingRedisClient.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/LettuceConnection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/LettucePool.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/LettuceConverters.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/class-use/LettuceConnectionFactory.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/class-use/AbstractSubscription.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/class-use/ByteArrayWrapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/class-use/DecodeUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/class-use/BeanUtilsHashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/class-use/DecoratingStringHashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/class-use/JacksonHashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/class-use/HashMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/ValueOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/ListOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/ZSetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/ZSetOperations.TypedTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BoundSetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BoundZSetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BoundValueOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/SetOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/SessionCallback.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/RedisConnectionUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/HashOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/StringRedisTemplate.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BulkMapper.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/DefaultTypedTuple.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/RedisTemplate.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BoundHashOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/RedisOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/RedisCallback.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/RedisCommand.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BoundListOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/BoundKeyOperations.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/TimeoutUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/class-use/RedisAccessor.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/class-use/RedisClientInfo.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/class-use/RedisClientInfo.INFO.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/class-use/RedisClientInfo.RedisClientInfoBuilder.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/class-use/SortCriterion.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/class-use/SortQuery.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/class-use/SortQueryBuilder.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/class-use/QueryUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/class-use/DigestUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/class-use/ScriptingException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/class-use/DefaultRedisScript.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/class-use/RedisScript.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/class-use/ScriptExecutor.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/class-use/DefaultScriptExecutor.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/class-use/RedisAtomicLong.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/class-use/RedisAtomicInteger.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/class-use/RedisAtomicDouble.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/DefaultRedisSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisZSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/DefaultRedisList.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisStore.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisProperties.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/AbstractRedisCollection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisCollection.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisCollectionFactoryBean.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisCollectionFactoryBean.CollectionType.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisList.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisMap.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/DefaultRedisMap.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/RedisSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/class-use/DefaultRedisZSet.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/SerializationUtils.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/Jackson2JsonRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/RedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/JdkSerializationRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/JacksonJsonRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/GenericToStringSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/OxmSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/StringRedisSerializer.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/class-use/SerializationException.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/cache/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/config/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/convert/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jedis/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/jredis/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/lettuce/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/srp/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/connection/util/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/query/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/script/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/core/types/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/hash/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/listener/adapter/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/serializer/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/atomic/package-use.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/org/springframework/data/redis/support/collections/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/index.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/overview-summary.html... Generating /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/target/site/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/listener/adapter/MessageListenerAdapter.java:97: warning - Tag @see: reference not found: org.springframework.jms.listener.adapter.MessageListenerAdapter [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/ExceptionTranslationStrategy.java:35: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/FallbackExceptionTranslationStrategy.java:47: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/VersionParser.java:37: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java:107: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/psetex" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java:107: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/psetex" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java:107: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/psetex" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java:107: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/psetex" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/StringRedisConnection.java:107: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/psetex" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:36: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/exists" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:36: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/exists" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:36: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/exists" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:36: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/exists" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:36: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/exists" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:36: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:45: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/del" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:45: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/del" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:45: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/del" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:45: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/del" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:45: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/del" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:54: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/type" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:54: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/type" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:54: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/type" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:54: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/type" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:54: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/type" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:54: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:63: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/keys" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:63: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/keys" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:63: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/keys" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:63: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/keys" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:63: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/keys" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:63: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:71: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/randomkey" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:71: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/randomkey" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:71: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/randomkey" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:71: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/randomkey" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:71: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/randomkey" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:71: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:80: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/rename" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:80: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/rename" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:80: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/rename" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:80: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/rename" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:80: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/rename" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:90: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/renamenx" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:90: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/renamenx" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:90: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/renamenx" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:90: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/renamenx" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:90: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/renamenx" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:90: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:100: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/expire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:100: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:100: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:100: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:100: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:100: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:110: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/pexpire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:110: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:110: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:110: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:110: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpire" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:110: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:120: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/expireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:120: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:120: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:120: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:120: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/expireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:120: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:130: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/pexpireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:130: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:130: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:130: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:130: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pexpireat" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:130: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:139: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/persist" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:139: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/persist" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:139: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/persist" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:139: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/persist" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:139: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/persist" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:139: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:149: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/move" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:149: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/move" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:149: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/move" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:149: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/move" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:149: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/move" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:149: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:158: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/ttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:158: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/ttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:158: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/ttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:158: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/ttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:158: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/ttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:158: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:167: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/pttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:167: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:167: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:167: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:167: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/pttl" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:167: warning - @return tag has no arguments. [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:177: warning - Tag @see:illegal character: "58" in "http://redis.io/commands/sort" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:177: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/sort" [WARNING] /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE/src/main/java/org/springframework/data/redis/connection/RedisKeyCommands.java:177: warning - Tag @see:illegal character: "47" in "http://redis.io/commands/sort" [INFO] [INFO] --- xmvn-mojo:2.2.1:builddep (default-cli) @ spring-data-redis --- [WARNING] Ignoring metadata for artifact org.eclipse.jetty.orbit:javax.servlet:jar:SYSTEM as it has duplicate metadata [WARNING] Ignoring metadata for artifact org.eclipse.jetty.orbit:javax.servlet:pom:SYSTEM as it has duplicate metadata [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:52 min [INFO] Finished at: 2015-09-18T20:36:49+00:00 [INFO] Final Memory: 34M/115M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA8WWTW8bIRCG7/kVW9/BadTeHEdpTz70FFXqdRZmd1mzgGBwN/++rNdpXVUl0WI5 R2ZeeDRfwOZhHHR1QB+UNferj/x2VaERVirT3q++P7HHp6+73ephe7P5wFj1JSotK4kOjUwyhaFq 0aAHQlnVz9WPbwdTMZbU55rtTVX9MTxPy2RovY1uJ7fWtzw4n4CNhwF/Wr/frF+csxQ8qQYEJcOs ZL2sxWZ9Zp8Q678ZF0YSBipDDlbsFdkM6qRgwnpczuqjUZShnPyLj4cDjJw8mJB2p77JoQhKQWCM JXiNE/zd51sGTi3HCTtw6mxsO5o6IvAxkEcYMtjfiqVMg8RDw0WrVZ3hnPwlkTUQCH2adt6D2Adr +Nxk/0/pLGMSCGplZFnvpysFO4jhhf4G8ADOoWcQ9JUnvWz6JmTvUaqQi/EoOJKYV+9U2fI4F6TW EI7EQnTO+oJL6Jg/LrRCQ9lEz4V4jyCLqjpYE1iNYCIpnQvwH+0FygoORIf8dPQb4M5afVfWxa2i LtYp2VFr8MBfm6C59FeurB2Ha/86xkKgbj71OczkL383NQy1hOOzmYFpJIrimndrUWCLCgbWXWT4 GtRqzH0V4YCG1dFIjczp2CqT556tpj/5L8E3PW76CwAA -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.th88Tq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch ++ dirname /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch + cd spring-data-redis-1.3.5.RELEASE + xmvn-install -R .xmvn-reactor -n springframework-data-redis -d /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch [INFO] Installing artifact org.springframework.data:spring-data-redis:jar:1.3.5.RELEASE [INFO] Installing artifact org.springframework.data:spring-data-redis:pom:1.3.5.RELEASE [WARNING] Ignoring metadata for artifact org.eclipse.jetty.orbit:javax.servlet:jar:SYSTEM as it has duplicate metadata [WARNING] Ignoring metadata for artifact org.eclipse.jetty.orbit:javax.servlet:pom:SYSTEM as it has duplicate metadata [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + jdir=.xmvn/apidocs + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/javadoc/springframework-data-redis + cp -pr .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/org .xmvn/apidocs/overview-frame.html .xmvn/apidocs/overview-summary.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-list .xmvn/apidocs/script.js .xmvn/apidocs/serialized-form.html .xmvn/apidocs/stylesheet.css /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/javadoc/springframework-data-redis + echo /usr/share/javadoc/springframework-data-redis + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/spring-data-redis-1.3.5.RELEASE /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /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 + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: springframework-data-redis-1.3.5-2.fc22.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wb93L5 + umask 022 + cd /builddir/build/BUILD + cd spring-data-redis-1.3.5.RELEASE + DOCDIR=/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/doc/springframework-data-redis + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/doc/springframework-data-redis + cp -pr README.md /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/doc/springframework-data-redis + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dGYS1N + umask 022 + cd /builddir/build/BUILD + cd spring-data-redis-1.3.5.RELEASE + LICENSEDIR=/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis + cp -pr license.txt /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis + cp -pr notice.txt /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis + exit 0 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/java/spring-data-redis.jar'] [INFO osgi.prov] osgi(org.springframework.data.redis) = 1.3.5 [INFO osgi.req] input: ['/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/java/spring-data-redis.jar'] [INFO maven.prov] input: ['/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/maven-metadata/springframework-data-redis.xml'] [INFO maven.prov] mvn(org.springframework.data:spring-data-redis) = 1.3.5.RELEASE, mvn(org.springframework.data:spring-data-redis:pom:) = 1.3.5.RELEASE [INFO maven.req] input: ['/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/maven-metadata/springframework-data-redis.xml'] [INFO maven.req] java-headless, mvn(org.springframework:spring-context-support), mvn(org.codehaus.jackson:jackson-mapper-asl), mvn(org.jredis:jredis-core-ri), mvn(org.springframework:spring-oxm), mvn(org.jredis:jredis-core-api), mvn(com.fasterxml.jackson.core:jackson-databind), mvn(com.lambdaworks:lettuce), mvn(org.springframework:spring-aop), mvn(com.github.spullara.redis:client), mvn(redis.clients:jedis), mvn(org.springframework:spring-tx), mvn(org.springframework:spring-core), mvn(org.slf4j:slf4j-api), mvn(com.fasterxml.jackson.core:jackson-core), mvn(commons-beanutils:commons-beanutils-core), jpackage-utils, mvn(org.springframework:spring-context), mvn(net.sf.cglib:cglib), mvn(org.apache.commons:commons-pool2) Provides: mvn(org.springframework.data:spring-data-redis) = 1.3.5.RELEASE mvn(org.springframework.data:spring-data-redis:pom:) = 1.3.5.RELEASE osgi(org.springframework.data.redis) = 1.3.5 springframework-data-redis = 1.3.5-2.fc22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless jpackage-utils mvn(com.fasterxml.jackson.core:jackson-core) mvn(com.fasterxml.jackson.core:jackson-databind) mvn(com.github.spullara.redis:client) mvn(com.lambdaworks:lettuce) mvn(commons-beanutils:commons-beanutils-core) mvn(net.sf.cglib:cglib) mvn(org.apache.commons:commons-pool2) mvn(org.codehaus.jackson:jackson-mapper-asl) mvn(org.jredis:jredis-core-api) mvn(org.jredis:jredis-core-ri) mvn(org.slf4j:slf4j-api) mvn(org.springframework:spring-aop) mvn(org.springframework:spring-context) mvn(org.springframework:spring-context-support) mvn(org.springframework:spring-core) mvn(org.springframework:spring-oxm) mvn(org.springframework:spring-tx) mvn(redis.clients:jedis) Processing files: springframework-data-redis-javadoc-1.3.5-2.fc22.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.88MAN0 + umask 022 + cd /builddir/build/BUILD + cd spring-data-redis-1.3.5.RELEASE + LICENSEDIR=/builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis-javadoc + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis-javadoc + cp -pr license.txt /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis-javadoc + cp -pr notice.txt /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch/usr/share/licenses/springframework-data-redis-javadoc + exit 0 Provides: springframework-data-redis-javadoc = 1.3.5-2.fc22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch Wrote: /builddir/build/RPMS/springframework-data-redis-1.3.5-2.fc22.noarch.rpm Wrote: /builddir/build/RPMS/springframework-data-redis-javadoc-1.3.5-2.fc22.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7B9mxv + umask 022 + cd /builddir/build/BUILD + cd spring-data-redis-1.3.5.RELEASE + /usr/bin/rm -rf /builddir/build/BUILDROOT/springframework-data-redis-1.3.5-2.fc22.noarch + exit 0 Child return code was: 0 LEAVE do -->