[JBoss JIRA] (JBIDE-25738) arquillian build with tycho 1.1.0 fails on test package
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25738?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25738:
------------------------------------
I would suggest that we probably don't want to bother fixing this since the whole arquillian project is deprecated. Instead it's probably IMHO time to remove arquillian from JBT/devstudio Central entirely.
See also JBIDE-25736
> arquillian build with tycho 1.1.0 fails on test package
> -------------------------------------------------------
>
> Key: JBIDE-25738
> URL: https://issues.jboss.org/browse/JBIDE-25738
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian, build
> Affects Versions: 4.5.3.AM1
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM2
>
>
> Running command "mvn clean install -DtychoVersion=1.1.0" on master branch of repository jbosstools-arquillian fails:
> {code:java}
> [INFO] --- tycho-surefire-plugin:1.1.0:test (default-test) @ org.jboss.tools.arquillian.test ---
> [INFO] Expected eclipse log file: /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data/.metadata/.log
> [INFO] Command line:
> [/usr/lib/jvm/java-9-openjdk-9.0.4.11-4.fc27.x86_64/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jkopriva/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/home/jkopriva/git/jbosstools-arquillian/target/jacoco.exec,append=true,includes=org.jboss.tools.*, -Xms512m, -Xmx1024m, -XX:MetaspaceSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, /home/jkopriva/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data, -install, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work, -configuration, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/surefire.properties]
> Exception in thread "main" java.lang.reflect.InvocationTargetException
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:564)
> at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:500)
> at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:512)
> Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented.
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:139)
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:100)
> at org.jacoco.agent.rt.internal_932a715.PreMain.createRuntime(PreMain.java:55)
> at org.jacoco.agent.rt.internal_932a715.PreMain.premain(PreMain.java:47)
> ... 6 more
> Caused by: java.lang.NoSuchFieldException: $jacocoAccess
> at java.base/java.lang.Class.getField(Class.java:1956)
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:137)
> ... 9 more
> FATAL ERROR in native method: processing of -javaagent failed
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] jbosstools-arquillian .............................. SUCCESS [ 6.441 s]
> [INFO] arquillian.features ................................ SUCCESS [ 0.034 s]
> [INFO] arquillian.plugins ................................. SUCCESS [ 0.023 s]
> [INFO] org.jboss.tools.arquillian.core .................... SUCCESS [ 29.414 s]
> [INFO] org.jboss.tools.arquillian.ui ...................... SUCCESS [ 6.807 s]
> [INFO] org.jboss.tools.arquillian.maven.configurator ...... SUCCESS [ 3.055 s]
> [INFO] org.jboss.tools.arquillian.feature ................. SUCCESS [ 2.116 s]
> [INFO] arquillian.tests ................................... SUCCESS [ 0.024 s]
> [INFO] org.jboss.tools.arquillian.test .................... FAILURE [ 3.627 s]
> [INFO] org.jboss.tools.arquillian.test.feature ............ SKIPPED
> [INFO] arquillian.site .................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:26 min
> [INFO] Finished at: 2018-02-20T07:13:56+01:00
> [INFO] Final Memory: 112M/374M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.1.0:test (default-test) on project org.jboss.tools.arquillian.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :org.jboss.tools.arquillian.test
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25738) arquillian build with tycho 1.1.0 fails on test package
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25738?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25738:
-------------------------------
Fix Version/s: 4.5.3.AM2
> arquillian build with tycho 1.1.0 fails on test package
> -------------------------------------------------------
>
> Key: JBIDE-25738
> URL: https://issues.jboss.org/browse/JBIDE-25738
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: arquillian, build
> Affects Versions: 4.5.3.AM1
> Reporter: Josef Kopriva
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM2
>
>
> Running command "mvn clean install -DtychoVersion=1.1.0" on master branch of repository jbosstools-arquillian fails:
> {code:java}
> [INFO] --- tycho-surefire-plugin:1.1.0:test (default-test) @ org.jboss.tools.arquillian.test ---
> [INFO] Expected eclipse log file: /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data/.metadata/.log
> [INFO] Command line:
> [/usr/lib/jvm/java-9-openjdk-9.0.4.11-4.fc27.x86_64/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jkopriva/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/home/jkopriva/git/jbosstools-arquillian/target/jacoco.exec,append=true,includes=org.jboss.tools.*, -Xms512m, -Xmx1024m, -XX:MetaspaceSize=256m, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.tests.skipPrivateRequirements=true, -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true, -Dosgi.clean=true, -jar, /home/jkopriva/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/data, -install, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work, -configuration, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jkopriva/git/jbosstools-arquillian/tests/org.jboss.tools.arquillian.test/target/surefire.properties]
> Exception in thread "main" java.lang.reflect.InvocationTargetException
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.base/java.lang.reflect.Method.invoke(Method.java:564)
> at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:500)
> at java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:512)
> Caused by: java.lang.RuntimeException: Class java/util/UUID could not be instrumented.
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:139)
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:100)
> at org.jacoco.agent.rt.internal_932a715.PreMain.createRuntime(PreMain.java:55)
> at org.jacoco.agent.rt.internal_932a715.PreMain.premain(PreMain.java:47)
> ... 6 more
> Caused by: java.lang.NoSuchFieldException: $jacocoAccess
> at java.base/java.lang.Class.getField(Class.java:1956)
> at org.jacoco.agent.rt.internal_932a715.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:137)
> ... 9 more
> FATAL ERROR in native method: processing of -javaagent failed
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] jbosstools-arquillian .............................. SUCCESS [ 6.441 s]
> [INFO] arquillian.features ................................ SUCCESS [ 0.034 s]
> [INFO] arquillian.plugins ................................. SUCCESS [ 0.023 s]
> [INFO] org.jboss.tools.arquillian.core .................... SUCCESS [ 29.414 s]
> [INFO] org.jboss.tools.arquillian.ui ...................... SUCCESS [ 6.807 s]
> [INFO] org.jboss.tools.arquillian.maven.configurator ...... SUCCESS [ 3.055 s]
> [INFO] org.jboss.tools.arquillian.feature ................. SUCCESS [ 2.116 s]
> [INFO] arquillian.tests ................................... SUCCESS [ 0.024 s]
> [INFO] org.jboss.tools.arquillian.test .................... FAILURE [ 3.627 s]
> [INFO] org.jboss.tools.arquillian.test.feature ............ SKIPPED
> [INFO] arquillian.site .................................... SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:26 min
> [INFO] Finished at: 2018-02-20T07:13:56+01:00
> [INFO] Final Memory: 112M/374M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.1.0:test (default-test) on project org.jboss.tools.arquillian.test: An unexpected error occured while launching the test runtime (return code 134). See log for details. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR] mvn <goals> -rf :org.jboss.tools.arquillian.test
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25736) deprecate features from JBoss Tools with low usage / low development
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25736?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25736:
-------------------------------
Description:
This issue is to consider *deprecating* the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
* jbosstools-portlet
* jbosstools-aerogear
* jbosstools-browsersim
* jbosstools-livereload
* jbosstools-webservices
* jbosstools-javaee
* -jbosstools-forge-
These projects could be *removed*, since they were deprecated some time ago:
* jbosstools-freemarker
* jbosstools-arquillian
For supporting arguments, see this doc (RH only, sorry):
https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
was:
This issue is to consider deprecating the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
* jbosstools-portlet
* jbosstools-aerogear
* jbosstools-browsersim
* jbosstools-livereload
* jbosstools-webservices
* jbosstools-javaee
* -jbosstools-forge-
For supporting arguments, see this doc (RH only, sorry):
https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
> deprecate features from JBoss Tools with low usage / low development
> --------------------------------------------------------------------
>
> Key: JBIDE-25736
> URL: https://issues.jboss.org/browse/JBIDE-25736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim, build, cdi, forge, jsf, livereload, portal-gatein, seam2, webservices
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM2
>
>
> This issue is to consider *deprecating* the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
> * jbosstools-portlet
> * jbosstools-aerogear
> * jbosstools-browsersim
> * jbosstools-livereload
> * jbosstools-webservices
> * jbosstools-javaee
> * -jbosstools-forge-
> These projects could be *removed*, since they were deprecated some time ago:
> * jbosstools-freemarker
> * jbosstools-arquillian
> For supporting arguments, see this doc (RH only, sorry):
> https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25736) deprecate features from JBoss Tools with low usage / low development
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25736?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-25736 at 2/20/18 8:45 AM:
-------------------------------------------------------------
Related: JBIDE-25738 - arquillian build with tycho 1.1.0 fails on test package ... so we could fix arquillian, or since it has very low usage and is already deprecated in Central, we could simply remove it.
was (Author: nickboldt):
Related: JBIDE-25738 - arquillian build with tycho 1.1.0 fails on test package ... so we could fix arquillian, or we could deprecate/remove it.
> deprecate features from JBoss Tools with low usage / low development
> --------------------------------------------------------------------
>
> Key: JBIDE-25736
> URL: https://issues.jboss.org/browse/JBIDE-25736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim, build, cdi, forge, jsf, livereload, portal-gatein, seam2, webservices
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM2
>
>
> This issue is to consider deprecating the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
> * jbosstools-portlet
> * jbosstools-aerogear
> * jbosstools-browsersim
> * jbosstools-livereload
> * jbosstools-webservices
> * jbosstools-javaee
> * -jbosstools-forge-
> For supporting arguments, see this doc (RH only, sorry):
> https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25736) deprecate features from JBoss Tools with low usage / low development
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25736?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-25736:
------------------------------------
Related: JBIDE-25738 - arquillian build with tycho 1.1.0 fails on test package ... so we could fix arquillian, or we could deprecate/remove it.
> deprecate features from JBoss Tools with low usage / low development
> --------------------------------------------------------------------
>
> Key: JBIDE-25736
> URL: https://issues.jboss.org/browse/JBIDE-25736
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, browsersim, build, cdi, forge, jsf, livereload, portal-gatein, seam2, webservices
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.3.AM2
>
>
> This issue is to consider deprecating the following parts of JBoss Tools. Suggest we mark them deprecated in feature.properties, and add/update connectors in Central to be similarly marked.
> * jbosstools-portlet
> * jbosstools-aerogear
> * jbosstools-browsersim
> * jbosstools-livereload
> * jbosstools-webservices
> * jbosstools-javaee
> * -jbosstools-forge-
> For supporting arguments, see this doc (RH only, sorry):
> https://docs.google.com/spreadsheets/d/1PTep1KGK2DVbmaWGwQOPhtbSsyROL_PY6...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBIDE-25276) intermittent test failures in webservices
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25276?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-25276:
-------------------------------
Attachment: ws-intermittent.png
> intermittent test failures in webservices
> -----------------------------------------
>
> Key: JBIDE-25276
> URL: https://issues.jboss.org/browse/JBIDE-25276
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Reporter: Nick Boldt
> Assignee: Jeff MAURY
> Priority: Critical
> Fix For: 4.5.x
>
> Attachments: ws-intermittent-test-failures.png, ws-intermittent.png
>
>
> Various tests are failing intermittently.
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> * org.jboss.tools.ws.creation.core.test.command.JBossWSClientCommandTest.testClientCodeGenerationCommand
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> * org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> * org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> * All Failed Tests
> Test Name
> Duration
> Age
> org.jboss.tools.ws.creation.core.test.command.JBossWSTopDownCommandTest.testDeployResult 12 sec 1
> org.jboss.tools.ws.creation.core.test.command.JBossWSTopDownCommandTest.testDeployResult 12 sec 1
> org.jboss.tools.ws.creation.core.test.command.JBossWSJavaFirstCommandTest.testDeployResult 37 sec 1
> org.jboss.tools.ws.creation.core.test.command.JBossWSClientCommandTest.testInitialClientCommand 0.65 sec 1
> org.jboss.tools.ws.creation.core.test.command.JBossWSClientCommandTest.testClientCodeGenerationCommand 0.6 sec 1
> org.jboss.tools.ws.creation.core.test.command.JBossWSClientCommandTest.testRemoveClientJarsCommand 0.59 sec 1
> org.jboss.tools.ws.creation.core.test.command.JBossWSMergeWebXMLCommandTest.testMergeWebXMLCommand 20 min 1
> org.jboss.tools.ws.jaxrs.core.internal.metamodel.indexation.JaxrsElementsIndexationDelegateTestCase.shouldIndexAndRetrieveMultipleEndpointsFromJavaApplication 0.1 sec 1
> org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JaxrsMetamodelChangedProcessorTestCase.shouldChangeEndpointUriPathTemplateWhenSwitchingToWebxmlCoreApplication 0.67 sec 2
> Can these be fixed or if not, disabled, so that we can consistently get green builds?
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month