You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by gu...@gump-vm.apache.org on 2019/07/27 00:00:22 UTC

Problem running Apache Gump [vmgump]

There is a problem with run 'vmgump' (27072019_000002), location : http://gump-vm.apache.org/
------------------------------------------------------------
The log ought be at:
   http://gump-vm.apache.org/gump_log.txt
------------------------------------------------------------
The last (up to) 50 lines of the log are :
Perform Subversion Checkout/Update on #[(1, 73)] : gump
Loading prefix map from /tmp/tmpno6GXs.properties
java.io.FileNotFoundException: /tmp/tmpno6GXs.properties (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112)
	at org.apache.gump.mvnrepoproxy.Main.main(Main.java:98)
Build Project: #[(1, 171)] : ant-1.6.5-pom :  [state:Unset]
SQL Warning:<class '_mysql_exceptions.OperationalError'>:(1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
SQL Error on [INSERT INTO gump_public.gump_project_run (state, project_name, reason, run_id) VALUES (2, 'ant-1.6.5-pom', 0, '6052B41F4C8BF5BBE83552F0DB28322D')] : (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
Traceback (most recent call last):
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
    affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in execute
    self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler
    raise errorvalue
OperationalError: (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
Traceback (most recent call last):
  File "bin/integrate.py", line 114, in <module>
    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 262, in perform
    return self.performRun()
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 199, in performRun
    self.performBuild(project)
  File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 130, in performBuild
    self.run.generateEvent(project)
  File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 203, in generateEvent
    self._dispatchEvent(EntityRunEvent(self, entity))
  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 125, in processEvent
    self._processProject(entity)
  File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 172, in _processProject
    self.processProject(project)
  File "/srv/gump/public/gump/python/gump/actor/mysql/databaser.py", line 101, in processProject
    helper.insert('gump_project_run', settings)
  File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
    affected = cursor.execute(statement)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in execute
    self.errorhandler(self, exc, value)
  File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler
    raise errorvalue
_mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
Process Exit Code : 1
--
Gump Version: 2.0.2-alpha-0003

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


Re: Problem running Apache Gump [vmgump]

Posted by Mark Thomas <ma...@apache.org>.
Known config issue. I think I have fixed it. Need to chat with Infra to
figure out how to make the config change persist.

Mark


On 27/07/2019 00:00, gump@gump-vm.apache.org wrote:
> There is a problem with run 'vmgump' (27072019_000002), location : http://gump-vm.apache.org/
> ------------------------------------------------------------
> The log ought be at:
>    http://gump-vm.apache.org/gump_log.txt
> ------------------------------------------------------------
> The last (up to) 50 lines of the log are :
> Perform Subversion Checkout/Update on #[(1, 73)] : gump
> Loading prefix map from /tmp/tmpno6GXs.properties
> java.io.FileNotFoundException: /tmp/tmpno6GXs.properties (No such file or directory)
> 	at java.base/java.io.FileInputStream.open0(Native Method)
> 	at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
> 	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
> 	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112)
> 	at org.apache.gump.mvnrepoproxy.Main.main(Main.java:98)
> Build Project: #[(1, 171)] : ant-1.6.5-pom :  [state:Unset]
> SQL Warning:<class '_mysql_exceptions.OperationalError'>:(1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
> SQL Error on [INSERT INTO gump_public.gump_project_run (state, project_name, reason, run_id) VALUES (2, 'ant-1.6.5-pom', 0, '6052B41F4C8BF5BBE83552F0DB28322D')] : (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
> Traceback (most recent call last):
>   File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
>     affected = cursor.execute(statement)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in execute
>     self.errorhandler(self, exc, value)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler
>     raise errorvalue
> OperationalError: (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
> Traceback (most recent call last):
>   File "bin/integrate.py", line 114, in <module>
>     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 262, in perform
>     return self.performRun()
>   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 199, in performRun
>     self.performBuild(project)
>   File "/srv/gump/public/gump/python/gump/core/runner/demand.py", line 130, in performBuild
>     self.run.generateEvent(project)
>   File "/srv/gump/public/gump/python/gump/core/run/gumprun.py", line 203, in generateEvent
>     self._dispatchEvent(EntityRunEvent(self, entity))
>   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 125, in processEvent
>     self._processProject(entity)
>   File "/srv/gump/public/gump/python/gump/core/run/actor.py", line 172, in _processProject
>     self.processProject(project)
>   File "/srv/gump/public/gump/python/gump/actor/mysql/databaser.py", line 101, in processProject
>     helper.insert('gump_project_run', settings)
>   File "/srv/gump/public/gump/python/gump/util/mysql.py", line 244, in insert
>     affected = cursor.execute(statement)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 250, in execute
>     self.errorhandler(self, exc, value)
>   File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler
>     raise errorvalue
> _mysql_exceptions.OperationalError: (1292, "Incorrect datetime value: '0000-00-00 00:00:00' for column 'start' at row 1")
> Process Exit Code : 1
> --
> Gump Version: 2.0.2-alpha-0003
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
> For additional commands, e-mail: general-help@gump.apache.org
> 


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