Build plan for MS Windows
Build: #54 failed Changes by Spring Buildmaster
Build result summary
Details
- Completed
- Duration
- 1 minute
- Labels
- None
- Agent
- bamboo-2k16-02
- Revision
-
02eb98025b2570fbd2af292a6463a1eb45d1171d
02eb98025b2570fbd2af292a6463a1eb45d1171d - Failing since
- #39 (Changes by Ankur Trapasiya <ankur.trapasiya@gmail.com> – )
Responsible
This build has been failing since #39
No one has taken responsibility
Code commits
Author | Commit | Commit date | |
---|---|---|---|
![]() |
Spring Buildmaster |
02eb98025b2570fbd2af292a6463a1eb45d1171d
|
|
![]() |
Spring Buildmaster |
795a8f055c6d7f07777d0b228d2aa74ffc240bb8
|
Error summary for Default Job
The job generated some errors, drill down into the full build log for more details.
Could not find test result reports in the C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1 directory.
T extends Object declared in method <T>extractDatabaseMetaData(DataSource,String)
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-infrastructure\src\main\java\org\springframework\batch\item\kafka\KafkaItemReader.java:151: warning: [unchecked] unchecked cast
Map<TopicPartition, Long> offsets = (Map<TopicPartition, Long>) executionContext.get(TOPIC_PARTITION_OFFSETS);
^
required: Map<TopicPartition,Long>
found: Object
12 warnings
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\configuration\support\AbstractApplicationContextFactory.java:34: warning: [deprecation] PropertyPlaceholderConfigurer in org.springframework.beans.factory.config has been deprecated
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\configuration\support\ClasspathXmlApplicationContextsFactoryBean.java:27: warning: [deprecation] PropertyPlaceholderConfigurer in org.springframework.beans.factory.config has been deprecated
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\step\builder\SimpleStepBuilder.java:232: warning: [overloads] processor(ItemProcessor<? super I,? extends O>) in SimpleStepBuilder is potentially ambiguous with processor(Function<? super I,? extends O>) in SimpleStepBuilder
public SimpleStepBuilder<I, O> processor(ItemProcessor<? super I, ? extends O> processor) {
^
where I,O are type-variables:
I extends Object declared in class SimpleStepBuilder
O extends Object declared in class SimpleStepBuilder
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\configuration\support\AbstractApplicationContextFactory.java:75: warning: [deprecation] PropertyPlaceholderConfigurer in org.springframework.beans.factory.config has been deprecated
beanFactoryPostProcessorClasses.add(PropertyPlaceholderConfigurer.class);
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\support\AbstractJobRepositoryFactoryBean.java:168: warning: [deprecation] TransactionInterceptor(PlatformTransactionManager,Properties) in TransactionInterceptor has been deprecated
TransactionInterceptor advice = new TransactionInterceptor(transactionManager,
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\jsr\configuration\support\SpringAutowiredAnnotationBeanPostProcessor.java:264: warning: [deprecation] postProcessPropertyValues(PropertyValues,PropertyDescriptor[],Object,String) in InstantiationAwareBeanPostProcessorAdapter has been deprecated
public PropertyValues postProcessPropertyValues(
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\jsr\configuration\support\SpringAutowiredAnnotationBeanPostProcessor.java:543: warning: [deprecation] resolveParameterType(MethodParameter,Class<?>) in GenericTypeResolver has been deprecated
GenericTypeResolver.resolveParameterType(methodParam, bean.getClass());
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:200: warning: [rawtypes] found raw type: TypeResolverBuilder
private static TypeResolverBuilder<? extends TypeResolverBuilder> createTrustedDefaultTyping() {
^
missing type arguments for generic class TypeResolverBuilder<T>
where T is a type-variable:
T extends TypeResolverBuilder<T> declared in interface TypeResolverBuilder
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:201: warning: [rawtypes] found raw type: TypeResolverBuilder
TypeResolverBuilder<? extends TypeResolverBuilder> result = new TrustedTypeResolverBuilder(ObjectMapper.DefaultTyping.NON_FINAL);
^
missing type arguments for generic class TypeResolverBuilder<T>
where T is a type-variable:
T extends TypeResolverBuilder<T> declared in interface TypeResolverBuilder
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:213: warning: [serial] serializable class TrustedTypeResolverBuilder has no definition of serialVersionUID
static class TrustedTypeResolverBuilder extends ObjectMapper.DefaultTypeResolverBuilder {
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [rawtypes] found raw type: HashSet
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
missing type arguments for generic class HashSet<E>
where E is a type-variable:
E extends Object declared in class HashSet
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked call to HashSet(Collection<? extends E>) as a member of the raw type HashSet
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
where E is a type-variable:
E extends Object declared in class HashSet
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked method invocation: method unmodifiableSet in class Collections is applied to given types
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
required: Set<? extends T>
found: HashSet
where T is a type-variable:
T extends Object declared in method <T>unmodifiableSet(Set<? extends T>)
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked conversion
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
required: Set<? extends T>
found: HashSet
where T is a type-variable:
T extends Object declared in method <T>unmodifiableSet(Set<? extends T>)
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked conversion
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
required: Set<String>
found: Set
15 warnings
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-integration\src\main\java\org\springframework\batch\integration\config\annotation\BatchIntegrationConfiguration.java:20: warning: [deprecation] RemoteChunkingMasterStepBuilderFactory in org.springframework.batch.integration.chunk has been deprecated
import org.springframework.batch.integration.chunk.RemoteChunkingMasterStepBuilderFactory;
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-integration\src\main\java\org\springframework\batch\integration\config\annotation\BatchIntegrationConfiguration.java:23: warning: [deprecation] RemotePartitioningMasterStepBuilderFactory in org.springframework.batch.integration.partition has been deprecated
import org.springframework.batch.integration.partition.RemotePartitioningMasterStepBuilderFactory;
^
2 warnings
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\metrics\BatchMetrics.java:73: warning - Tag @link: reference not found: Timer.Sample
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\metrics\BatchMetrics.java:73: warning - Tag @link: reference not found: Timer.Sample
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\metrics\BatchMetrics.java:73: warning - Tag @link: reference not found: Timer.Sample
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':makePDF'.
> Error running Asciidoctor
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 53s
T extends Object declared in method <T>extractDatabaseMetaData(DataSource,String)
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-infrastructure\src\main\java\org\springframework\batch\item\kafka\KafkaItemReader.java:151: warning: [unchecked] unchecked cast
Map<TopicPartition, Long> offsets = (Map<TopicPartition, Long>) executionContext.get(TOPIC_PARTITION_OFFSETS);
^
required: Map<TopicPartition,Long>
found: Object
12 warnings
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\configuration\support\AbstractApplicationContextFactory.java:34: warning: [deprecation] PropertyPlaceholderConfigurer in org.springframework.beans.factory.config has been deprecated
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\configuration\support\ClasspathXmlApplicationContextsFactoryBean.java:27: warning: [deprecation] PropertyPlaceholderConfigurer in org.springframework.beans.factory.config has been deprecated
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\step\builder\SimpleStepBuilder.java:232: warning: [overloads] processor(ItemProcessor<? super I,? extends O>) in SimpleStepBuilder is potentially ambiguous with processor(Function<? super I,? extends O>) in SimpleStepBuilder
public SimpleStepBuilder<I, O> processor(ItemProcessor<? super I, ? extends O> processor) {
^
where I,O are type-variables:
I extends Object declared in class SimpleStepBuilder
O extends Object declared in class SimpleStepBuilder
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\configuration\support\AbstractApplicationContextFactory.java:75: warning: [deprecation] PropertyPlaceholderConfigurer in org.springframework.beans.factory.config has been deprecated
beanFactoryPostProcessorClasses.add(PropertyPlaceholderConfigurer.class);
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\support\AbstractJobRepositoryFactoryBean.java:168: warning: [deprecation] TransactionInterceptor(PlatformTransactionManager,Properties) in TransactionInterceptor has been deprecated
TransactionInterceptor advice = new TransactionInterceptor(transactionManager,
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\jsr\configuration\support\SpringAutowiredAnnotationBeanPostProcessor.java:264: warning: [deprecation] postProcessPropertyValues(PropertyValues,PropertyDescriptor[],Object,String) in InstantiationAwareBeanPostProcessorAdapter has been deprecated
public PropertyValues postProcessPropertyValues(
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\jsr\configuration\support\SpringAutowiredAnnotationBeanPostProcessor.java:543: warning: [deprecation] resolveParameterType(MethodParameter,Class<?>) in GenericTypeResolver has been deprecated
GenericTypeResolver.resolveParameterType(methodParam, bean.getClass());
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:200: warning: [rawtypes] found raw type: TypeResolverBuilder
private static TypeResolverBuilder<? extends TypeResolverBuilder> createTrustedDefaultTyping() {
^
missing type arguments for generic class TypeResolverBuilder<T>
where T is a type-variable:
T extends TypeResolverBuilder<T> declared in interface TypeResolverBuilder
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:201: warning: [rawtypes] found raw type: TypeResolverBuilder
TypeResolverBuilder<? extends TypeResolverBuilder> result = new TrustedTypeResolverBuilder(ObjectMapper.DefaultTyping.NON_FINAL);
^
missing type arguments for generic class TypeResolverBuilder<T>
where T is a type-variable:
T extends TypeResolverBuilder<T> declared in interface TypeResolverBuilder
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:213: warning: [serial] serializable class TrustedTypeResolverBuilder has no definition of serialVersionUID
static class TrustedTypeResolverBuilder extends ObjectMapper.DefaultTypeResolverBuilder {
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [rawtypes] found raw type: HashSet
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
missing type arguments for generic class HashSet<E>
where E is a type-variable:
E extends Object declared in class HashSet
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked call to HashSet(Collection<? extends E>) as a member of the raw type HashSet
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
where E is a type-variable:
E extends Object declared in class HashSet
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked method invocation: method unmodifiableSet in class Collections is applied to given types
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
required: Set<? extends T>
found: HashSet
where T is a type-variable:
T extends Object declared in method <T>unmodifiableSet(Set<? extends T>)
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked conversion
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
required: Set<? extends T>
found: HashSet
where T is a type-variable:
T extends Object declared in method <T>unmodifiableSet(Set<? extends T>)
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\repository\dao\Jackson2ExecutionContextStringSerializer.java:241: warning: [unchecked] unchecked conversion
private static final Set<String> TRUSTED_CLASS_NAMES = Collections.unmodifiableSet(new HashSet(Arrays.asList(
^
required: Set<String>
found: Set
15 warnings
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-integration\src\main\java\org\springframework\batch\integration\config\annotation\BatchIntegrationConfiguration.java:20: warning: [deprecation] RemoteChunkingMasterStepBuilderFactory in org.springframework.batch.integration.chunk has been deprecated
import org.springframework.batch.integration.chunk.RemoteChunkingMasterStepBuilderFactory;
^
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-integration\src\main\java\org\springframework\batch\integration\config\annotation\BatchIntegrationConfiguration.java:23: warning: [deprecation] RemotePartitioningMasterStepBuilderFactory in org.springframework.batch.integration.partition has been deprecated
import org.springframework.batch.integration.partition.RemotePartitioningMasterStepBuilderFactory;
^
2 warnings
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\metrics\BatchMetrics.java:73: warning - Tag @link: reference not found: Timer.Sample
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\metrics\BatchMetrics.java:73: warning - Tag @link: reference not found: Timer.Sample
C:\opt\bamboo-home\xml-data\build-dir\BATCH-BATCHWIN9-JOB1\spring-batch-core\src\main\java\org\springframework\batch\core\metrics\BatchMetrics.java:73: warning - Tag @link: reference not found: Timer.Sample
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':makePDF'.
> Error running Asciidoctor
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 53s