You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/06/17 01:35:48 UTC

[GitHub] [netbeans] mbien commented on pull request #4233: ci xserver for commit validation matrix

mbien commented on PR #4233:
URL: https://github.com/apache/netbeans/pull/4233#issuecomment-1158379348

   `org.netbeans.modules.ide.kit.VerifySimpleTemplatesTest` fails on 19ea with:
   ```
       [junit] An error occurred during parsing of '/home/runner/work/netbeans/netbeans/ide/ide.kit/build/test/qa-functional/work/o.n.m.i.k.V/at/Test41.java'. Please report a bug against java/source and attach dump file '/home/runner/work/netbeans/netbeans/ide/ide.kit/build/test/qa-functional/work/userdir0/var/log/Test41.dump'.
       [junit] Caused: java.lang.NullPointerException: Cannot read field "tsym" because "imp.qualid.selected.type" is null
       [junit] 	at com.sun.tools.javac.comp.Check.checkImportedPackagesObservable(Check.java:4031)
       [junit] 	at com.sun.tools.javac.comp.TypeEnter.finishImports(TypeEnter.java:229)
       [junit] 	at com.sun.tools.javac.comp.TypeEnter.complete(TypeEnter.java:214)
       [junit] 	at com.sun.tools.javac.code.Symbol.complete(Symbol.java:682)
       [junit] 	at com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1410)
       [junit] 	at com.sun.tools.javac.comp.Enter.complete(Enter.java:610)
       [junit] 	at com.sun.tools.javac.comp.Enter.main(Enter.java:587)
       [junit] 	at com.sun.tools.javac.main.JavaCompiler.enterTrees(JavaCompiler.java:1042)
       [junit] 	at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:345)
       [junit] 	at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:282)
       [junit] 	at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:747)
       [junit] 	at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:540)
       [junit] 	at org.netbeans.modules.java.source.parsing.JavacParser.getResult(JavacParser.java:141)
       [junit] 	at org.netbeans.modules.parsing.impl.TaskProcessor.callGetResult(TaskProcessor.java:608)
       [junit] 	at org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:241)
       [junit] 	at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.run(TaskProcessor.java:775)
       [junit] 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
       [junit] 	at org.netbeans.modules.parsing.impl.TaskProcessor$RequestPerformer.execute(TaskProcessor.java:702)
       [junit] [catch] at org.netbeans.modules.parsing.impl.TaskProcessor$CompilationJob.run(TaskProcessor.java:663)
       [junit] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
       [junit] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
       [junit] 	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
       [junit] 	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
       [junit] 	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
       [junit] 	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
   ```
   
   which is interesting, since it should probably be using nb-javac for tests?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists