Attila Doroszlai created RANGER-5067: ----------------------------------------
Summary: ranger-nestedstructure-plugin is not built on linux Key: RANGER-5067 URL: https://issues.apache.org/jira/browse/RANGER-5067 Project: Ranger Issue Type: Bug Components: build-infra Affects Versions: 3.0.0 Reporter: Attila Doroszlai {{plugin-nestedstructure}} is not built on Linux, because it is not part of the {{linux}} profile. {{distro}} still depends on it. This causes CI to try to download it from remote repo. {code} [INFO] Reactor Summary for ranger 3.0.0-SNAPSHOT: [INFO] [INFO] ranger ............................................. SUCCESS [ 4.278 s] [INFO] Credential Support ................................. SUCCESS [ 44.567 s] [INFO] Audit Component .................................... SUCCESS [ 35.431 s] [INFO] ranger-plugin-classloader .......................... SUCCESS [ 34.992 s] [INFO] Common library for Plugins ......................... SUCCESS [01:20 min] [INFO] Installer Support Component ........................ SUCCESS [ 29.891 s] [INFO] Credential Builder ................................. SUCCESS [ 47.060 s] [INFO] Embedded Web Server Invoker ........................ SUCCESS [ 44.815 s] [INFO] Jdbc SQL Connector ................................. SUCCESS [ 33.135 s] [INFO] Atlas Security Plugin .............................. SUCCESS [ 40.359 s] [INFO] Atlas Security Plugin Shim ......................... SUCCESS [ 25.459 s] [INFO] Elasticsearch Security Plugin Shim ................. SUCCESS [ 15.925 s] [INFO] Elasticsearch Security Plugin ...................... SUCCESS [ 32.292 s] [INFO] HBase Security Plugin Shim ......................... SUCCESS [ 50.251 s] [INFO] HBase Security Plugin .............................. SUCCESS [01:18 min] [INFO] Hdfs Security Plugin ............................... SUCCESS [02:06 min] [INFO] Hdfs Security Plugin Shim .......................... SUCCESS [ 22.624 s] [INFO] Hive Security Plugin ............................... SUCCESS [01:58 min] [INFO] Hive Security Plugin Shim .......................... SUCCESS [ 39.813 s] [INFO] ranger-intg ........................................ SUCCESS [01:03 min] [INFO] KAFKA Security Plugin .............................. SUCCESS [03:45 min] [INFO] KAFKA Security Plugin Shim ......................... SUCCESS [ 25.559 s] [INFO] ranger-metrics ..................................... SUCCESS [ 46.721 s] [INFO] Key Management Service ............................. SUCCESS [01:14 min] [INFO] KMS Security Plugin ................................ SUCCESS [ 32.584 s] [INFO] KMS Security Plugin Shim ........................... SUCCESS [ 10.694 s] [INFO] Knox Security Plugin Shim .......................... SUCCESS [ 26.812 s] [INFO] Knox Security Plugin ............................... SUCCESS [01:30 min] [INFO] Kudu Security Plugin ............................... SUCCESS [ 24.301 s] [INFO] Kylin Security Plugin .............................. SUCCESS [01:00 min] [INFO] Kylin Security Plugin Shim ......................... SUCCESS [ 27.745 s] [INFO] NiFi Security Plugin ............................... SUCCESS [ 55.302 s] [INFO] NiFi Registry Security Plugin ...................... SUCCESS [ 55.488 s] [INFO] Ozone Security Plugin .............................. SUCCESS [ 44.257 s] [INFO] OZONE Security Plugin Shim ......................... SUCCESS [ 31.369 s] [INFO] Presto Security Plugin ............................. SUCCESS [01:06 min] [INFO] Presto Security Plugin Shim ........................ SUCCESS [ 31.023 s] [INFO] SchemaRegistry Security Plugin ..................... SUCCESS [01:05 min] [INFO] SOLR Security Plugin ............................... SUCCESS [ 51.599 s] [INFO] SOLR Security Plugin Shim .......................... SUCCESS [ 30.414 s] [INFO] Sqoop Security Plugin .............................. SUCCESS [01:03 min] [INFO] Sqoop Security Plugin Shim ......................... SUCCESS [ 23.170 s] [INFO] Storm Security Plugin .............................. SUCCESS [ 55.737 s] [INFO] Storm Security Plugin shim ......................... SUCCESS [ 25.006 s] [INFO] Ranger HA Common Library ........................... SUCCESS [ 44.558 s] [INFO] Ranger Util ........................................ SUCCESS [ 26.522 s] [INFO] Tag Synchronizer ................................... SUCCESS [01:34 min] [INFO] Ranger Tools ....................................... SUCCESS [01:14 min] [INFO] Ranger Security Plugin for Trino ................... SUCCESS [ 45.555 s] [INFO] YARN Security Plugin ............................... SUCCESS [ 43.239 s] [INFO] YARN Security Plugin Shim .......................... SUCCESS [ 28.256 s] [INFO] ranger-examples .................................... SUCCESS [ 0.694 s] [INFO] sample-client ...................................... SUCCESS [ 25.055 s] [INFO] ranger-authn ....................................... SUCCESS [ 34.375 s] [INFO] User Group Synchronizer Util ....................... SUCCESS [ 21.713 s] [INFO] Unix Authentication Client ......................... SUCCESS [ 24.055 s] [INFO] Security Admin Web Application ..................... SUCCESS [55:18 min] [INFO] Unix User Group Synchronizer ....................... SUCCESS [02:14 min] [INFO] Unix Authentication Service ........................ SUCCESS [ 12.584 s] [INFO] Apache Ranger Distribution ......................... FAILURE [04:29 min] [INFO] Ranger Examples - Conditions and ContextEnrichers .. SUCCESS [ 47.895 s] [INFO] Ranger Examples - Ranger Plugin for SampleApp ...... SUCCESS [ 23.737 s] [INFO] Ranger Examples - SampleApp ........................ SUCCESS [ 18.003 s] [INFO] Apache Ranger Examples Distribution ................ SUCCESS [ 8.513 s] [INFO] Ldap Config Check Tool ............................. SUCCESS [ 24.133 s] [INFO] Unix Native Authenticator .......................... SUCCESS [ 13.926 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:07 h (Wall Clock) [INFO] Finished at: 2024-12-10T06:02:52Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project ranger-distro: Could not resolve dependencies for project org.apache.ranger:ranger-distro:jar:3.0.0-SNAPSHOT: Failed to collect dependencies at org.apache.ranger:ranger-nestedstructure-plugin:jar:3.0.0-SNAPSHOT: Failed to read artifact descriptor for org.apache.ranger:ranger-nestedstructure-plugin:jar:3.0.0-SNAPSHOT: Could not transfer artifact org.apache.ranger:ranger-nestedstructure-plugin:pom:3.0.0-SNAPSHOT from/to apache.snapshots (https://repository.apache.org/snapshots): transfer failed for https://repository.apache.org/snapshots/org/apache/ranger/ranger-nestedstructure-plugin/3.0.0-SNAPSHOT/ranger-nestedstructure-plugin-3.0.0-SNAPSHOT.pom: Connect to repository.apache.org:443 [repository.apache.org/65.109.119.155] failed: Connection timed out (Connection timed out) -> [Help 1] {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)