[JBoss JIRA] (JBIDE-20153) Docker server adapter
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20153?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-20153:
--------------------------------
Fix Version/s: 4.4.x
(was: 4.3.0.CR1)
> Docker server adapter
> ---------------------
>
> Key: JBIDE-20153
> URL: https://issues.jboss.org/browse/JBIDE-20153
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: docker, server
> Reporter: Max Rydahl Andersen
> Priority: Critical
> Fix For: 4.3.x, 4.4.x
>
>
> I've been wondering for a time what would be the best way to integrate docker with our server adapters.
> I initially first thought it should be an additional profile to the existing local or remote profiles - but I think that option actually ends up being too limiting. To start - the server inside the docker then is assumed to always be a wildfly server; and I think for docker that is too limiting.
> Watching Eclipse Che demo at EclipseCon I realized their approach for "Runners" actually fits perfectly.
> What they do is that they don't actually have any insight into what servers they are running - they simply just have an associated DockerFile for a "runner" which they build and then run before launching.
> Once launched they then know where the server port is, where the possible debug port is, where files are mounted etc.
> So this Docker Server Adapter can be made to run *any* kind of application.
> WildFly, Tomcat, Python, even plain java apps.
> And actually it is not just a DockerFile that is associated with the run but a templated dockerfile. A file where certain variables will be replaced; like:
> {code}
> VOLUME /deployments
> ADD $app$ /deployments
> {code}
> will add the packaged app (i.e. wonka.war) into the /deployments folder and /deployments is mounted.
> And actually the /deployments can then be updated incrementally if wanted to.
> Even greater is that if we could support the same syntax and semantics of the templating we can simply reuse the templates defined by Che at https://github.com/codenvy/dockerfiles/
> You can see more complete info on what codenvy/che does http://docs.codenvy.com/user/builders-and-runners/#custom-machines
> This would cover all the usecases I can currently think of with launching docker from eclipse - but not be tied to any specific server type.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20515) Application Wizard: double-click on a template should advance to next page
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-20515:
-----------------------------------
Summary: Application Wizard: double-click on a template should advance to next page
Key: JBIDE-20515
URL: https://issues.jboss.org/browse/JBIDE-20515
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.3.0.CR1
Reporter: Fred Bricon
Priority: Minor
In the application wizard, I intuitively expect double-clicking on a template will open the template details (i.e. open next page). It's kinda frustrating not to be able to do that.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-19949) Application wizard: Should automatically import once the resources are created
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19949?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-19949 at 8/26/15 12:45 PM:
---------------------------------------------------------------
PR https://github.com/jbosstools/jbosstools-openshift/pull/762 automatically imports the source code if only 1 build config is present.
In case multiple build configs exist (and that really is a corner case that I haven't tested), user will need to choose which one to import. The import wizard can only import one source repo at the time.
was (Author: fbricon):
PR https://github.com/jbosstools/jbosstools-openshift/pull/762 automatically imports the source code if only 1 build config is present.
In case multiple build configs exist (and that really is a corner case that I haven't tested), user will need to chose which one to import. The import wizard can only import one source repo at the time.
> Application wizard: Should automatically import once the resources are created
> ------------------------------------------------------------------------------
>
> Key: JBIDE-19949
> URL: https://issues.jboss.org/browse/JBIDE-19949
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Jeff Cantrill
> Assignee: Fred Bricon
> Labels: application_wizard, import_wizard, openshift_v3
> Fix For: 4.3.0.CR1
>
>
> Run the new app from template wizard and import the app as an eclipse project when its complete
> # EXEC: create new application for a v3 connection using some template
> Result:
> There's no Eclipse project imported once the wizard created the resources. I have to manually import the project.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-19903) Build/test timeout after 5 hours
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19903?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-19903:
------------------------------------
PR to approve: https://github.com/jbosstools/jbosstools-javaee/pull/370
Once this is in, we can kick the matrix job again to see if this helps to split up the 4 submodules' tests into 4 separate builds within the matrix.
> Build/test timeout after 5 hours
> --------------------------------
>
> Key: JBIDE-19903
> URL: https://issues.jboss.org/browse/JBIDE-19903
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions, seam2
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.3.x
>
>
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
> {code}
> 03:33:03 Failed tests:
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForType:29 Match not found (file - /numberguess/web/giveup.jspx name - numberGuess)
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForMethod1:44 Match not found (file - /numberguess/web/giveup.jspx name - remainingGuesses)
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForMethod2:59 Match not found (file - /numberguess/web/giveup.jspx name - possibilities)
> 03:33:03
> 03:33:03 Tests run: 86, Failures: 3, Errors: 0, Skipped: 0
> 03:33:03
> 03:33:08 [ERROR] There are test failures.
> {code}
> {code}
> 04:39:42 Running org.jboss.tools.seam.core.test.project.facet.Seam20XFacetTestSuite230
> 04:40:10 Jun 02, 2015 4:40:10 AM org.hibernate.eclipse.HibernatePlugin start
> 04:40:10 INFO: HibernatePlugin Started
> 04:40:55 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:40:55 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:40:55 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earNoLibPrj-ejb
> 04:40:56 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earNoLibPrj
> 04:41:25 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:25 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:26 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earTemplLibPrj-ejb
> 04:41:27 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earTemplLibPrj
> 04:41:58 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:58 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:58 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earLibPrj-ejb
> 04:41:59 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earLibPrj
> 04:42:03 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:03 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warNoTemplLibPrj
> 04:42:11 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:11 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:14 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warNoLibPrj
> 04:42:26 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:26 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:26 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warTemplLibPrj
> 04:42:53 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:53 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:53 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warLibPrj
> 04:42:57 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:57 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib{code}
> {code}
> 05:02:54 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO] Pack200 packing jar /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seamfp.ui.test/target/org.jboss.tools.seamfp.ui.test-3.7.0-SNAPSHOT.jar
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attached-p2-metadata) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (p2-metadata) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- download-maven-plugin:1.2.0:wget (install-eap) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:56 [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-noauth-4.3.0.GA_CP03.zip
> 05:02:56 Build timed out (after 300 minutes). Marking the build as aborted.
> 05:02:56 Terminating xvnc.
> 05:02:57 $ vncserver -kill :43
> 05:03:07 Killing Xvnc process ID 13038
> 05:03:09 Xvnc seems to be deadlocked. Kill the process manually and then re-run
> 05:03:09 /usr/bin/vncserver -kill :43
> 05:03:09 to clean up the socket files.
> 05:03:09 Build was aborted
> 05:03:09 Archiving artifacts
> 05:03:58 Recording test results
> 05:04:15 Description set:
> 05:04:15 Build was marked for publishing on https://hudson.jboss.org/hudson/
> 05:04:16 Notifying upstream projects of job completion
> 05:04:16 Finished: ABORTED
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-19903) Build/test timeout after 5 hours
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19903?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-19903:
----------------------------------
Assignee: Nick Boldt (was: Alexey Kazakov)
> Build/test timeout after 5 hours
> --------------------------------
>
> Key: JBIDE-19903
> URL: https://issues.jboss.org/browse/JBIDE-19903
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, cdi-extensions, seam2
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.3.x
>
>
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
> {code}
> 03:33:03 Failed tests:
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForType:29 Match not found (file - /numberguess/web/giveup.jspx name - numberGuess)
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForMethod1:44 Match not found (file - /numberguess/web/giveup.jspx name - remainingGuesses)
> 03:33:03 ELReferencesQueryParticipantTest.testELReferencesQueryParticipantForMethod2:59 Match not found (file - /numberguess/web/giveup.jspx name - possibilities)
> 03:33:03
> 03:33:03 Tests run: 86, Failures: 3, Errors: 0, Skipped: 0
> 03:33:03
> 03:33:08 [ERROR] There are test failures.
> {code}
> {code}
> 04:39:42 Running org.jboss.tools.seam.core.test.project.facet.Seam20XFacetTestSuite230
> 04:40:10 Jun 02, 2015 4:40:10 AM org.hibernate.eclipse.HibernatePlugin start
> 04:40:10 INFO: HibernatePlugin Started
> 04:40:55 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:40:55 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:40:55 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earNoLibPrj-ejb
> 04:40:56 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earNoLibPrj
> 04:41:25 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:25 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:26 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earTemplLibPrj-ejb
> 04:41:27 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earTemplLibPrj
> 04:41:58 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:58 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:41:58 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earLibPrj-ejb
> 04:41:59 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/earLibPrj
> 04:42:03 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:03 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:07 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warNoTemplLibPrj
> 04:42:11 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:11 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:14 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warNoLibPrj
> 04:42:26 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:26 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:26 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warTemplLibPrj
> 04:42:53 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:53 WARNING: openid4java-consumer.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:53 Deleting resource /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/work/data/warLibPrj
> 04:42:57 WARNING: commons-digester.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib
> 04:42:57 WARNING: core.jar jar is mentioned in deploy-*.list file but does not exist in /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seam230.core.test/target/requirements/jboss-seam-2.3.0/jboss-seam-2.3.0.Final/lib{code}
> {code}
> 05:02:54 [INFO] --- tycho-pack200b-plugin:0.22.0:pack (pack200-pack) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO] Pack200 packing jar /mnt/hudson_workspace/workspace/jbosstools-javaee_master/sources/seam/tests/org.jboss.tools.seamfp.ui.test/target/org.jboss.tools.seamfp.ui.test-3.7.0-SNAPSHOT.jar
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (attached-p2-metadata) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- tycho-p2-plugin:0.22.0:p2-metadata (p2-metadata) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:54 [INFO]
> 05:02:54 [INFO] --- download-maven-plugin:1.2.0:wget (install-eap) @ org.jboss.tools.seamfp.ui.test ---
> 05:02:56 [INFO] Got from cache: /home/hudson/static_build_env/jbds/download-cache/jboss-eap-noauth-4.3.0.GA_CP03.zip
> 05:02:56 Build timed out (after 300 minutes). Marking the build as aborted.
> 05:02:56 Terminating xvnc.
> 05:02:57 $ vncserver -kill :43
> 05:03:07 Killing Xvnc process ID 13038
> 05:03:09 Xvnc seems to be deadlocked. Kill the process manually and then re-run
> 05:03:09 /usr/bin/vncserver -kill :43
> 05:03:09 to clean up the socket files.
> 05:03:09 Build was aborted
> 05:03:09 Archiving artifacts
> 05:03:58 Recording test results
> 05:04:15 Description set:
> 05:04:15 Build was marked for publishing on https://hudson.jboss.org/hudson/
> 05:04:16 Notifying upstream projects of job completion
> 05:04:16 Finished: ABORTED
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20474) Cleanup last CI builds more aggressively
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20474?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-20474:
------------------------------------
I'm hesitant to make this change so close to CR1, in case it breaks other stuff.
Note that today there are only 4 builds in the hibernate master nightly:
http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib...
> Cleanup last CI builds more aggressively
> ----------------------------------------
>
> Key: JBIDE-20474
> URL: https://issues.jboss.org/browse/JBIDE-20474
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: build
> Affects Versions: 4.3.0.CR1
> Reporter: Fred Bricon
> Assignee: Nick Boldt
> Fix For: 4.3.0.CR1
>
>
> [18/08/2015 15:29:34] Fred Bricon: when building central, I see
> [18/08/2015 15:29:36] Fred Bricon: [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,58kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,18kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,93kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,88kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,25kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,77kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,43kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,94kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 14,74kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,7kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,58kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,95kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,11kB at 0B/s)
> [INFO] Fetching content.jar from http://download.jboss.org/jbosstools/mars/snapshots/builds/jbosstools-hib... (0B of 13,86kB at 0B/s)
> Nick sez:
> {quote}
> somethign something "store fewer instances of /snapshots/builds /JOB_NAME/TIMESTAMP; more aggressive cleanup required; suggest only keeping 5 builds max"
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months
[JBoss JIRA] (JBIDE-20447) 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20447?page=com.atlassian.jira.plugi... ]
Mickael Istria edited comment on JBIDE-20447 at 8/26/15 11:42 AM:
------------------------------------------------------------------
Couldn't it be caused by some machines missing the libwebkitgtk3 package? It's a recurring issue for some CI tests. (cc [~ibuziuk] [~kmarmaliykov])
May be related to JBIDE-19750
was (Author: mickael_istria):
Couldn't it be caused by some machines missing the libwebkitgtk3 package? It's a recurring issue for some CI tests. (cc [~ibuziuk] [~kmarmaliykov])
> 2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component
> ------------------------------------------------------------------
>
> Key: JBIDE-20447
> URL: https://issues.jboss.org/browse/JBIDE-20447
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: common/jst/core
> Affects Versions: 4.3.0.CR1
> Reporter: Nick Boldt
> Assignee: Konstantin Marmalyukov
> Labels: testfailure
> Fix For: 4.3.0.CR1
>
>
> *2 Test Failure(s) in JBIDE 4.3.0.CR1 for common/jst/core component:*
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_mast...
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> # [org.jboss.tools.foundation.ui.test.BrowserUtilTest|https://jenkins.mw.lab...] (failing for 11 builds)
> [Search for Test Failure JIRAs in JBIDE 4.3.0.CR1 for common/jst/core component|https://issues.jboss.org/issues/?jql=labels+IN+%28%22testfailur...]
> -----
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowserOrLink{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowserOrLink}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.268</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowserOrLink(BrowserUtilTest.java:51)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowserOrLink</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
> * {color:red}org.jboss.tools.foundation.ui.test.BrowserUtilTest : testCreateBrowser{color} (failing for 11 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-base_master/786/testReport/org.jboss.tools.foundation.ui.test/BrowserUtilTest/testCreateBrowser}
> <case>
> <age>11</age>
> <className>org.jboss.tools.foundation.ui.test.BrowserUtilTest</className>
> <duration>0.0030</duration>
> <errorStackTrace>java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:712)
> at org.junit.Assert.assertNotNull(Assert.java:722)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowser(BrowserUtilTest.java:32)
> </errorStackTrace>
> <failedSince>776</failedSince>
> <name>testCreateBrowser</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 7 months