Gradle build plan for 4.3.x branch
Build: #10 failed Changes by Mahmoud Ben Hassine <mbenhassine@vmware.com> and Jagger <634750802@qq.com>
Build result summary
Details
- Completed
- Duration
- 25 minutes
- Labels
- None
- Agent
- bamboo-13.af.pivotal.io
- Revision
-
7838aeafad3d2442679dcfb378f47f6f32965305
7838aeafad3d2442679dcfb378f47f6f32965305 - Total tests
- 3580
- Fixed in
- #11 (Changes by Mahmoud Ben Hassine <mbenhassine@vmware.com>)
Tests
- 0 New failures
- 0 Existing failures
- 0 Fixed
- 8 Quarantined / skipped
Responsible
No one has taken responsibility for this failure
Code commits
Author | Commit | Commit date | |
---|---|---|---|
![]() |
Mahmoud Ben Hassine <mbenhassine@vmware.com> |
7838aeafad3d2442679dcfb378f47f6f32965305
|
|
![]() |
Jagger <634750802@qq.com> |
09c03ad367863411da1df35842f469781be9087c
|
Error summary for Default Job
The job generated some errors, drill down into the full build log for more details.
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/avro/builder/AvroItemWriterBuilderTests.java:117: warning: [rawtypes] found raw type: AvroItemWriterBuilder
new AvroItemWriterBuilder()
^
missing type arguments for generic class AvroItemWriterBuilder<T>
where T is a type-variable:
T extends Object declared in class AvroItemWriterBuilder
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilderTests.java:59: warning: [deprecation] initMocks(Object) in MockitoAnnotations has been deprecated
MockitoAnnotations.initMocks(this);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/xml/StaxEventItemReaderTests.java:637: warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
Assert.assertThat(e.getMessage(), Matchers.containsString("Undeclared general entity \"entityex\""));
^
where T is a type-variable:
T extends Object declared in method <T>assertThat(T,Matcher<? super T>)
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/amqp/builder/AmqpItemReaderBuilderTests.java:43: warning: [deprecation] initMocks(Object) in MockitoAnnotations has been deprecated
MockitoAnnotations.initMocks(this);
^
90 warnings
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/item/json/JsonItemReaderFunctionalTests.java:43: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/item/xml/Jaxb2NamespaceMarshallingTests.java:102: warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
assertThat(
^
where T is a type-variable:
T extends Object declared in method <T>assertThat(T,Matcher<? super T>)
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/item/xml/AbstractStaxEventWriterItemWriterTests.java:100: warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
assertThat(
^
where T is a type-variable:
T extends Object declared in method <T>assertThat(T,Matcher<? super T>)
3 warnings
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:23: warning: [deprecation] MapExecutionContextDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapExecutionContextDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:24: warning: [deprecation] MapJobExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapJobExecutionDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:25: warning: [deprecation] MapJobInstanceDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapJobInstanceDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:26: warning: [deprecation] MapStepExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapStepExecutionDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkingManagerStepBuilderTest.java:79: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkingWorkerBuilderTest.java:35: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:69: warning: [deprecation] MapJobInstanceDao in org.springframework.batch.core.repository.dao has been deprecated
jobRepository = new SimpleJobRepository(new MapJobInstanceDao(), new MapJobExecutionDao(),
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:69: warning: [deprecation] MapJobExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
jobRepository = new SimpleJobRepository(new MapJobInstanceDao(), new MapJobExecutionDao(),
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:70: warning: [deprecation] MapStepExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
new MapStepExecutionDao(), new MapExecutionContextDao());
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:70: warning: [deprecation] MapExecutionContextDao in org.springframework.batch.core.repository.dao has been deprecated
new MapStepExecutionDao(), new MapExecutionContextDao());
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:50: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:62: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").inputChannel(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:75: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").outputChannel(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:88: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").messagingTemplate(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:101: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").jobExplorer(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:114: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").pollInterval(-1);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:123: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
RemotePartitioningMasterStepBuilder builder = new RemotePartitioningMasterStepBuilder("step")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:123: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
RemotePartitioningMasterStepBuilder builder = new RemotePartitioningMasterStepBuilder("step")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:149: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").partitionHandler(partitionHandler);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:167: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
Step step = new RemotePartitioningMasterStepBuilder("masterStep")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:210: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
Step step = new RemotePartitioningMasterStepBuilder("masterStep")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningWorkerStepBuilderTests.java:33: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
22 warnings
Force Stop build feature is enabled for current plan. Either Bamboo has detected the build has hung or it has been manually stopped.
new AvroItemWriterBuilder()
^
missing type arguments for generic class AvroItemWriterBuilder<T>
where T is a type-variable:
T extends Object declared in class AvroItemWriterBuilder
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/xml/builder/StaxEventItemReaderBuilderTests.java:59: warning: [deprecation] initMocks(Object) in MockitoAnnotations has been deprecated
MockitoAnnotations.initMocks(this);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/xml/StaxEventItemReaderTests.java:637: warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
Assert.assertThat(e.getMessage(), Matchers.containsString("Undeclared general entity \"entityex\""));
^
where T is a type-variable:
T extends Object declared in method <T>assertThat(T,Matcher<? super T>)
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/amqp/builder/AmqpItemReaderBuilderTests.java:43: warning: [deprecation] initMocks(Object) in MockitoAnnotations has been deprecated
MockitoAnnotations.initMocks(this);
^
90 warnings
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/item/json/JsonItemReaderFunctionalTests.java:43: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/item/xml/Jaxb2NamespaceMarshallingTests.java:102: warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
assertThat(
^
where T is a type-variable:
T extends Object declared in method <T>assertThat(T,Matcher<? super T>)
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-infrastructure-tests/src/test/java/org/springframework/batch/item/xml/AbstractStaxEventWriterItemWriterTests.java:100: warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
assertThat(
^
where T is a type-variable:
T extends Object declared in method <T>assertThat(T,Matcher<? super T>)
3 warnings
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:23: warning: [deprecation] MapExecutionContextDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapExecutionContextDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:24: warning: [deprecation] MapJobExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapJobExecutionDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:25: warning: [deprecation] MapJobInstanceDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapJobInstanceDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:26: warning: [deprecation] MapStepExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
import org.springframework.batch.core.repository.dao.MapStepExecutionDao;
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkingManagerStepBuilderTest.java:79: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/RemoteChunkingWorkerBuilderTest.java:35: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:69: warning: [deprecation] MapJobInstanceDao in org.springframework.batch.core.repository.dao has been deprecated
jobRepository = new SimpleJobRepository(new MapJobInstanceDao(), new MapJobExecutionDao(),
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:69: warning: [deprecation] MapJobExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
jobRepository = new SimpleJobRepository(new MapJobInstanceDao(), new MapJobExecutionDao(),
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:70: warning: [deprecation] MapStepExecutionDao in org.springframework.batch.core.repository.dao has been deprecated
new MapStepExecutionDao(), new MapExecutionContextDao());
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/chunk/ChunkMessageItemWriterIntegrationTests.java:70: warning: [deprecation] MapExecutionContextDao in org.springframework.batch.core.repository.dao has been deprecated
new MapStepExecutionDao(), new MapExecutionContextDao());
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:50: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:62: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").inputChannel(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:75: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").outputChannel(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:88: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").messagingTemplate(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:101: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").jobExplorer(null);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:114: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").pollInterval(-1);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:123: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
RemotePartitioningMasterStepBuilder builder = new RemotePartitioningMasterStepBuilder("step")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:123: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
RemotePartitioningMasterStepBuilder builder = new RemotePartitioningMasterStepBuilder("step")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:149: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
new RemotePartitioningMasterStepBuilder("step").partitionHandler(partitionHandler);
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:167: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
Step step = new RemotePartitioningMasterStepBuilder("masterStep")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningMasterStepBuilderTests.java:210: warning: [deprecation] RemotePartitioningMasterStepBuilder in org.springframework.batch.integration.partition has been deprecated
Step step = new RemotePartitioningMasterStepBuilder("masterStep")
^
/opt/bamboo-home/xml-data/build-dir/BATCH-G43X-JOB1/spring-batch-integration/src/test/java/org/springframework/batch/integration/partition/RemotePartitioningWorkerStepBuilderTests.java:33: warning: [deprecation] none() in ExpectedException has been deprecated
public ExpectedException expectedException = ExpectedException.none();
^
22 warnings
Force Stop build feature is enabled for current plan. Either Bamboo has detected the build has hung or it has been manually stopped.
Comments on Default Job
Anonymous user
Detected hung build state. Attempting to generate stack trace and terminate spawned sub-processes.