You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Amelchev Nikita (Jira)" <ji...@apache.org> on 2021/11/19 10:29:00 UTC

[jira] [Commented] (IGNITE-15869) Fix build for aws, gce, azure cloud storages for ignite extensions

    [ https://issues.apache.org/jira/browse/IGNITE-15869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446422#comment-17446422 ] 

Amelchev Nikita commented on IGNITE-15869:
------------------------------------------

[~mmuzaf], LGTM

> 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.20.1#820001)