Github user joewitt commented on the issue:

    https://github.com/apache/nifi/pull/1827
  
    Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.231 sec 
<<< FAILURE! - in org.apache.nifi.processors.script.TestExecuteJRuby
    
testReadFlowFileContentAndStoreInFlowFileAttribute(org.apache.nifi.processors.script.TestExecuteJRuby)
  Time elapsed: 1.205 sec  <<< FAILURE!
    java.lang.AssertionError: java.lang.NoSuchFieldError: O_TMPFILE
        at 
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:201)
        at 
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:160)
        at 
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:155)
        at 
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:150)
        at 
org.apache.nifi.util.StandardProcessorTestRunner.run(StandardProcessorTestRunner.java:145)
        at 
org.apache.nifi.processors.script.TestExecuteJRuby.testReadFlowFileContentAndStoreInFlowFileAttribute(TestExecuteJRuby.java:52)
    Caused by: java.lang.NoSuchFieldError: O_TMPFILE
        at org.jruby.RubyFile.createFileClass(RubyFile.java:202)
        at org.jruby.Ruby.initCore(Ruby.java:1490)
        at org.jruby.Ruby.bootstrap(Ruby.java:1274)
        at org.jruby.Ruby.init(Ruby.java:1173)
        at org.jruby.Ruby.newInstance(Ruby.java:338)
        at 
org.jruby.embed.internal.AbstractLocalContextProvider.getGlobalRuntime(AbstractLocalContextProvider.java:82)
        at 
org.jruby.embed.internal.SingletonLocalContextProvider.getRuntime(SingletonLocalContextProvider.java:99)
        at 
org.jruby.embed.internal.BiVariableMap.getRuntime(BiVariableMap.java:109)
        at 
org.jruby.embed.internal.BiVariableMap.getTopSelf(BiVariableMap.java:241)
        at 
org.jruby.embed.internal.BiVariableMap.getReceiverObject(BiVariableMap.java:237)
        at org.jruby.embed.internal.BiVariableMap.put(BiVariableMap.java:332)
        at org.jruby.embed.ScriptingContainer.put(ScriptingContainer.java:1185)
        at org.jruby.embed.jsr223.Utils.put(Utils.java:234)
        at org.jruby.embed.jsr223.Utils.preEval(Utils.java:109)
        at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:88)
        at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:142)
        at 
org.apache.nifi.processors.script.ExecuteScript.onTrigger(ExecuteScript.java:220)
        at 
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:251)
        at 
org.apache.nifi.util.StandardProcessorTestRunner$RunProcessor.call(StandardProcessorTestRunner.java:245)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to