[ 
https://issues.apache.org/jira/browse/IGNITE-15869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxim Muzafarov updated IGNITE-15869:
-------------------------------------
    Description: 
Running tests finishes with an error:

{code}
[ERROR] Failures: 
[ERROR]   
S3CheckpointSpiConfigSelfTest.<init>:28->GridSpiAbstractConfigTest.<init>:34->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 null
[ERROR] Errors: 
[ERROR]   
S3CheckpointSpiStartStopBucketEndpointSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 » NoClassDefFound
[ERROR]   
S3CheckpointSpiStartStopSSEAlgorithmSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 » NoClassDefFound
[ERROR]   
S3CheckpointSpiStartStopSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 » NoClassDefFound
[ERROR]   TcpDiscoveryAlbIpFinderSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryElbIpFinderSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderAwsCredentialsProviderSelfTest » 
InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderAwsCredentialsSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderBucketEndpointSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderKeyPrefixSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderSSEAlgorithmSelfTest » InvocationTarget
[ERROR]   DummyObjectListingTest » InvocationTarget
[ERROR]   DummyS3ClientTest » InvocationTarget
[ERROR]   AsymmetricKeyEncryptionServiceTest » InvocationTarget
[ERROR]   AwsKmsEncryptionServiceTest » InvocationTarget
[ERROR]   MockEncryptionServiceTest » InvocationTarget
[ERROR]   SymmetricKeyEncryptionServiceTest » InvocationTarget
{code}

The azure module running with exception (the {{jackson-databind}} dependency 
required to be updated):

{code}
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.763 s 
<<< FAILURE! - in 
org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest
[ERROR] 
org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.testIpFinder
  Time elapsed: 0.35 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/cfg/MapperBuilder
        at 
org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:85)
        at 
org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:31)
Caused by: java.lang.ClassNotFoundException: 
com.fasterxml.jackson.databind.cfg.MapperBuilder
        at 
org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:85)
        at 
org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:31)
{code}

  was:
Running tests finishes with an error:

{code}
[ERROR] Failures: 
[ERROR]   
S3CheckpointSpiConfigSelfTest.<init>:28->GridSpiAbstractConfigTest.<init>:34->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 null
[ERROR] Errors: 
[ERROR]   
S3CheckpointSpiStartStopBucketEndpointSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 » NoClassDefFound
[ERROR]   
S3CheckpointSpiStartStopSSEAlgorithmSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 » NoClassDefFound
[ERROR]   
S3CheckpointSpiStartStopSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
 » NoClassDefFound
[ERROR]   TcpDiscoveryAlbIpFinderSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryElbIpFinderSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderAwsCredentialsProviderSelfTest » 
InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderAwsCredentialsSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderBucketEndpointSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderKeyPrefixSelfTest » InvocationTarget
[ERROR]   TcpDiscoveryS3IpFinderSSEAlgorithmSelfTest » InvocationTarget
[ERROR]   DummyObjectListingTest » InvocationTarget
[ERROR]   DummyS3ClientTest » InvocationTarget
[ERROR]   AsymmetricKeyEncryptionServiceTest » InvocationTarget
[ERROR]   AwsKmsEncryptionServiceTest » InvocationTarget
[ERROR]   MockEncryptionServiceTest » InvocationTarget
[ERROR]   SymmetricKeyEncryptionServiceTest » InvocationTarget
{code}


> Fix build for aws, gce, azure cloud storages for ignite extensions
> ------------------------------------------------------------------
>
>                 Key: IGNITE-15869
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15869
>             Project: Ignite
>          Issue Type: Task
>          Components: extensions
>            Reporter: Maxim Muzafarov
>            Assignee: Maxim Muzafarov
>            Priority: Major
>
> Running tests finishes with an error:
> {code}
> [ERROR] Failures: 
> [ERROR]   
> S3CheckpointSpiConfigSelfTest.<init>:28->GridSpiAbstractConfigTest.<init>:34->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
>  null
> [ERROR] Errors: 
> [ERROR]   
> S3CheckpointSpiStartStopBucketEndpointSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
>  » NoClassDefFound
> [ERROR]   
> S3CheckpointSpiStartStopSSEAlgorithmSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
>  » NoClassDefFound
> [ERROR]   
> S3CheckpointSpiStartStopSelfTest.<init>:32->GridSpiStartStopAbstractTest.<init>:33->GridSpiAbstractTest.<init>:112->GridAbstractTest.<init>:320
>  » NoClassDefFound
> [ERROR]   TcpDiscoveryAlbIpFinderSelfTest » InvocationTarget
> [ERROR]   TcpDiscoveryElbIpFinderSelfTest » InvocationTarget
> [ERROR]   TcpDiscoveryS3IpFinderAwsCredentialsProviderSelfTest » 
> InvocationTarget
> [ERROR]   TcpDiscoveryS3IpFinderAwsCredentialsSelfTest » InvocationTarget
> [ERROR]   TcpDiscoveryS3IpFinderBucketEndpointSelfTest » InvocationTarget
> [ERROR]   TcpDiscoveryS3IpFinderKeyPrefixSelfTest » InvocationTarget
> [ERROR]   TcpDiscoveryS3IpFinderSSEAlgorithmSelfTest » InvocationTarget
> [ERROR]   DummyObjectListingTest » InvocationTarget
> [ERROR]   DummyS3ClientTest » InvocationTarget
> [ERROR]   AsymmetricKeyEncryptionServiceTest » InvocationTarget
> [ERROR]   AwsKmsEncryptionServiceTest » InvocationTarget
> [ERROR]   MockEncryptionServiceTest » InvocationTarget
> [ERROR]   SymmetricKeyEncryptionServiceTest » InvocationTarget
> {code}
> The azure module running with exception (the {{jackson-databind}} dependency 
> required to be updated):
> {code}
> [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.763 
> s <<< FAILURE! - in 
> org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest
> [ERROR] 
> org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.testIpFinder
>   Time elapsed: 0.35 s  <<< ERROR!
> java.lang.NoClassDefFoundError: 
> com/fasterxml/jackson/databind/cfg/MapperBuilder
>         at 
> org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:85)
>         at 
> org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:31)
> Caused by: java.lang.ClassNotFoundException: 
> com.fasterxml.jackson.databind.cfg.MapperBuilder
>         at 
> org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:85)
>         at 
> org.apache.ignite.spi.discovery.tcp.ipfinder.azure.TcpDiscoveryAzureBlobStoreIpFinderSelfTest.ipFinder(TcpDiscoveryAzureBlobStoreIpFinderSelfTest.java:31)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to