Skip to content

Bump actions/checkout from 3.1.0 to 4.1.7 #82

Bump actions/checkout from 3.1.0 to 4.1.7

Bump actions/checkout from 3.1.0 to 4.1.7 #82

GitHub Actions / Unit Test Results failed Jul 5, 2024 in 0s

3 errors, 15 fail, 10 pass in 35s

28 tests   10 ✔️  35s ⏱️
  1 suites    0 💤
  1 files    15   3 🔥

Results for commit b9f01a5.

Annotations

Check warning on line 0 in org.osgi.test.cases.jpa.junit.CapabilitiesTestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testContractCapability (org.osgi.test.cases.jpa.junit.CapabilitiesTestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: No contract capability found
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.TestCase.assertTrue(TestCase.java:192)
 at org.osgi.test.cases.jpa.junit.CapabilitiesTestCase.testContractCapability(CapabilitiesTestCase.java:154)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.CapabilitiesTestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testRequireDifferentContractCapability (org.osgi.test.cases.jpa.junit.CapabilitiesTestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Service for org.osgi.service.jpa.EntityManagerFactoryBuilder was registered despite not being expected
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNull(Assert.java:277)
 at junit.framework.TestCase.assertNull(TestCase.java:418)
 at org.osgi.test.cases.jpa.junit.CapabilitiesTestCase.waitForService(CapabilitiesTestCase.java:221)
 at org.osgi.test.cases.jpa.junit.CapabilitiesTestCase.testRequireDifferentContractCapability(CapabilitiesTestCase.java:193)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testUseStandardDataSourceConfig (org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for org.osgi.service.jdbc.DataSourceFactorynull
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:385)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testUseStandardDataSourceConfig(JPAService_1_1_TestCase.java:64)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check failure on line 0 in org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testUpdateEMFProperties (org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase) with error

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
java.lang.LinkageError: loader constraint violation: when resolving interface method 'javax.persistence.EntityManagerFactory javax.persistence.spi.PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map)' the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @5f9be66c of the current class, org/ops4j/pax/jpa/impl/EntityManagerFactoryBuilderImpl, and the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @51fadaff for the method's defining class, javax/persistence/spi/PersistenceProvider, have different Class objects for the type javax/persistence/EntityManagerFactory used in the signature (org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @5f9be66c, parent loader 'platform'; javax.persistence.spi.PersistenceProvider is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @51fadaff, parent loader 'platform')
 at org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl.createEntityManagerFactory(EntityManagerFactoryBuilderImpl.java:90)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testUpdateEMFProperties(JPAService_1_1_TestCase.java:122)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check failure on line 0 in org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testClosingEntityManagerFactoryService (org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase) with error

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
java.lang.LinkageError: loader constraint violation: when resolving interface method 'javax.persistence.EntityManagerFactory javax.persistence.spi.PersistenceProvider.createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo, java.util.Map)' the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @5f9be66c of the current class, org/ops4j/pax/jpa/impl/EntityManagerFactoryBuilderImpl, and the class loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @51fadaff for the method's defining class, javax/persistence/spi/PersistenceProvider, have different Class objects for the type javax/persistence/EntityManagerFactory used in the signature (org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @5f9be66c, parent loader 'platform'; javax.persistence.spi.PersistenceProvider is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @51fadaff, parent loader 'platform')
 at org.ops4j.pax.jpa.impl.EntityManagerFactoryBuilderImpl.createEntityManagerFactory(EntityManagerFactoryBuilderImpl.java:90)
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testClosingEntityManagerFactoryService(JPAService_1_1_TestCase.java:178)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check failure on line 0 in org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testReportsCorrectPersistenceProviderDetails (org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase) with error

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
java.lang.NullPointerException
 at org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase.testReportsCorrectPersistenceProviderDetails(JPAService_1_1_TestCase.java:247)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testPersistenceBundleStopping (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPATestCase.waitForService(JPATestCase.java:325)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testPersistenceBundleStopping(JPATestCase.java:273)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testPersistenceClass (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPATestCase.waitForService(JPATestCase.java:325)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testPersistenceClass(JPATestCase.java:49)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testEntityManagerFactoryRebindingWithBuilder (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPATestCase.waitForService(JPATestCase.java:325)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testEntityManagerFactoryRebindingWithBuilder(JPATestCase.java:181)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testPersistenceClassWithMap (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for org.osgi.service.jdbc.DataSourceFactorynull
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:385)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testPersistenceClassWithMap(JPATestCase.java:68)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testPersistenceProviderRegistration (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for javax.persistence.spi.PersistenceProvidernull
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:385)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testPersistenceProviderRegistration(JPATestCase.java:305)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testEntityManagerFactoryBuilder (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for org.osgi.service.jdbc.DataSourceFactorynull
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:385)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testEntityManagerFactoryBuilder(JPATestCase.java:125)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testConfigPropertiesWithEntityManagerFactoryBuilder (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for org.osgi.service.jdbc.DataSourceFactorynull
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:385)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testConfigPropertiesWithEntityManagerFactoryBuilder(JPATestCase.java:221)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testEntityManagerFactoryBuilderRebinding (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for org.osgi.service.jdbc.DataSourceFactorynull
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:385)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testEntityManagerFactoryBuilderRebinding(JPATestCase.java:154)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testDataSourceFactoryUnregistration (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPATestCase.waitForService(JPATestCase.java:325)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testDataSourceFactoryUnregistration(JPATestCase.java:245)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.JPATestCase

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testEntityManagerFactory (org.osgi.test.cases.jpa.junit.JPATestCase) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Service for javax.persistence.EntityManagerFactory was not registered after waiting 5000 milliseconds
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.Assert.assertTrue(Assert.java:22)
 at junit.framework.Assert.assertNotNull(Assert.java:256)
 at junit.framework.TestCase.assertNotNull(TestCase.java:399)
 at org.osgi.test.cases.jpa.junit.JPATestCase.waitForService(JPATestCase.java:325)
 at org.osgi.test.cases.jpa.junit.JPATestCase.testEntityManagerFactory(JPATestCase.java:87)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.PersistenceUnitTests

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testNestedJarPersistenceLocation (org.osgi.test.cases.jpa.junit.PersistenceUnitTests) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: Can't get service reference for org.osgi.service.jpa.EntityManagerFactoryBuilder(osgi.unit.name=testUnit5)
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.support.compatibility.DefaultTestBundleControl.getService(DefaultTestBundleControl.java:402)
 at org.osgi.test.cases.jpa.junit.PersistenceUnitTests.testNestedJarPersistenceLocation(PersistenceUnitTests.java:109)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check warning on line 0 in org.osgi.test.cases.jpa.junit.PersistenceUnitTests

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

testPesistenceUnitServiceProperties (org.osgi.test.cases.jpa.junit.PersistenceUnitTests) failed

artifacts/tck-results/pax-jpa-tck/target/test-reports/tck/TEST-org.osgi.test.cases.jpa-8.0.0.xml
Raw output
junit.framework.AssertionFailedError: The osgi.unit.name property is not set correctly.  Received osgi.unit.name=emfTestUnit but expected osgi.unit.name=testUnit1
 at junit.framework.Assert.fail(Assert.java:57)
 at junit.framework.TestCase.fail(TestCase.java:223)
 at org.osgi.test.cases.jpa.junit.PersistenceUnitTests.testPesistenceUnitServiceProperties(PersistenceUnitTests.java:196)
 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 junit.framework.TestCase.runTest(TestCase.java:177)
 at junit.framework.TestCase.runBare(TestCase.java:142)
 at junit.framework.TestResult$1.protect(TestResult.java:122)
 at junit.framework.TestResult.runProtected(TestResult.java:142)
 at junit.framework.TestResult.run(TestResult.java:125)
 at junit.framework.TestCase.run(TestCase.java:130)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at junit.framework.TestSuite.runTest(TestSuite.java:241)
 at junit.framework.TestSuite.run(TestSuite.java:236)
 at aQute.junit.Activator.test(Activator.java:354)
 at aQute.junit.Activator.automatic(Activator.java:266)
 at aQute.junit.Activator.run(Activator.java:188)
 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at aQute.launcher.Launcher.handleMainCallable(Launcher.java:465)
 at aQute.launcher.Launcher.launch(Launcher.java:438)
 at aQute.launcher.Launcher.run(Launcher.java:186)
 at aQute.launcher.Launcher.main(Launcher.java:162)
 at aQute.launcher.pre.EmbeddedLauncher.executeWithRunPath(EmbeddedLauncher.java:170)
 at aQute.launcher.pre.EmbeddedLauncher.findAndExecute(EmbeddedLauncher.java:135)
 at aQute.launcher.pre.EmbeddedLauncher.main(EmbeddedLauncher.java:52)

    

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

28 tests found

There are 28 tests, see "Raw output" for the full list of tests.
Raw output
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testContractCapability
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testExtenderCapability
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testRequireContractCapability
org.osgi.test.cases.jpa.junit.CapabilitiesTestCase ‑ testRequireDifferentContractCapability
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testClosingEntityManagerFactoryService
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testReportsCorrectPersistenceProviderDetails
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testUpdateEMFProperties
org.osgi.test.cases.jpa.junit.JPAService_1_1_TestCase ‑ testUseStandardDataSourceConfig
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testConfigPropertiesWithEntityManagerFactoryBuilder
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testDataSourceFactoryUnregistration
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactory
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryBuilder
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryBuilderRebinding
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryRebindingWithBuilder
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testEntityManagerFactoryWithIncompletePersistenceUnit
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceBundleStopping
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceClass
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceClassWithMap
org.osgi.test.cases.jpa.junit.JPATestCase ‑ testPersistenceProviderRegistration
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testDefaultPersistenceLocation
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testMultiplePersistenceLocations
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testNestedJarPersistenceLocation
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testNonStandardPersistenceLocation
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPersistenceBundleWithNoHeader
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPersistenceBundleWithProviderDependency
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPersistenceWithUnavailableDatasource
org.osgi.test.cases.jpa.junit.PersistenceUnitTests ‑ testPesistenceUnitServiceProperties
org.osgi.test.cases.jpa.junit.SignatureTestCase ‑ testSignatures