Skip to content

Tests still fail... SymmetricEncryptionWithIntegrityPaddingTest.testManipulationIsDetectedForAESCBC:89 » BadPadding #7

@ahzf

Description

@ahzf
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.metabit.custom.safe.iip.InterleavedIntegrityPaddingTest
2147483645
2147483646
2147483647
-2147483648
-2147483647
53 2E 41 2E 46 2E 45 2E 20 2D 20 53 6F 66 74 77
61 72 65 20 41 6C 6C 69 61 6E 63 65 20 66 6F 72
20 45 2D 6D 6F 62 69 6C 69 74 79
3E 7A B1 70 5A FE E4 56 68 4C CE 5C 00 00 00 2B
68 4C CE 5D 53 2E 41 2E 46 2E 45 2E 20 2D 20 53
68 4C CE 5E 6F 66 74 77 61 72 65 20 41 6C 6C 69
68 4C CE 5F 61 6E 63 65 20 66 6F 72 20 45 2D 6D
68 4C CE 60 6F 62 69 6C 69 74 79 49 F6 98 D3 BD

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.563 s - in com.metabit.custom.safe.iip.InterleavedIntegrityPaddingTest
[INFO] Running com.metabit.custom.safe.iip.AlgorithmLookupTest
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - key A (pub ) algorithm: EC
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - key A (priv) algorithm: EC
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - key B (pub ) algorithm: EC
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - key B (priv) algorithm: EC
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - X.509
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - input: AES/ECB/NoPadding
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - AES/ECB/NoPadding
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - -----
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - input: 2.16.840.1.101.3.4.1.41
[main] INFO com.metabit.custom.safe.iip.AlgorithmLookupTest - 2.16.840.1.101.3.4.1.41
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in com.metabit.custom.safe.iip.AlgorithmLookupTest
[INFO] Running com.metabit.custom.safe.iip.SymmetricEncryptionWithIntegrityPaddingTest
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.598 s <<< FAILURE! - in com.metabit.custom.safe.iip.SymmetricEncryptionWithIntegrityPaddingTest
[ERROR] com.metabit.custom.safe.iip.SymmetricEncryptionWithIntegrityPaddingTest.testManipulationIsDetectedForAESCBC  Time elapsed: 17.576 s  <<< ERROR!
javax.crypto.BadPaddingException
        at com.metabit.custom.safe.iip.InterleavedIntegrityPadding.checkAndExtract(InterleavedIntegrityPadding.java:241)
        at com.metabit.custom.safe.iip.SymmetricEncryptionWithIntegrityPadding.decryptAndCheck(SymmetricEncryptionWithIntegrityPadding.java:126)
        at com.metabit.custom.safe.iip.SymmetricEncryptionWithIntegrityPaddingTest.testManipulationIsDetectedForAESCBC(SymmetricEncryptionWithIntegrityPaddingTest.java:89)
        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.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
        at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
        at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
        at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
        at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
        at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:220)
        at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:188)
        at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:202)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:181)
        at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
        at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
        at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
        at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
        at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

