HHH-13360 java.sql.Date from AttibuteConverter is expecting timestamp in database #28
Hibernate Jenkins CI / Jenkins
failed
Aug 28, 2024 in 32s
Test: error in 'sh' step
Test / Shell Script
Error in sh
step, with arguments mvn -B verify
.
script returned exit code 1
Build log
+ mvn -B verify
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Hibernate ORM 5 Test Case Template [jar]
[INFO] Hibernate ORM 6 Test Case Template [jar]
[INFO] Hibernate Envers 5 Test Case Template [jar]
[INFO] Hibernate Envers 6 Test Case Template [jar]
[INFO] Hibernate Search 5 with Elasticsearch 2 Test Case Template [jar]
[INFO] Hibernate Search 5 with Elasticsearch 5 Test Case Template [jar]
[INFO] Hibernate Search 5 with Lucene Test Case Template [jar]
[INFO] Hibernate Search 6 with Hibernate ORM and Elasticsearch Test Case Template [jar]
[INFO] Hibernate Search 6 with Hibernate ORM and Lucene Test Case Template [jar]
[INFO] Hibernate Search 7 with Hibernate ORM and Elasticsearch Test Case Template [jar]
[INFO] Hibernate Search 7 with Hibernate ORM and Lucene Test Case Template [jar]
[INFO] Hibernate Validator 6 Test Case Template [jar]
[INFO] Hibernate Validator 8 Test Case Template [jar]
[INFO] Hibernate Test Case Templates - Aggregator POM [pom]
[INFO]
[INFO] --< org.hibernate.testcasetemplate:test-case-template-hibernate-orm-5 >--
[INFO] Building Hibernate ORM 5 Test Case Template 1.0.0.Final [1/14]
[INFO] from orm/hibernate-orm-5/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test-case-template-hibernate-orm-5 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /mnt/workdir/jenkins/workspace/ernate-test-case-templates_PR-28/orm/hibernate-orm-5/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ test-case-template-hibernate-orm-5 ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test-case-template-hibernate-orm-5 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.13.0:testCompile (default-testCompile) @ test-case-template-hibernate-orm-5 ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- hibernate-enhance-maven-plugin:5.6.15.Final:enhance (default) @ test-case-template-hibernate-orm-5 ---
[WARNING] Skipping Hibernate bytecode enhancement plugin execution since no feature is enabled
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test-case-template-hibernate-orm-5 ---
[INFO] Surefire report directory: /mnt/workdir/jenkins/workspace/ernate-test-case-templates_PR-28/orm/hibernate-orm-5/target/surefire-reports
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (2.4 kB at 11 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 213 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 kB at 1.7 MB/s)
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.hibernate.bugs.AttributeConverterWithSQLDateUnitTestCase
2024-08-28 08:17:09 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: templatePU]
2024-08-28 08:17:09 INFO Version:44 - HHH000412: Hibernate ORM core version 5.6.15.Final
2024-08-28 08:17:09 INFO Environment:184 - HHH000205: Loaded properties from resource hibernate.properties: {hibernate.format_sql=true, hibernate.dialect=org.hibernate.dialect.H2Dialect, hibernate.connection.username=sa, hibernate.connection.url=jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1, hibernate.max_fetch_depth=5, hibernate.show_sql=false, hibernate.jdbc.batch_versioned_data=true, javax.persistence.validation.mode=NONE, hibernate.connection.driver_class=org.h2.Driver, hibernate.connection.password=****, hibernate.bytecode.use_reflection_optimizer=false, hibernate.cache.region_prefix=hibernate.test, hibernate.connection.pool_size=5, hibernate.cache.region.factory_class=org.hibernate.testing.cache.CachingRegionFactory, hibernate.service.allow_crawling=false, hibernate.session.events.log=true}
2024-08-28 08:17:09 WARN CachingRegionFactory:48 - org.hibernate.testing.cache.CachingRegionFactory should be only used for testing.
2024-08-28 08:17:09 INFO Version:56 - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2024-08-28 08:17:09 WARN pooling:75 - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2024-08-28 08:17:09 INFO pooling:119 - HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
2024-08-28 08:17:09 INFO pooling:128 - HHH10001001: Connection properties: {password=****, user=sa}
2024-08-28 08:17:09 INFO pooling:132 - HHH10001003: Autocommit mode: false
2024-08-28 08:17:09 INFO DriverManagerConnectionProviderImpl:322 - HHH000115: Hibernate connection pool size: 5 (min=1)
2024-08-28 08:17:09 INFO Dialect:175 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
Hibernate:
drop table if exists Entity CASCADE
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@c8f97a7] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
Hibernate:
create table Entity (
id bigint not null,
localDate timestamp,
sqlDate date,
primary key (id)
)
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@729c8063] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2024-08-28 08:17:10 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform]
2024-08-28 08:17:10 INFO SchemaDropperImpl$DelayedDropActionImpl:538 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
Hibernate:
drop table if exists Entity CASCADE
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@707865bd] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2024-08-28 08:17:10 INFO pooling:550 - HHH10001008: Cleaning up connection pool [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
2024-08-28 08:17:10 ERROR DriverManagerConnectionProviderImpl:426 - Connection leak detected: there are 1 unclosed connections upon shutting down pool jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1
2024-08-28 08:17:10 ERROR pooling:259 - Connection leak detected: there are 1 unclosed connections!
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.758 sec <<< FAILURE!
hhh13360Test(org.hibernate.bugs.AttributeConverterWithSQLDateUnitTestCase) Time elapsed: 1.717 sec <<< FAILURE!
org.junit.ComparisonFailure: localDate is not DATE expected:<[DATE]> but was:<[TIMESTAMP]>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.hibernate.bugs.AttributeConverterWithSQLDateUnitTestCase.hhh13360Test(AttributeConverterWithSQLDateUnitTestCase.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Running org.hibernate.bugs.JPAUnitTestCase
2024-08-28 08:17:10 INFO LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [name: templatePU]
2024-08-28 08:17:10 WARN CachingRegionFactory:48 - org.hibernate.testing.cache.CachingRegionFactory should be only used for testing.
2024-08-28 08:17:10 WARN pooling:75 - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2024-08-28 08:17:10 INFO pooling:119 - HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
2024-08-28 08:17:10 INFO pooling:128 - HHH10001001: Connection properties: {password=****, user=sa}
2024-08-28 08:17:10 INFO pooling:132 - HHH10001003: Autocommit mode: false
2024-08-28 08:17:10 INFO DriverManagerConnectionProviderImpl:322 - HHH000115: Hibernate connection pool size: 5 (min=1)
2024-08-28 08:17:10 INFO Dialect:175 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
Hibernate:
drop table if exists Entity CASCADE
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@23444a36] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
Hibernate:
create table Entity (
id bigint not null,
localDate timestamp,
sqlDate date,
primary key (id)
)
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@31a136a6] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2024-08-28 08:17:10 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform]
2024-08-28 08:17:10 INFO StatisticalLoggingSessionEventListener:258 - Session Metrics {
25828 nanoseconds spent acquiring 1 JDBC connections;
134145 nanoseconds spent releasing 1 JDBC connections;
0 nanoseconds spent preparing 0 JDBC statements;
0 nanoseconds spent executing 0 JDBC statements;
0 nanoseconds spent executing 0 JDBC batches;
0 nanoseconds spent performing 0 L2C puts;
0 nanoseconds spent performing 0 L2C hits;
0 nanoseconds spent performing 0 L2C misses;
0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
}
2024-08-28 08:17:10 INFO SchemaDropperImpl$DelayedDropActionImpl:538 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
Hibernate:
drop table if exists Entity CASCADE
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f081b5d] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2024-08-28 08:17:10 INFO pooling:550 - HHH10001008: Cleaning up connection pool [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running org.hibernate.bugs.ORMStandaloneTestCase
2024-08-28 08:17:10 WARN CachingRegionFactory:48 - org.hibernate.testing.cache.CachingRegionFactory should be only used for testing.
2024-08-28 08:17:10 WARN pooling:75 - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2024-08-28 08:17:10 INFO pooling:119 - HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
2024-08-28 08:17:10 INFO pooling:128 - HHH10001001: Connection properties: {password=****, user=sa}
2024-08-28 08:17:10 INFO pooling:132 - HHH10001003: Autocommit mode: false
2024-08-28 08:17:10 INFO DriverManagerConnectionProviderImpl:322 - HHH000115: Hibernate connection pool size: 5 (min=1)
2024-08-28 08:17:10 INFO Dialect:175 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2024-08-28 08:17:10 INFO access:48 - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@437c4b25] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
2024-08-28 08:17:10 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.hibernate.bugs.ORMUnitTestCase
2024-08-28 08:17:10 INFO Dialect:175 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2024-08-28 08:17:10 INFO CustomRunner:116 - BeforeClass: org.hibernate.bugs.ORMUnitTestCase
2024-08-28 08:17:10 INFO Dialect:175 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2024-08-28 08:17:10 WARN TestClassMetadata:173 - Open SessionFactory instances found prior to start of test class [org.hibernate.bugs.ORMUnitTestCase]
2024-08-28 08:17:10 WARN CachingRegionFactory:48 - org.hibernate.testing.cache.CachingRegionFactory should be only used for testing.
2024-08-28 08:17:10 WARN pooling:75 - HHH10001002: Using Hibernate built-in connection pool (not for production use!)
2024-08-28 08:17:10 INFO pooling:119 - HHH10001005: using driver [org.h2.Driver] at URL [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
2024-08-28 08:17:10 INFO pooling:128 - HHH10001001: Connection properties: {password=****, user=sa}
2024-08-28 08:17:10 INFO pooling:132 - HHH10001003: Autocommit mode: false
2024-08-28 08:17:10 INFO DriverManagerConnectionProviderImpl:322 - HHH000115: Hibernate connection pool size: 5 (min=1)
2024-08-28 08:17:10 INFO Dialect:175 - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2024-08-28 08:17:10 INFO JtaPlatformInitiator:52 - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform]
2024-08-28 08:17:10 INFO CustomRunner:123 - Test: hhh123Test
2024-08-28 08:17:10 INFO StatisticalLoggingSessionEventListener:258 - Session Metrics {
21172 nanoseconds spent acquiring 1 JDBC connections;
51673 nanoseconds spent releasing 1 JDBC connections;
0 nanoseconds spent preparing 0 JDBC statements;
0 nanoseconds spent executing 0 JDBC statements;
0 nanoseconds spent executing 0 JDBC batches;
0 nanoseconds spent performing 0 L2C puts;
0 nanoseconds spent performing 0 L2C hits;
0 nanoseconds spent performing 0 L2C misses;
0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
}
2024-08-28 08:17:10 INFO SchemaDropperImpl$DelayedDropActionImpl:538 - HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2024-08-28 08:17:10 WARN TestClassMetadata:218 - Open SessionFactory instances found after completion of test class [org.hibernate.bugs.ORMUnitTestCase]; closing them
2024-08-28 08:17:10 INFO pooling:550 - HHH10001008: Cleaning up connection pool [jdbc:h2:mem:db1;DB_CLOSE_DELAY=-1]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Results :
Failed tests: hhh13360Test(org.hibernate.bugs.AttributeConverterWithSQLDateUnitTestCase): localDate is not DATE expected:<[DATE]> but was:<[TIMESTAMP]>
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hibernate ORM 5 Test Case Template 1.0.0.Final ..... FAILURE [ 3.685 s]
[INFO] Hibernate ORM 6 Test Case Template 1.0.0.Final ..... SKIPPED
[INFO] Hibernate Envers 5 Test Case Template 1.0.0.Final .. SKIPPED
[INFO] Hibernate Envers 6 Test Case Template 1.0.0.Final .. SKIPPED
[INFO] Hibernate Search 5 with Elasticsearch 2 Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Search 5 with Elasticsearch 5 Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Search 5 with Lucene Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Search 6 with Hibernate ORM and Elasticsearch Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Search 6 with Hibernate ORM and Lucene Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Search 7 with Hibernate ORM and Elasticsearch Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Search 7 with Hibernate ORM and Lucene Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Validator 6 Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Validator 8 Test Case Template 1.0.0.Final SKIPPED
[INFO] Hibernate Test Case Templates - Aggregator POM 1.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.819 s
[INFO] Finished at: 2024-08-28T08:17:10Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project test-case-template-hibernate-orm-5: There are test failures.
[ERROR]
[ERROR] Please refer to /mnt/workdir/jenkins/workspace/ernate-test-case-templates_PR-28/orm/hibernate-orm-5/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Details
- Declarative: Checkout SCM (5.5 sec)
- Declarative: Tool Install (3.3 sec)
- Build (16 sec)
- Test (6.1 sec)
Error: script returned exit code 1
- Declarative: Tool Install (3.3 sec)
Loading