I'm getting this build error locally in the nifi-runtime-manifest
module. Going to abstain from voting for a little while to see if
anyone has the bug since this machine is loaded up with stuff that
sometimes makes builds break for me when they don't for others. Error
is:
[INFO] --- exec-maven-plugin:1.6.0:java (generate-runtime-manifest) @
nifi-runtime-manifest ---
Mar 11, 2022 3:24:56 PM
org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator main
INFO: Writing runtime manifest to:
/private/tmp/nifi-1.16.0/nifi-manifest/nifi-runtime-manifest/target/classes/nifi-runtime-manifest.json
[WARNING]
java.lang.NumberFormatException: For input string: "${timestamp}"
at java.lang.NumberFormatException.forInputString
(NumberFormatException.java:65)
at java.lang.Long.parseLong (Long.java:678)
at java.lang.Long.valueOf (Long.java:1144)
at org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.execute
(RuntimeManifestGenerator.java:81)
at org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.main
(RuntimeManifestGenerator.java:143)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:566)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:282)
at java.lang.Thread.run (Thread.java:829)
On Fri, Mar 11, 2022 at 2:56 PM Joe Witt <[email protected]> wrote:
>
> Not from my point of view it isn't. Also try it without the IT while doing
> contrib-check then run the ITs without contrib-check.
>
> Thanks
>
> On Fri, Mar 11, 2022 at 12:51 PM Mike Thomsen <[email protected]>
> wrote:
>
> > [INFO]
> >
> > [INFO] --- maven-checkstyle-plugin:3.1.2:check (check-style) @
> > nifi-system-test-suite ---
> >
> > [WARNING]
> > src/test/java/org/apache/nifi/tests/system/clustering/OffloadIT.java:[34,8]
> > (imports) UnusedImports: Unused import - java.util.Collection.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [INFO] BUILD FAILURE
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [INFO] Total time: 15.602 s (Wall Clock)
> >
> > [INFO] Finished at: 2022-03-11T14:49:43-05:00
> >
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > [WARNING] The requested profile "include-grpc" could not be activated
> > because it does not exist.
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check
> > (check-style) on project nifi-system-test-suite: You have 1 Checkstyle
> > violation. -> [Help 1]
> >
> > [ERROR]
> >
> >
> > Is this worth a -1 vote?
> >