[INFO] Running com.metabit.custom.safe.iip.RSAEncryptionTest
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - X.509
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - PKCS#8
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - RSA
keysize 1024 not supported
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - unencrypted padded size = 510
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - IIP blocksize = 255
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - number of blocks =  2
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - padded
3E 7A B1 70 5A FE E4 10 BA E9 9A E2 2F 07 4F F0 34 D5 DF EA 86 B4 EE 79 2A E6 0E 79 D0 AE 23 8B 42 70 C3 B3 2C C2 C7 37 35 04 BC 03 97 E3 D4 47 5E 76 EF 48 08 56 46 FC C2 55 27 27 95 79 30 E3
79 C8 88 F0 87 D6 B0 E8 9A C3 84 94 F5 28 56 0C 83 A3 AE 0D 95 B5 BA 8E 14 4F 42 25 82 17 79 22 4B 68 5A 43 0E CD 01 08 B8 56 55 5E 54 2F AA A9 80 FF 2F DB 49 CE 5B 26 83 8A 62 3B 5E 4E 88 9D
46 43 7D 3F 67 83 07 58 D1 0A F1 7A F4 5C 35 E5 05 96 FD C5 A7 BA BB 98 40 97 EA 33 51 0C 15 47 CA 18 91 46 50 0C B6 DD EC 29 F7 0B 37 94 7F 1F C4 D1 D4 4F 73 D7 30 16 99 09 DA A1 D8 1C DF D9
9D BE FC 3A AA 50 42 A2 3E FF 2E 5E 3E B9 22 29 8C D1 CD 77 43 EE 0D D2 E1 6B 80 FC 38 C8 6C C5 F7 66 27 6A 10 65 7D C8 01 1A 8E E5 19 D7 16 FE 74 5D 32 85 91 B5 5A E7 58 3C DC 00 00 00 0A E7
58 3C DD 64 75 6D 6D 79 20 64 61 74 61 43 7F E4 92 56 09 8B BA D6 2B 11 40 B6 64 99 33 A8 F6 64 65 D3 7F 22 3B B9 7B 78 D2 0E 86 0A 70 01 15 63 87 A6 A8 5C E7 80 09 3D A2 E7 AD EB 0C 00 53 04
4A 00 F5 0B D7 7E B7 18 C0 30 6E A9 77 E5 A0 98 47 C8 23 7B D3 21 6D 0D 7C 48 E3 74 80 2E A3 60 88 33 07 51 C0 C9 95 69 89 47 35 0B 88 E6 C6 EC C2 5A F2 AE 53 2A F3 92 B8 CB 96 B2 92 9B DE 41
12 D0 C8 A9 6C B9 8D CA C9 25 E6 9C D8 8D E5 3D 01 86 DE 48 98 87 E0 B1 01 F5 9C E6 8E 03 09 DD EC B2 38 DC B4 FF 64 4A 28 33 C0 F9 97 9A C2 F2 2E DD CD D9 63 10 F2 E4 2A 08 60 74 80 82 B8 CB
D0 04 58 0C D0 C0 93 29 3E D8 CF 31 35 A7 EC 41 83 A8 C3 F3 CC 62 62 E1 C4 47 D9 A7 12 B0 EA ED 16 76 76 6D DA D8 1A F2 FF 57 44 23 2A 4E 49 64 84 DB A6 4E B0 9A 80 41 5E 1F FF ED 91 B8
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - padded size   = 510
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - RSA blocksize = 256
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - encrypted size = 512
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - encrypted
Lc9LJo53h3nbjhZEYrGxT/4sBBPbj5Echorn32sui9Su19HMcSrk5+jCWJ1snjLh5P1X0Lcb0DWuUIhtrajNeYGMcI8XOrCm0fvhUMiYXsDQsrzFxl5b1ZFP1cAzbPM03FSMHtQj0hykPvQsbG2bK3KTlne4xEMfol5/6+hZBNgS3lbDF47gC4FvWI09VV8bcfQUTkt7OR+5e9EMDML+pvO104HYFl7gH/zXYxBaoOVtk/45GrUFUAOk5159nS1BmdrYOibfWBerm6CtM12SfJZNWT9a7KrJBRyKQf3jccrt6BjDkE1UPMOdejYXevraqvvYVPvUYnlIyqyq/t+me3+MvNwkMkiXgmP0X4577wI5IQhH2USDiWoKBd0sNx6EQIVFNYjOljl93RjG9Qt3adzHksuHjJ4jvlGkBUC97uUU3JqaWCCKFVYNiX9V4qex4NWFaYZnkorWfnWtd2SCYmAfyfK4kznJPr0kNikT5SwkwgcSzzQVvu3bBUFFkpenG9oY3m73chZjFdUo7T/2KA7xrNZfKCSCy2z+okAvrnk662vBcerPLDqTClviMtT1tvPNFc3bpAvrBtfbkhuZ+JkH+2Qq4ysN2AXY+KYee3gh/dSbgibG2VAo7ldGWSkp8Fq6hBceR3AIqrykPMoJgDhx+luYuSk5cQ/in5SP1PM=
[main] INFO com.metabit.custom.safe.iip.RSAEncryptionTest - blocksize = 255
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.088 s - in com.metabit.custom.safe.iip.RSAEncryptionTest
[INFO] Running com.metabit.custom.safe.safeseal.SAFESealUseCaseTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in com.metabit.custom.safe.safeseal.SAFESealUseCaseTest
[INFO] Running com.metabit.custom.safe.safeseal.SAFESealCompressionTest
[main] INFO com.metabit.custom.safe.safeseal.SAFESealCompressionTest - payload 645 bytes, sealed 852 bytes with 256 byte block size, ZLIB compression = true
[main] INFO com.metabit.custom.safe.safeseal.SAFESealCompressionTest - payload 645 bytes, sealed 1108 bytes with 256 byte block size, ZLIB compression = false
[main] INFO com.metabit.custom.safe.safeseal.SAFESealCompressionTest - payload 645 bytes, sealed 573 bytes, ZLIB compression = true
[main] INFO com.metabit.custom.safe.safeseal.SAFESealCompressionTest - payload 645 bytes, sealed 1037 bytes, ZLIB compression = false
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in com.metabit.custom.safe.safeseal.SAFESealCompressionTest
[INFO] Running com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest
[main] INFO com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest - sealing test
[main] INFO com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest -
30 81 A7 06 0A 2B 06 01 04 01 83 D6 77 01 01 02
01 01 60 32 30 30 06 0B 2B 06 01 04 01 81 AA 74
04 03 01 A0 0B 06 09 60 86 48 01 65 03 04 01 2A
A1 0F 06 0D 2B 06 01 04 01 81 AA 74 01 01 01 01
00 A2 03 02 01 00 61 2C 30 2A 06 05 2B 81 04 01
0C 04 08 00 00 01 88 24 8A 67 5A A0 0B 06 09 60
86 48 01 65 03 04 02 01 A1 0A 06 08 2A 86 48 CE
3D 03 01 07 62 02 30 00 04 30 7E AC 70 27 98 F6
DF 85 E3 AA 88 A1 D7 4F 47 AB 04 96 DB F9 C1 94
B1 FA 23 8E 51 27 58 95 68 95 53 F2 87 D0 E8 E3
C3 02 7B 15 D5 8D 1A B8 45 4C
[main] INFO com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest -
MIGnBgorBgEEAYPWdwEBAgEBYDIwMAYLKwYBBAGBqnQEAwGgCwYJYIZIAWUDBAEqoQ8GDSsGAQQBgap0AQEBAQCiAwIBAGEsMCoGBSuBBAEMBAgAAAGIJIpnWqALBglghkgBZQMEAgGhCgYIKoZIzj0DAQdiAjAABDB+rHAnmPbfheOqiKHXT0erBJbb+cGUsfojjlEnWJVolVPyh9Do48MCexXVjRq4RUw=
[main] INFO com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest - only transport-wrapped but no encryption performed (format test only)
[main] INFO com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest -
30 81 8B 06 0A 2B 06 01 04 01 83 D6 77 01 01 02
01 01 60 3E 30 3C 06 0B 2B 06 01 04 01 81 AA 74
04 03 01 A0 0B 06 09 60 86 48 01 65 03 04 01 2A
A1 0F 06 0D 2B 06 01 04 01 81 AA 74 01 01 01 01
00 A2 03 02 01 00 04 0A 41 45 53 44 55 4D 4D 59
49 56 61 2D 30 2B 06 05 2B 81 04 01 0C 04 09 45
43 44 55 4D 4D 59 49 56 A0 0B 06 09 60 86 48 01
65 03 04 02 01 A1 0A 06 08 2A 86 48 CE 3D 03 01
07 62 02 30 00 04 07 53 41 46 45 20 65 56
[main] INFO com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest -
MIGLBgorBgEEAYPWdwEBAgEBYD4wPAYLKwYBBAGBqnQEAwGgCwYJYIZIAWUDBAEqoQ8GDSsGAQQBgap0AQEBAQCiAwIBAAQKQUVTRFVNTVlJVmEtMCsGBSuBBAEMBAlFQ0RVTU1ZSVagCwYJYIZIAWUDBAIBoQoGCCqGSM49AwEHYgIwAAQHU0FGRSBlVg==
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in com.metabit.custom.safe.safeseal.impl.TransportFormatConverterTest
[INFO] Running com.metabit.custom.safe.safeseal.impl.SharedConstantsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.metabit.custom.safe.safeseal.impl.SharedConstantsTest
[INFO] Running com.metabit.custom.safe.safeseal.impl.CryptoFactoryImplTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in com.metabit.custom.safe.safeseal.impl.CryptoFactoryImplTest
[INFO] Running com.metabit.custom.safe.safeseal.CommandLineMainTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in com.metabit.custom.safe.safeseal.CommandLineMainTest
[INFO] Running com.metabit.custom.safe.safeseal.AttackTest
bit 185 ignored.
bit 185 ignored.
bit 185 ignored.
[main] INFO com.metabit.custom.safe.safeseal.AttackTest - sealed data is 1360 bits in size
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.434 s - in com.metabit.custom.safe.safeseal.AttackTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR]   SymmetricEncryptionWithIntegrityPaddingTest.testManipulationIsDetectedForAESCBC:89 » BadPadding
[INFO]
[ERROR] Tests run: 32, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:00 min
[INFO] Finished at: 2023-05-16T14:30:32+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project safesealing:
[ERROR]
[ERROR] Please refer to /home/ahzf/Coding/SAFESealing/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions