[JBoss JIRA] (JBIDE-25004) test failure in org.jboss.tools.forge.ui.ext.test
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25004?page=com.atlassian.jira.plugi... ]
George Gastaldi resolved JBIDE-25004.
-------------------------------------
Resolution: Cannot Reproduce Bug
Closing as it seems to be a Jenkins issue
> test failure in org.jboss.tools.forge.ui.ext.test
> -------------------------------------------------
>
> Key: JBIDE-25004
> URL: https://issues.jboss.org/browse/JBIDE-25004
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: George Gastaldi
> Fix For: 4.5.1.AM2
>
>
> {code}
> 15:37:05 [/qa/tools/opt/x86_64/openjdk-1.8.0.131/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/mnt/hudson_workspace/workspace/jbosstools-forge_master/.repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/target/jacoco.exec,append=true,includes=org.jboss.tools.forge.ui*, -Xms512m, -Xmx1024m, -XX:MetaspaceSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=false, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -Dorg.eclipse.update.reconcile=false, -jar, /mnt/hudson_workspace/workspace/jbosstools-forge_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/work/data, -install, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/work, -configuration, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/surefire.properties]
> 15:37:07 gogo: InvocationTargetException: null
> 15:37:07 java.lang.reflect.InvocationTargetException
> 15:37:07 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 15:37:07 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 15:37:07 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 15:37:07 at java.lang.reflect.Method.invoke(Method.java:498)
> 15:37:07 at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:137)
> 15:37:07 at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)
> 15:37:07 at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> 15:37:07 at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
> 15:37:07 at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
> 15:37:07 at java.lang.Thread.run(Thread.java:748)
> 15:37:07 Caused by: java.lang.ExceptionInInitializerError
> 15:37:07 at java.lang.System.getenv(System.java:897)
> 15:37:07 at org.apache.felix.gogo.options.Options.<init>(Options.java:309)
> 15:37:07 at org.apache.felix.gogo.options.Options.compile(Options.java:118)
> 15:37:07 at org.apache.felix.gogo.shell.Shell.gosh(Shell.java:71)
> 15:37:07 ... 14 more
> 15:37:07 Caused by: java.lang.ArrayIndexOutOfBoundsException: 187
> 15:37:07 at java.lang.ProcessEnvironment.environ(Native Method)
> 15:37:07 at java.lang.ProcessEnvironment.<clinit>(ProcessEnvironment.java:70)
> 15:37:07 ... 18 more{code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-24948) Update RedDeer in TP to 2.0.0.Beta
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24948?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-24948:
------------------------------------
Now that the TP includes Red Deer 2.0.0.Beta, the above issues can be worked. I noticed the integration tests build failed with an Aerogear test error, so I've opened a new subtask for that: JBIDE-25005.
There are a total of 700 files in jbosstools-integration-tests which reference the old org.jboss.reddeer namespace, so this is a pretty substantial migration you've got coming at you. :)
See also:
* JBIDE-25003 jbosstools-base test failures - need to switch to Red Deer 2.0
* JBIDE-25002 jbosstools-server test failures - need to switch to Red Deer 2.0
> Update RedDeer in TP to 2.0.0.Beta
> ----------------------------------
>
> Key: JBIDE-24948
> URL: https://issues.jboss.org/browse/JBIDE-24948
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: target-platform
> Affects Versions: 4.5.1.AM1
> Reporter: Rastislav Wagner
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.5.1.AM2
>
>
> We would like to update reddeer in TP to 2.0.0.Beta. Update site at eclipse is here http://download.eclipse.org/reddeer/milestones/2.0.0.Beta/
> Im not sure which job at CCI I should use to mirror the eclipse site so I will leave it for you [~nickboldt] .
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-25004) test failure in org.jboss.tools.forge.ui.ext.test
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25004?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25004:
------------------------------------
The target platform was changed this week.
Here are the p2diffs between the old Oxygen.0 based TP and the new Oxygen.1.RC3 based TP:
https://issues.jboss.org/browse/JBIDE-24939?focusedCommentId=13461055&pag...
I don't see any p2diff information re: apache or felix plugins having changed. And when I simply re-ran the job, it was green:
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud... (red: 719, green: 720).
So this might be an intermittent thing, or a Jenkins glitch.
> test failure in org.jboss.tools.forge.ui.ext.test
> -------------------------------------------------
>
> Key: JBIDE-25004
> URL: https://issues.jboss.org/browse/JBIDE-25004
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.5.1.AM2
> Reporter: Nick Boldt
> Assignee: George Gastaldi
> Fix For: 4.5.1.AM2
>
>
> {code}
> 15:37:05 [/qa/tools/opt/x86_64/openjdk-1.8.0.131/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/mnt/hudson_workspace/workspace/jbosstools-forge_master/.repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/target/jacoco.exec,append=true,includes=org.jboss.tools.forge.ui*, -Xms512m, -Xmx1024m, -XX:MetaspaceSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=false, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -Dorg.eclipse.update.reconcile=false, -jar, /mnt/hudson_workspace/workspace/jbosstools-forge_master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/work/data, -install, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/work, -configuration, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /mnt/hudson_workspace/workspace/jbosstools-forge_master/sources/tests/org.jboss.tools.forge.ui.ext.test/target/surefire.properties]
> 15:37:07 gogo: InvocationTargetException: null
> 15:37:07 java.lang.reflect.InvocationTargetException
> 15:37:07 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 15:37:07 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 15:37:07 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 15:37:07 at java.lang.reflect.Method.invoke(Method.java:498)
> 15:37:07 at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:137)
> 15:37:07 at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)
> 15:37:07 at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
> 15:37:07 at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
> 15:37:07 at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
> 15:37:07 at org.apache.felix.gogo.shell.Activator.run(Activator.java:75)
> 15:37:07 at java.lang.Thread.run(Thread.java:748)
> 15:37:07 Caused by: java.lang.ExceptionInInitializerError
> 15:37:07 at java.lang.System.getenv(System.java:897)
> 15:37:07 at org.apache.felix.gogo.options.Options.<init>(Options.java:309)
> 15:37:07 at org.apache.felix.gogo.options.Options.compile(Options.java:118)
> 15:37:07 at org.apache.felix.gogo.shell.Shell.gosh(Shell.java:71)
> 15:37:07 ... 14 more
> 15:37:07 Caused by: java.lang.ArrayIndexOutOfBoundsException: 187
> 15:37:07 at java.lang.ProcessEnvironment.environ(Native Method)
> 15:37:07 at java.lang.ProcessEnvironment.<clinit>(ProcessEnvironment.java:70)
> 15:37:07 ... 18 more{code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months