Cron cd /srv/gump/public/gump/cron; /bin/bash gump.sh all

2021-11-11 Thread Cron Daemon
The lock file [/srv/gump/public/gump/gump.lock] exists, and is locked.. 
Either Gump is still running, or it terminated very abnormally.
Please resolve this (waiting or removing the lock file) before retrying.


-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2021-11-11 Thread Mark Thomas

On 11/11/2021 08:16, Mark Thomas wrote:
This will be the changes I made yesterday to add JaCoCo which it looks 
like I messed up. I'll take a look now.


Should be fixed now. Running an official run as the one at midnight failed.

Mark


On 11/11/2021 02:36, g...@gump-vm2.apache.org wrote:
There is a problem with run 'vmgump' (2021_01), location : 
http://gump-vm2.apache.org/


The log ought be at:
    http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
   File "bin/integrate.py", line 114, in 
 irun()
   File "bin/integrate.py", line 91, in irun
 result = getRunner(run).perform()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", 
line 260, in perform

 return self.performRun()
   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", 
line 214, in performRun

 self.finalize()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", 
line 240, in finalize

 self.run._dispatchEvent(FinalizeRunEvent(self.run))
   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 
186, in _dispatchEvent

 actor._processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 
83, in _processEvent

 self.processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 
127, in processEvent

 self._processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 
184, in _processOtherEvent

 self.processOtherEvent(event)
   File 
"/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent

 self.document()
   File 
"/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document

 self.documentRun()
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
97, in documentRun

 self.documentEverythingElse()
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
481, in documentEverythingElse

 self.documentModule(module)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
1843, in documentModule

 self.documentProject(project)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
1991, in documentProject

 self.documentProjectDetails(project, realTime)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
2083, in documentProjectDetails

 depens += self.documentDependenciesList(dependencySection,
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
2293, in documentDependenciesList

 self.insertLink(project, referencingObject,
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
3045, in insertLink

 link = self.getLink(toObject, fromObject, state)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", line 
3085, in getLink

 url = getRelativeLocation(toObject, fromObject,
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation

 toLocation=getLocationForObject(toObject,extn)
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject

 getPathForObject(object),
   File 
"/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
 
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
   File "/srv/gump/public/gump/python/gump/core/model/project.py", 
line 856, in getModule

 raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Problem running Apache Gump [vmgump]

2021-11-11 Thread gump
There is a problem with run 'vmgump' (2021_060002), location : 
http://gump-vm2.apache.org/

The log ought be at:
   http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in 
irun()
  File "bin/integrate.py", line 91, in irun
result = getRunner(run).perform()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
self.finalize()
  File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
self.run._dispatchEvent(FinalizeRunEvent(self.run))
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
actor._processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
self.processEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
self._processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
self.processOtherEvent(event)
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
self.document()
  File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
self.documentRun()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
self.documentEverythingElse()
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
self.documentModule(module)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
self.documentProject(project)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
self.documentProjectDetails(project, realTime)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
depens += self.documentDependenciesList(dependencySection,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
self.insertLink(project, referencingObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
link = self.getLink(toObject, fromObject, state)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
url = getRelativeLocation(toObject, fromObject,
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
toLocation=getLocationForObject(toObject,extn)
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
getPathForObject(object),
  File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
path=getPathForObject(object.getModule()).getPostfixed(object.getName())
  File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org



Re: Problem running Apache Gump [vmgump]

2021-11-11 Thread Mark Thomas
This will be the changes I made yesterday to add JaCoCo which it looks 
like I meessed up. I'll take a look now.


Mark


On 11/11/2021 02:36, g...@gump-vm2.apache.org wrote:

There is a problem with run 'vmgump' (2021_01), location : 
http://gump-vm2.apache.org/

The log ought be at:
http://gump-vm2.apache.org/gump_log.txt

The last (up to) 50 lines of the log are :
Document run using [XDocDocumenter]
Traceback (most recent call last):
   File "bin/integrate.py", line 114, in 
 irun()
   File "bin/integrate.py", line 91, in irun
 result = getRunner(run).perform()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 260, in 
perform
 return self.performRun()
   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 214, in 
performRun
 self.finalize()
   File "/srv/gump/public/gump/python/gump/core/runner/runner.py", line 240, in 
finalize
 self.run._dispatchEvent(FinalizeRunEvent(self.run))
   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 186, in 
_dispatchEvent
 actor._processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 83, in 
_processEvent
 self.processEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 127, in 
processEvent
 self._processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 184, in 
_processOtherEvent
 self.processOtherEvent(event)
   File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
48, in processOtherEvent
 self.document()
   File "/srv/gump/public/gump/python/gump/actor/document/documenter.py", line 
72, in document
 self.documentRun()
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 97, in documentRun
 self.documentEverythingElse()
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 481, in documentEverythingElse
 self.documentModule(module)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1843, in documentModule
 self.documentProject(project)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 1991, in documentProject
 self.documentProjectDetails(project, realTime)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2083, in documentProjectDetails
 depens += self.documentDependenciesList(dependencySection,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 2293, in documentDependenciesList
 self.insertLink(project, referencingObject,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3045, in insertLink
 link = self.getLink(toObject, fromObject, state)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/documenter.py", 
line 3085, in getLink
 url = getRelativeLocation(toObject, fromObject,
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 109, in getRelativeLocation
 toLocation=getLocationForObject(toObject,extn)
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 127, in getLocationForObject
 getPathForObject(object),
   File "/srv/gump/public/gump/python/gump/actor/document/xdocs/resolver.py", 
line 83, in getPathForObject
 path=getPathForObject(object.getModule()).getPostfixed(object.getName())
   File "/srv/gump/public/gump/python/gump/core/model/project.py", line 856, in 
getModule
 raise RuntimeError('Project [' + self.name + '] not in a module.]')
RuntimeError: Project [jacoco] not in a module.]
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org




-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org