[jira] [Commented] (NIFI-8322) build failed on AArch64, Fedora 33

2022-03-22 Thread Kevin Doran (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17510831#comment-17510831
 ] 

Kevin Doran commented on NIFI-8322:
---

Let's track arm64/aarch64 related issues on/under NIFI-9554

> build failed on AArch64, Fedora 33 
> ---
>
> Key: NIFI-8322
> URL: https://issues.apache.org/jira/browse/NIFI-8322
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Lutz Weischer
>Priority: Major
>
> [jw@cn05 nifi]$ mvn clean install -DskipTests
> ... 
> [INFO] --- maven-remote-resources-plugin:1.7.0:process 
> (process-resource-bundles) @ nifi-kudu-bundle ---
> [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
> [INFO] Copying 3 resources from 1 bundle.
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (groovy-tests) @ 
> nifi-kudu-bundle ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
> nifi-kudu-bundle ---
> [INFO] No site descriptor found: nothing to attach.
> [INFO]
> [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
> nifi-kudu-bundle ---
> [INFO] Installing 
> /home/jw/apache/nifi/nifi-nar-bundles/nifi-kudu-bundle/pom.xml to 
> /home/jw/.m2/repository/org/apache/nifi/nifi-kudu-bundle/1.14.0-SNAPSHOT/nifi-kudu-bundle-1.14.0-SNAPSHOT.pom
> [INFO]
> [INFO] < org.apache.nifi:nifi-kudu-processors 
> >
> [INFO] Building nifi-kudu-processors 1.14.0-SNAPSHOT  
> [193/506]
> [INFO] [ jar 
> ]-
> [INFO] 
> 
> [INFO] Reactor Summary for nifi 1.14.0-SNAPSHOT:
> [INFO]
> [INFO] nifi ... SUCCESS [  4.040 
> s]
> [INFO] nifi-api ... SUCCESS [ 12.535 
> s]
> [INFO] nifi-commons ... SUCCESS [  0.185 
> s]
> [INFO] nifi-utils . SUCCESS [ 19.467 
> s]
> [INFO] nifi-security-utils-api  SUCCESS [ 11.197 
> s]
> [INFO] nifi-properties  SUCCESS [  8.688 
> s]
> [INFO] nifi-security-utils  SUCCESS [ 30.187 
> s]
> [INFO] nifi-framework-api . SUCCESS [ 12.632 
> s]
> [INFO] nifi-nar-bundles ... SUCCESS [  0.987 
> s]
> [INFO] nifi-framework-bundle .. SUCCESS [  0.145 
> s]
> [INFO] nifi-framework . SUCCESS [  0.135 
> s]
> [INFO] nifi-properties-loader . SUCCESS [ 13.949 
> s]
> [INFO] nifi-data-provenance-utils . SUCCESS [ 14.710 
> s]
> [INFO] nifi-parameter . SUCCESS [  7.130 
> s]
> [INFO] nifi-uuid5 . SUCCESS [  2.995 
> s]
> [INFO] nifi-expression-language ... SUCCESS [ 26.723 
> s]
> [INFO] nifi-flowfile-packager . SUCCESS [  6.828 
> s]
> [INFO] nifi-hl7-query-language  SUCCESS [ 10.843 
> s]
> [INFO] nifi-json-utils  SUCCESS [  3.206 
> s]
> [INFO] nifi-logging-utils . SUCCESS [  2.965 
> s]
> [INFO] nifi-metrics ... SUCCESS [  8.832 
> s]
> [INFO] nifi-record  SUCCESS [ 11.556 
> s]
> [INFO] nifi-record-path ... SUCCESS [ 14.880 
> s]
> [INFO] nifi-rocksdb-utils . SUCCESS [  7.284 
> s]
> [INFO] nifi-schema-utils .. SUCCESS [  8.517 
> s]
> [INFO] nifi-client-dto  SUCCESS [ 14.054 
> s]
> [INFO] nifi-site-to-site-client ... SUCCESS [ 24.203 
> s]
> [INFO] nifi-socket-utils .. SUCCESS [ 14.809 
> s]
> [INFO] nifi-web-utils . SUCCESS [  5.345 
> s]
> [INFO] nifi-write-ahead-log ... SUCCESS [ 13.261 
> s]
> [INFO] nifi-server-api  SUCCESS [  3.137 
> s]
> [INFO] nifi-bootstrap . SUCCESS [ 16.978 
> s]
> [INFO] nifi-nar-utils . SUCCESS [ 15.482 
> s]
> [INFO] nifi-framework-nar-utils ... SUCCESS [  9.073 
> s]
> [INFO] nifi-mock-authorizer ... SUCCESS [  3.175 
> s]
> [INFO] nifi-framework-authorization ... SUCCESS [  8.098 
> s]
> [INFO] nifi-framework-core-api 

[jira] [Commented] (NIFI-8322) build failed on AArch64, Fedora 33

2021-03-15 Thread Otto Fowler (Jira)


[ 
https://issues.apache.org/jira/browse/NIFI-8322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17301692#comment-17301692
 ] 

Otto Fowler commented on NIFI-8322:
---

So, that jar looks like it is built per supported platform.  So kudu doesn't 
support the platform you are building on.
There are two issues here.

1.  You should open a jira with Kudu to support your platform
2. This jira should change to disabling kudu if if it won't build on a platform 
in nifi ( Or some other resolution ) maybe.



> build failed on AArch64, Fedora 33 
> ---
>
> Key: NIFI-8322
> URL: https://issues.apache.org/jira/browse/NIFI-8322
> Project: Apache NiFi
>  Issue Type: Bug
>Reporter: Lutz Weischer
>Priority: Major
>
> [jw@cn05 nifi]$ mvn clean install -DskipTests
> ... 
> [INFO] --- maven-remote-resources-plugin:1.7.0:process 
> (process-resource-bundles) @ nifi-kudu-bundle ---
> [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
> [INFO] Copying 3 resources from 1 bundle.
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (groovy-tests) @ 
> nifi-kudu-bundle ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
> nifi-kudu-bundle ---
> [INFO] No site descriptor found: nothing to attach.
> [INFO]
> [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
> nifi-kudu-bundle ---
> [INFO] Installing 
> /home/jw/apache/nifi/nifi-nar-bundles/nifi-kudu-bundle/pom.xml to 
> /home/jw/.m2/repository/org/apache/nifi/nifi-kudu-bundle/1.14.0-SNAPSHOT/nifi-kudu-bundle-1.14.0-SNAPSHOT.pom
> [INFO]
> [INFO] < org.apache.nifi:nifi-kudu-processors 
> >
> [INFO] Building nifi-kudu-processors 1.14.0-SNAPSHOT  
> [193/506]
> [INFO] [ jar 
> ]-
> [INFO] 
> 
> [INFO] Reactor Summary for nifi 1.14.0-SNAPSHOT:
> [INFO]
> [INFO] nifi ... SUCCESS [  4.040 
> s]
> [INFO] nifi-api ... SUCCESS [ 12.535 
> s]
> [INFO] nifi-commons ... SUCCESS [  0.185 
> s]
> [INFO] nifi-utils . SUCCESS [ 19.467 
> s]
> [INFO] nifi-security-utils-api  SUCCESS [ 11.197 
> s]
> [INFO] nifi-properties  SUCCESS [  8.688 
> s]
> [INFO] nifi-security-utils  SUCCESS [ 30.187 
> s]
> [INFO] nifi-framework-api . SUCCESS [ 12.632 
> s]
> [INFO] nifi-nar-bundles ... SUCCESS [  0.987 
> s]
> [INFO] nifi-framework-bundle .. SUCCESS [  0.145 
> s]
> [INFO] nifi-framework . SUCCESS [  0.135 
> s]
> [INFO] nifi-properties-loader . SUCCESS [ 13.949 
> s]
> [INFO] nifi-data-provenance-utils . SUCCESS [ 14.710 
> s]
> [INFO] nifi-parameter . SUCCESS [  7.130 
> s]
> [INFO] nifi-uuid5 . SUCCESS [  2.995 
> s]
> [INFO] nifi-expression-language ... SUCCESS [ 26.723 
> s]
> [INFO] nifi-flowfile-packager . SUCCESS [  6.828 
> s]
> [INFO] nifi-hl7-query-language  SUCCESS [ 10.843 
> s]
> [INFO] nifi-json-utils  SUCCESS [  3.206 
> s]
> [INFO] nifi-logging-utils . SUCCESS [  2.965 
> s]
> [INFO] nifi-metrics ... SUCCESS [  8.832 
> s]
> [INFO] nifi-record  SUCCESS [ 11.556 
> s]
> [INFO] nifi-record-path ... SUCCESS [ 14.880 
> s]
> [INFO] nifi-rocksdb-utils . SUCCESS [  7.284 
> s]
> [INFO] nifi-schema-utils .. SUCCESS [  8.517 
> s]
> [INFO] nifi-client-dto  SUCCESS [ 14.054 
> s]
> [INFO] nifi-site-to-site-client ... SUCCESS [ 24.203 
> s]
> [INFO] nifi-socket-utils .. SUCCESS [ 14.809 
> s]
> [INFO] nifi-web-utils . SUCCESS [  5.345 
> s]
> [INFO] nifi-write-ahead-log ... SUCCESS [ 13.261 
> s]
> [INFO] nifi-server-api  SUCCESS [  3.137 
> s]
> [INFO] nifi-bootstrap . SUCCESS [ 16.978 
> s]
> [INFO] nifi-nar-utils . SUCCESS [ 15.482 
> s]
> [INFO]