Infra
Threads by month
- ----- 2025 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- 33378 discussions

[oVirt Jenkins] ovirt_engine_dao_unit_tests - Build # 3490 - Failure!
by Jenkins ci oVirt Server 11 Mar '13
by Jenkins ci oVirt Server 11 Mar '13
11 Mar '13
------=_Part_1100_629720440.1363015973686
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Project: http://jenkins.ovirt.org/job/ovirt_engine_dao_unit_tests/
Build: http://jenkins.ovirt.org/job/ovirt_engine_dao_unit_tests/3490/
Build Number: 3490
Build Status: Failure
Triggered By: Started by an SCM change
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #3490
[Gerrit Code Review] core: Upgrade - Error Can't start the ovirt...
-----------------
Failed Tests:
-----------------
10 tests failed.
REGRESSION: org.ovirt.engine.core.dao.DiskImageDynamicDAOTest.testUpdate
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatedisk_image_dynamic(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatedisk_image_dynamic(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist
Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:98)
at org.ovirt.engine.core.dao.DiskImageDynamicDAOTest.testUpdate(DiskImageDynamicDAOTest.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist
Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.DiskImageDynamicDAOTest.testUpdateAll
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatedisk_image_dynamic(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatedisk_image_dynamic(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist
Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.MassOperationsGenericDaoDbFacade.updateAll(MassOperationsGenericDaoDbFacade.java:38)
at org.ovirt.engine.core.dao.MassOperationsGenericDaoDbFacade.updateAll(MassOperationsGenericDaoDbFacade.java:27)
at org.ovirt.engine.core.dao.DiskImageDynamicDAOTest.testUpdateAll(DiskImageDynamicDAOTest.java:151)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist
Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 48 more
REGRESSION: org.ovirt.engine.core.dao.DiskImageDynamicDAOTest.testUpdateLatency
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatedisk_image_dynamic(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatedisk_image_dynamic(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist
Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:98)
at org.ovirt.engine.core.dao.DiskImageDynamicDAOTest.testUpdateLatency(DiskImageDynamicDAOTest.java:98)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "disk_image_dynamic" does not exist
Where: PL/pgSQL function "updatedisk_image_dynamic" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.StorageDomainDynamicDAOTest.testUpdate
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatestorage_domain_dynamic(?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "storage_domain_dynamic" does not exist Where: PL/pgSQL function "updatestorage_domain_dynamic" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatestorage_domain_dynamic(?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "storage_domain_dynamic" does not exist
Where: PL/pgSQL function "updatestorage_domain_dynamic" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.StorageDomainDynamicDAODbFacadeImpl.update(StorageDomainDynamicDAODbFacadeImpl.java:60)
at org.ovirt.engine.core.dao.StorageDomainDynamicDAODbFacadeImpl.update(StorageDomainDynamicDAODbFacadeImpl.java:12)
at org.ovirt.engine.core.dao.StorageDomainDynamicDAOTest.testUpdate(StorageDomainDynamicDAOTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "storage_domain_dynamic" does not exist
Where: PL/pgSQL function "updatestorage_domain_dynamic" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.VmStatisticsDAOTest.testUpdateStatistics
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatevmstatistics(?, ?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_statistics" does not exist Where: PL/pgSQL function "updatevmstatistics" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatevmstatistics(?, ?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_statistics" does not exist
Where: PL/pgSQL function "updatevmstatistics" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:98)
at org.ovirt.engine.core.dao.VmStatisticsDAOTest.testUpdateStatistics(VmStatisticsDAOTest.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_statistics" does not exist
Where: PL/pgSQL function "updatevmstatistics" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.VmStatisticsDAOTest.testUpdateAll
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatevmstatistics(?, ?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_statistics" does not exist Where: PL/pgSQL function "updatevmstatistics" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatevmstatistics(?, ?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_statistics" does not exist
Where: PL/pgSQL function "updatevmstatistics" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.MassOperationsGenericDaoDbFacade.updateAll(MassOperationsGenericDaoDbFacade.java:38)
at org.ovirt.engine.core.dao.MassOperationsGenericDaoDbFacade.updateAll(MassOperationsGenericDaoDbFacade.java:27)
at org.ovirt.engine.core.dao.VmStatisticsDAOTest.testUpdateAll(VmStatisticsDAOTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_statistics" does not exist
Where: PL/pgSQL function "updatevmstatistics" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 48 more
REGRESSION: org.ovirt.engine.core.dao.network.InterfaceDaoTest.testUpdateStatisticsForVds
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatevds_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vds_interface_statistics" does not exist Where: PL/pgSQL function "updatevds_interface_statistics" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatevds_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vds_interface_statistics" does not exist
Where: PL/pgSQL function "updatevds_interface_statistics" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.network.InterfaceDaoDbFacadeImpl.update(InterfaceDaoDbFacadeImpl.java:91)
at org.ovirt.engine.core.dao.network.InterfaceDaoDbFacadeImpl.updateStatisticsForVds(InterfaceDaoDbFacadeImpl.java:63)
at org.ovirt.engine.core.dao.network.InterfaceDaoTest.testUpdateStatisticsForVds(InterfaceDaoTest.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vds_interface_statistics" does not exist
Where: PL/pgSQL function "updatevds_interface_statistics" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.network.InterfaceDaoTest.testMasshUpdateStatisticsForVds
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatevds_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vds_interface_statistics" does not exist Where: PL/pgSQL function "updatevds_interface_statistics" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatevds_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vds_interface_statistics" does not exist
Where: PL/pgSQL function "updatevds_interface_statistics" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.network.InterfaceDaoDbFacadeImpl.update(InterfaceDaoDbFacadeImpl.java:91)
at org.ovirt.engine.core.dao.network.InterfaceDaoDbFacadeImpl.massUpdateStatisticsForVds(InterfaceDaoDbFacadeImpl.java:69)
at org.ovirt.engine.core.dao.network.InterfaceDaoTest.testMasshUpdateStatisticsForVds(InterfaceDaoTest.java:207)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vds_interface_statistics" does not exist
Where: PL/pgSQL function "updatevds_interface_statistics" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.network.VmNetworkStatisticsDaoTest.testUpdate
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatevm_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_interface_statistics" does not exist Where: PL/pgSQL function "updatevm_interface_statistics" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatevm_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_interface_statistics" does not exist
Where: PL/pgSQL function "updatevm_interface_statistics" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:98)
at org.ovirt.engine.core.dao.network.VmNetworkStatisticsDaoTest.testUpdate(VmNetworkStatisticsDaoTest.java:88)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_interface_statistics" does not exist
Where: PL/pgSQL function "updatevm_interface_statistics" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 47 more
REGRESSION: org.ovirt.engine.core.dao.network.VmNetworkStatisticsDaoTest.testUpdateAll
Error Message:
CallableStatementCallback; bad SQL grammar [{call updatevm_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_interface_statistics" does not exist Where: PL/pgSQL function "updatevm_interface_statistics" line 2 at SQL statement
Stack Trace:
org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call updatevm_interface_statistics(?, ?, ?, ?, ?, ?, ?)}]; nested exception is org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_interface_statistics" does not exist
Where: PL/pgSQL function "updatevm_interface_statistics" line 2 at SQL statement
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:388)
at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:351)
at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:181)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
at org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.update(DefaultGenericDaoDbFacade.java:102)
at org.ovirt.engine.core.dao.MassOperationsGenericDaoDbFacade.updateAll(MassOperationsGenericDaoDbFacade.java:38)
at org.ovirt.engine.core.dao.MassOperationsGenericDaoDbFacade.updateAll(MassOperationsGenericDaoDbFacade.java:27)
at org.ovirt.engine.core.dao.network.VmNetworkStatisticsDaoTest.testUpdateAll(VmNetworkStatisticsDaoTest.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:74)
at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:83)
at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:72)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:231)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:71)
at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:47)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:174)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.postgresql.util.PSQLException: ERROR: column "_update_date" of relation "vm_interface_statistics" does not exist
Where: PL/pgSQL function "updatevm_interface_statistics" line 2 at SQL statement
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
... 48 more
------=_Part_1100_629720440.1363015973686--
1
2
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Mon Mar 11 03:13:22 2013
Date Range Processed: yesterday
( 2013-Mar-10 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
404 Not Found
//admin/record_company.php/password_forgotten.php: 1 Time(s)
//errors.php?error=http://miroslavmorant.c ... mages/id.flv???: 1 Time(s)
//errors.php?error=http://www.flickr.com.d ... l.org/b0t.php??: 1 Time(s)
/______mailman/listinfo/users: 1 Time(s)
/admin/banner_manager.php/login.php: 3 Time(s)
/admin/categories.php/login.php: 3 Time(s)
/admin/categories.php/login.php?cPath=&act ... product_preview: 4 Time(s)
/admin/file_manager.php/login.php: 3 Time(s)
/admin/sqlpatch.php/password_forgotten.php?action=execute: 40 Time(s)
/apple-touch-icon-precomposed.png: 40 Time(s)
/apple-touch-icon.png: 38 Time(s)
/category/news/feed: 49 Time(s)
/category/news/feed/: 102 Time(s)
/community: 1 Time(s)
/favicon.ico: 395 Time(s)
/licensing: 1 Time(s)
/pipermail/arch/2012-march/000414.html: 1 Time(s)
/pipermail/infra/2012-August/000813.html/a ... product_preview: 1 Time(s)
/pipermail/infra/2012-August/admin/categor ... product_preview: 1 Time(s)
/pipermail/infra/2012-March/000227.htmlindex.php: 1 Time(s)
/pipermail/infra/2012-March/admin/sqlpatch ... ?action=execute: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... men.com/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... sil.org/bad.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... uk%2Fsimple.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... .com.br/bad.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001393.html ... men.com/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001400.html ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-November/001420.html ... men.com/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... al.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... c.com%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-November/001552.html ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... l.org%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-November/001552.html ... men.com/bat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com.br/bad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... 12.tr/kikok.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... 2Fwp-script.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... al.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... c.com%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... c.com%2Fjos.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... e.com/thumb.php: 3 Time(s)
/pipermail/infra/2012-November/wp-content/ ... l.org%2Fbad.php: 6 Time(s)
/pipermail/infra/2012-November/wp-content/ ... men.com/bat.php: 4 Time(s)
/pipermail/infra/2012-November/wp-content/ ... sil.org/bad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... uk%2Fsimple.php: 1 Time(s)
/pipermail/infra/2012-October//admin/recor ... d_forgotten.php: 1 Time(s)
/pipermail/infra/2012-October//errors.php? ... l.org/b0t.php??: 1 Time(s)
/pipermail/infra/2012-October//errors.php? ... mages/id.flv???: 1 Time(s)
/pipermail/infra/2012-October/001166.html/ ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/001166.html/ ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001166.html/ ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001181.html/ ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-October/001184.html& ... ?action=execute: 1 Time(s)
/pipermail/infra/2012-October/001184.html& ... d_forgotten.php: 1 Time(s)
/pipermail/infra/2012-October/001184.html& ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001184.html& ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001215.html& ... r.php/login.php: 4 Time(s)
/pipermail/infra/2012-October/001215.html& ... s.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001233.html& ... r.php/login.php: 5 Time(s)
/pipermail/infra/2012-October/001233.html& ... s.php/login.php: 5 Time(s)
/pipermail/infra/2012-October/001235.html/ ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001235.html/ ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001236.html& ... l.org/b0t.php??: 2 Time(s)
/pipermail/infra/2012-October/001236.html& ... mages/id.flv???: 2 Time(s)
/pipermail/infra/2012-October/001238.html& ... l.org/b0t.php??: 1 Time(s)
/pipermail/infra/2012-October/001238.html& ... mages/id.flv???: 1 Time(s)
/pipermail/infra/2012-October/001266.html& ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-October/admin/banner ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/admin/catego ... product_preview: 1 Time(s)
/pipermail/infra/2012-October/admin/categories.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/admin/file_m ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/admin/sqlpat ... ?action=execute: 17 Time(s)
/pipermail/infra/2012-October/wp-content/t ... 2Fwp-script.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... es.fr%2Fcpx.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-September/001024.htm ... product_preview: 3 Time(s)
/pipermail/infra/2012-September/001072.htm ... product_preview: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... al.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... ns.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... om.br%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-September/001143.htm ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-September/admin/cate ... product_preview: 3 Time(s)
/pipermail/infra/2012-September/admin/sqlp ... ?action=execute: 39 Time(s)
/pipermail/infra/2012-September/wp-content ... 2Fwp-script.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... al.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... es.fr%2Fcpx.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... ns.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... om.br%2Fbad.php: 1 Time(s)
/pipermail/infra/admin/categories.php/logi ... product_preview: 1 Time(s)
/pipermail/infra/admin/sqlpatch.php/passwo ... ?action=execute: 38 Time(s)
/pipermail/infra/wp-content/themes/Envisio ... 12.tr/kikok.php: 1 Time(s)
/pipermail/infra/wp-content/themes/Envisio ... e.com/thumb.php: 2 Time(s)
/pipermail/users/2012-August/mobiquo/mobiquo.php: 1 Time(s)
/releases/beta/fedora/17/repodata/filelists.xml.gz: 24 Time(s)
/releases/beta/fedora/17/repodata/other.xml.gz: 1 Time(s)
/releases/beta/fedora/17/repodata/repomd.xml: 29 Time(s)
/releases/nightly/RHEL/6/md5sum: 1 Time(s)
/releases/nightly/fedora/16/repodata/repomd.xml: 27 Time(s)
/releases/nightly/fedora/17/repodata/primary.xml.gz: 1 Time(s)
/releases/nightly/rpm/Fedora/18/x86_64/vds ... fc18.x86_64.rpm: 1 Time(s)
/releases/ovirt-release-centos.noarch.rpm: 1 Time(s)
/releases/ovirt-release-fedora-noarch.rpm: 3 Time(s)
/releases/ovirt-releases-fedora-noarch.rpm: 1 Time(s)
/releases/stable/binary/: 2 Time(s)
/releases/stable/binary/ovirt-node-image-2.2.2-2.2.fc16.iso: 4 Time(s)
/releases/stable/fedora/16/: 1 Time(s)
/releases/stable/fedora/16/ovirt-engine.repo: 1 Time(s)
/releases/stable/fedora/16/repodata/primary.xml.gz: 23 Time(s)
/releases/stable/fedora/16/repodata/repomd.xml: 204 Time(s)
/releases/stable/rpm/EL/6/: 1 Time(s)
/releases/stable/rpm/EL/6/noarch/: 2 Time(s)
/releases/stable/rpm/EL6/6: 1 Time(s)
/releases/stable/rpm/EL6/6.3/repodata/repomd.xml: 2 Time(s)
/releases/stable/rpm/EL6/6/repodata/: 1 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd.xml: 62 Time(s)
/releases/stable/rpm/EL6/6Server/repodata/repomd.xml: 36 Time(s)
/releases/stable/rpm/EL6/6Workstation/repodata/repomd.xml: 5 Time(s)
/releases/stable/rpm/Fedora/$releasever/: 1 Time(s)
/releases/stable/rpm/Fedora/15/repodata/repomd.xml: 2 Time(s)
/releases/stable/rpm/Fedora/16/repodata/repomd.xml: 18 Time(s)
/releases/stable/rpm/fedora/18: 1 Time(s)
/robots.txt: 24 Time(s)
/wiki/Quantum_and_oVirt: 1 Time(s)
/wp-content/themes/Aggregate/timthumb.php? ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/CoffeeBreak/thumb.php?s ... c.com%2Fjos.php: 1 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... 12.tr/kikok.php: 1 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... al.com%2Fsh.php: 1 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... c.com%2Fbad.php: 2 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... e.com/thumb.php: 5 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... l.org%2Fbad.php: 3 Time(s)
/wp-content/themes/LondonLive/thumb.php?sr ... .com.br/bad.php: 1 Time(s)
/wp-content/themes/Minimal/timthumb.php?sr ... es.fr%2Fcpx.php: 1 Time(s)
/wp-content/themes/Minimal/timthumb.php?sr ... fr%2Fshellx.php: 1 Time(s)
/wp-content/themes/Minimal/timthumb.php?sr ... om%2Fstunxx.php: 1 Time(s)
/wp-content/themes/Nova/timthumb.php?src=h ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/TheProfessional/timthum ... men.com/bat.php: 1 Time(s)
/wp-content/themes/TheSource/scripts/timth ... men.com/bat.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... com%2Fjahat.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... uk%2Fsimple.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... sil.org/bad.php: 1 Time(s)
/wp-content/themes/greydove/timthumb.php?s ... c.com%2Fjos.php: 1 Time(s)
/wp-content/themes/greydove/timthumb.php?s ... ns.com%2Fsh.php: 1 Time(s)
/wp-content/themes/irresistible/thumb.php? ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/kratalistic/thumb.php?s ... com%2Fjahat.php: 1 Time(s)
/wp-content/themes/kratalistic/thumb.php?s ... om.br%2Fbad.php: 1 Time(s)
/wp-content/themes/listings/timthumb.php?s ... men.com/bat.php: 1 Time(s)
/wp-content/themes/overeasy/scripts/timthu ... c.com%2Fjos.php: 1 Time(s)
/wp-content/themes/r755/thumb.php?src=http ... al.com%2Fsh.php: 1 Time(s)
/wp-content/themes/skeptical/thumb.php?src ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/skeptical/timthumb.php? ... men.com/bat.php: 1 Time(s)
/wp-content/themes/u-design/scripts/timthu ... e.com/thumb.php: 1 Time(s)
/wp-content/themes/u-design/scripts/timthu ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/versatile/timthumb.php? ... 2Fwp-script.php: 1 Time(s)
/wp-login.php: 65 Time(s)
416 Request Range Not Satisfiable
/releases/3.2/rpm/Fedora/18/x86_64/vdsm-4. ... fc18.x86_64.rpm: 1 Time(s)
/releases/nightly/rpm/Fedora/17/repodata/filelists.xml.gz: 1 Time(s)
/releases/nightly/rpm/Fedora/17/repodata/other.xml.gz: 8 Time(s)
/releases/nightly/rpm/Fedora/18/noarch/oto ... fc18.noarch.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 6.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 8.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/noarch/vdsm ... fc18.noarch.rpm: 20 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/libg ... 18.2.x86_64.rpm: 11 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/syst ... 18.2.x86_64.rpm: 2 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/vdsm ... fc18.x86_64.rpm: 3 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
116 *Warning: Connection concurrency limit reached
8 *Warning: Pre-queue content-filter connection overload
13.003M Bytes accepted 13,634,886
144.334M Bytes delivered 151,344,758
======== ================================================
1720 Accepted 98.91%
19 Rejected 1.09%
-------- ------------------------------------------------
1739 Total 100.00%
======== ================================================
5 Reject relay denied 26.32%
14 Reject unknown user 73.68%
-------- ------------------------------------------------
19 Total Rejects 100.00%
======== ================================================
1803 Connections made
586 Connections lost
1803 Disconnections
1682 Removed from queue
701 Delivered
24057 Sent via SMTP
3 Forwarded
50 Deferred
702 Deferrals
2 Bounce (local)
39 Bounce (remote)
38 DSNs undeliverable
634 Connection failure (outbound)
22 Timeout (inbound)
27 Hostname verification errors
317 Enabled PIX workaround
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Users logging in through sshd:
gerrit-backup:
107.22.212.69 (gerrit.ovirt.org) 3 times
jenkins:
50.19.1.136 (ec2-50-19-1-136.compute-1.amazonaws.com) 2 times
jslave:
23.20.17.161 (ec2-23-20-17-161.compute-1.amazonaws.com) 1 time
Received disconnect:
11: Bye Bye : 1588 Time(s)
11: disconnected by user : 3 Time(s)
SFTP subsystem requests: 3 Time(s)
---------------------- SSHD End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 48G 43G 4.6G 91% /
/dev/xvda => 91% Used. Warning. Disk Filling up.
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
1
0
#38: nightly job issue at fedora-18?
----------------------+-----------------------
Reporter: alonbl | Owner: infra@…
Type: bug | Status: new
Priority: major | Milestone: oVirt 3.2
Component: General | Version: Test
Severity: Normal | Keywords:
Blocked By: | Blocking:
----------------------+-----------------------
Hi,
I try to put ovirt-host-deploy-1.0.1* as output of [1].
See[2].
{{{
SSH: put [ovirt-host-deploy-
java-1.0.1-0.0.master.20130308.git5bf797e.fc18.noarch.rpm]
}}}
So it should be OK... but I can see this for fedora-17[3] and not
fedora-18[4].
So I guess there is something wrong in the publishing.
Thanks!
[1] http://jenkins.ovirt.org/view/All/job/ovirt-host-
deploy_create_rpms_fedora-1.0/
[2]
http://jenkins.ovirt.org/view/All/job/publish_ovirt_rpms_nightly/277/console
[3] http://resources.ovirt.org/releases/nightly/rpm/Fedora/17/noarch/
[4] http://resources.ovirt.org/releases/nightly/rpm/Fedora/18/noarch/
--
Ticket URL: <https://fedorahosted.org/ovirt/ticket/38>
ovirt <http://www.ovirt.org/>
oVirt - virtualization made easy.
3
6
Hello All,
as you may know i have been working for a while on oVirtLive image [1,2].
-as a first step I would like to have oVirt to host this sub-project in a repository
-the following step have nightly builds on jenkins for different versions/distros etc.
i think that can help in terms of project exposure, when people sometimes find deployment and installation as a hard process.
[1]http://lists.ovirt.org/pipermail/users/2012-September/003819.html
[2]http://wiki.ovirt.org/wiki/OVirt_Live
Thanks,
Moran.
8
10
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Sun Mar 10 03:45:22 2013
Date Range Processed: yesterday
( 2013-Mar-09 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
404 Not Found
//appserv/main.php?appserv_root=http://stu ... es/tradid.txt??: 15 Time(s)
//appserv/main.php?appserv_root=http://www ... ges/bonze.jpg??: 30 Time(s)
//appserv/main.php?appserv_root=test??: 15 Time(s)
/__mailman/listinfo/users: 2 Time(s)
/admin/banner_manager.php/login.php: 3 Time(s)
/admin/categories.php/login.php: 3 Time(s)
/admin/categories.php/login.php?cPath=&act ... product_preview: 5 Time(s)
/admin/file_manager.php/login.php: 2 Time(s)
/admin/record_company.php: 1 Time(s)
/admin/sqlpatch.php/password_forgotten.php?action=execute: 37 Time(s)
/apple-touch-icon-precomposed.png: 32 Time(s)
/cart.php?a=byroe&templatefile=../../../configuration.php%00: 2 Time(s)
/category/news/feed: 19 Time(s)
/category/news/feed/: 77 Time(s)
/community: 1 Time(s)
/favicon.ico: 198 Time(s)
/index.html: 1 Time(s)
/join: 1 Time(s)
/licensing: 1 Time(s)
/news-and-events/workshop/: 2 Time(s)
/phpMyAdmin/scripts/setup.php: 1 Time(s)
/pipermail/infra//appserv/main.php?appserv ... es/tradid.txt??: 1 Time(s)
/pipermail/infra//appserv/main.php?appserv ... ges/bonze.jpg??: 2 Time(s)
/pipermail/infra//appserv/main.php?appserv_root=test??: 1 Time(s)
/pipermail/infra/2012-November//appserv/ma ... erv_root=test??: 1 Time(s)
/pipermail/infra/2012-November//appserv/ma ... es/tradid.txt??: 1 Time(s)
/pipermail/infra/2012-November//appserv/ma ... ges/bonze.jpg??: 2 Time(s)
/pipermail/infra/2012-November/001288.html ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-November/001288.html ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001288.html ... .ro%2Fkikok.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... .com%2Fbajo.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... .com.au/bat.php: 2 Time(s)
/pipermail/infra/2012-November/001330.html ... .tr%2Fcilik.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... c.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... gns.com/eva.php: 2 Time(s)
/pipermail/infra/2012-November/001330.html ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001333.html ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... es.fr%2Fcpx.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... men.com/bat.php: 3 Time(s)
/pipermail/infra/2012-November/001404.html ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001404.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001432.html ... al.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... 0%2F%2Fevil.php: 2 Time(s)
/pipermail/infra/2012-November/001445.html ... c.com%2Fbad.php: 4 Time(s)
/pipermail/infra/2012-November/001445.html ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... o.com%2Fdir.php: 7 Time(s)
/pipermail/infra/2012-November/001445.html ... te.us%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001462.html ... mage-upload.php: 2 Time(s)
/pipermail/infra/2012-November/001471.html ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001506.html ... gos.ba%2Fsh.php: 3 Time(s)
/pipermail/infra/2012-November/001525.html ... al.com%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001525.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... men.com/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001572.html ... mage-upload.php: 5 Time(s)
/pipermail/infra/2012-November/admin/record_company.php: 1 Time(s)
/pipermail/infra/2012-November/admin/sqlpa ... ?action=execute: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .br%2Fbogel.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com%2Fbajo.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com.au/bat.php: 4 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .ro%2Fkikok.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .ro%2Fpagat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .tr%2Fcilik.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... 0%2F%2Fevil.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... 2010%2Fevil.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... ads/2010/b1.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... al.com%2Fsh.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... c.com%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... com%2Fsavan.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... es.fr%2Fcpx.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... gos.ba%2Fsh.php: 4 Time(s)
/pipermail/infra/2012-November/wp-content/ ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... mage-upload.php: 4 Time(s)
/pipermail/infra/2012-November/wp-content/ ... men.com/bat.php: 3 Time(s)
/pipermail/infra/2012-November/wp-content/ ... o.com%2Fdir.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... om.br%2Fbad.php: 3 Time(s)
/pipermail/infra/2012-November/wp-content/ ... org%2Fpagat.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... pt.nl%2Fdir.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... te.us%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-October/001166.html& ... om%2Fstunxx.php: 4 Time(s)
/pipermail/infra/2012-October/001166.html/ ... r.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001166.html/ ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001181.html& ... gos.ba%2Fsh.php: 2 Time(s)
/pipermail/infra/2012-October/001184.html& ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001184.html& ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001215.html& ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001215.html& ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001233.html& ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001233.html& ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001266.html& ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-October/001266.html& ... om%2Fupload.php: 2 Time(s)
/pipermail/infra/2012-October/001266.html/ ... vel%2Fcrotz.php: 1 Time(s)
/pipermail/infra/2012-October/001269.html& ... mage-upload.php: 2 Time(s)
/pipermail/infra/2012-October/admin/banner ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/admin/categories.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/admin/file_m ... r.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/admin/sqlpat ... ?action=execute: 11 Time(s)
/pipermail/infra/2012-October/wp-content/p ... mage-upload.php: 2 Time(s)
/pipermail/infra/2012-October/wp-content/t ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... om%2Fstunxx.php: 3 Time(s)
/pipermail/infra/2012-October/wp-content/t ... om%2Fupload.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... vel%2Fcrotz.php: 1 Time(s)
/pipermail/infra/2012-September/001015.htm ... men.com/bat.php: 4 Time(s)
/pipermail/infra/2012-September/001024.htm ... product_preview: 7 Time(s)
/pipermail/infra/2012-September/001024.htm ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-September/001024.htm ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-September/001072.htm ... guration.php%00: 2 Time(s)
/pipermail/infra/2012-September/001085.htm ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... .com.au/bat.php: 2 Time(s)
/pipermail/infra/2012-September/001139.htm ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-September/001161.htmlindex.php: 1 Time(s)
/pipermail/infra/2012-September/admin/bann ... r.php/login.php: 1 Time(s)
/pipermail/infra/2012-September/admin/cate ... product_preview: 5 Time(s)
/pipermail/infra/2012-September/admin/cate ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-September/admin/file ... r.php/login.php: 1 Time(s)
/pipermail/infra/2012-September/admin/sqlp ... ?action=execute: 36 Time(s)
/pipermail/infra/2012-September/cart.php?a ... guration.php%00: 2 Time(s)
/pipermail/infra/2012-September/wp-content ... .com.au/bat.php: 3 Time(s)
/pipermail/infra/2012-September/wp-content ... c.com%2Fjos.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... men.com/bat.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... om.br%2Fbad.php: 2 Time(s)
/pipermail/infra/admin/record_company.php: 1 Time(s)
/pipermail/infra/admin/sqlpatch.php/passwo ... ?action=execute: 37 Time(s)
/pipermail/infra/wp-content/themes/Envisio ... .br%2Fbogel.php: 2 Time(s)
/pipermail/infra/wp-content/themes/LondonL ... com%2Fsavan.php: 1 Time(s)
/pipermail/infra/wp-content/themes/TheTrav ... pt.nl%2Fdir.php: 1 Time(s)
/pipermail/infra/wp-content/themes/edupres ... org%2Fpagat.php: 2 Time(s)
/pipermail/infra/wp-content/themes/kratali ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/wp-content/themes/welcome ... .ro%2Fpagat.php: 1 Time(s)
/pipermail/infra/wp-content/themes/welcome ... 2010%2Fevil.php: 1 Time(s)
/pipermail/infra/wp-content/themes/welcome ... ads/2010/b1.php: 1 Time(s)
/releases/beta/fedora/17/repodata/filelists.xml.gz: 24 Time(s)
/releases/beta/fedora/17/repodata/other.xml.gz: 1 Time(s)
/releases/beta/fedora/17/repodata/repomd.xml: 24 Time(s)
/releases/beta/ovirt-engine.repo: 1 Time(s)
/releases/beta/rpm/Fedora/19/noarch/repodata/: 2 Time(s)
/releases/nightly/fedora/16/ovirt-engine.repo: 1 Time(s)
/releases/nightly/fedora/16/repodata/repomd.xml: 20 Time(s)
/releases/nightly/rpm/EL/6/6/repodata/repomd.xml: 1 Time(s)
/releases/ovirt-release-fedora-noarch.rpm: 1 Time(s)
/releases/ovirt-release-fedora-norach.rpm: 2 Time(s)
/releases/ovirt-release-fedora.norach.rpm: 2 Time(s)
/releases/stable/binary/: 2 Time(s)
/releases/stable/f16: 1 Time(s)
/releases/stable/fedora/16//repodata/repomd.xml: 1 Time(s)
/releases/stable/fedora/16/repodata/primary.xml.gz: 24 Time(s)
/releases/stable/fedora/16/repodata/repomd.xml: 239 Time(s)
/releases/stable/ovirt-engine.repo: 2 Time(s)
/releases/stable/rpm/EL/: 2 Time(s)
/releases/stable/rpm/EL/6/6/repodata/repomd.xml: 1 Time(s)
/releases/stable/rpm/EL/6/repodata/repomd.xml: 1 Time(s)
/releases/stable/rpm/EL/6/x86_64/: 1 Time(s)
/releases/stable/rpm/EL6/6.3/repodata/repomd.xml: 2 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd.xml: 41 Time(s)
/releases/stable/rpm/EL6/6Server/repodata/repomd.xml: 33 Time(s)
/releases/stable/rpm/EL6/6Workstation/repodata/repomd.xml: 5 Time(s)
/releases/stable/rpm/Fedora/15/repodata/repomd.xml: 11 Time(s)
/releases/stable/rpm/Fedora/16/repodata/repomd.xml: 14 Time(s)
/robots.txt: 26 Time(s)
/wiki/Quantum_and_oVirt: 1 Time(s)
/wp-content/plugins/radykal-fancy-gallery/ ... mage-upload.php: 5 Time(s)
/wp-content/themes/Envisioned/tools/pivotx ... .br%2Fbogel.php: 2 Time(s)
/wp-content/themes/LondonLive/thumb.php?sr ... com%2Fsavan.php: 1 Time(s)
/wp-content/themes/Minimal/scripts/timthum ... men.com/bat.php: 1 Time(s)
/wp-content/themes/Minimal/thumb.php?src=h ... .com/tim/up.php: 1 Time(s)
/wp-content/themes/Minimal/timthumb.php?sr ... .com/tim/up.php: 1 Time(s)
/wp-content/themes/Minimal/timthumb.php?sr ... om%2Fstunxx.php: 4 Time(s)
/wp-content/themes/Nova/timthumb.php?src=h ... om%2Fupload.php: 1 Time(s)
/wp-content/themes/Nova/timthumb.php?src=h ... vel%2Fcrotz.php: 1 Time(s)
/wp-content/themes/OptimizePress/timthumb. ... .tr%2Fcilik.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... c.com%2Fbad.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... pt.nl%2Fdir.php: 1 Time(s)
/wp-content/themes/busybee/thumb.php?src=h ... al.com%2Fsh.php: 1 Time(s)
/wp-content/themes/busybee/thumb.php?src=h ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/canvas/scripts/timthumb ... men.com/bat.php: 2 Time(s)
/wp-content/themes/canvas/thumb.php?src=ht ... es.fr%2Fcpx.php: 1 Time(s)
/wp-content/themes/canvas/thumb.php?src=ht ... fr%2Fshellx.php: 1 Time(s)
/wp-content/themes/canvas/thumb.php?src=ht ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/crisp/thumb.php?src=htt ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/deliciousmagazine/thumb ... om.br%2Fbad.php: 1 Time(s)
/wp-content/themes/eStore/timthumb.php?src ... al.com%2Fsh.php: 1 Time(s)
/wp-content/themes/eStore/timthumb.php?src ... om.br%2Fbad.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... .com%2Fbajo.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... gns.com/eva.php: 2 Time(s)
/wp-content/themes/edupress/scripts/timthu ... om.br%2Fbad.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... org%2Fpagat.php: 2 Time(s)
/wp-content/themes/freshnews/thumb.php?src ... e.com/thumb.php: 1 Time(s)
/wp-content/themes/kratalistic/thumb.php?s ... c.com%2Fjos.php: 1 Time(s)
/wp-content/themes/kratalistic/thumb.php?s ... e.com/thumb.php: 1 Time(s)
/wp-content/themes/overeasy/scripts/timthu ... men.com/bat.php: 1 Time(s)
/wp-content/themes/premiumnews/thumb.php?s ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/r755/thumb.php?src=http ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/r755/thumb.php?src=http ... om.br%2Fbad.php: 2 Time(s)
/wp-content/themes/r755/timthumb.php?src=h ... .com.au/bat.php: 2 Time(s)
/wp-content/themes/skeptical/thumb.php?src ... .com.au/bat.php: 2 Time(s)
/wp-content/themes/skeptical/thumb.php?src ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/themorningafter/thumb.p ... .com%2Fjack.php: 1 Time(s)
/wp-content/themes/themorningafter/timthum ... .com.au/bat.php: 1 Time(s)
/wp-content/themes/themorningafter/timthum ... .ro%2Fkikok.php: 1 Time(s)
/wp-content/themes/u-design/scripts/timthu ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/versatile/timthumb.php? ... .com.au/bat.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... .ro%2Fpagat.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... 0%2F%2Fevil.php: 2 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... 2010%2Fevil.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... ads/2010/b1.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... c.com%2Fbad.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... c.com%2Fjos.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... o.com%2Fdir.php: 2 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... te.us%2Fbad.php: 1 Time(s)
/wp-login.php: 69 Time(s)
416 Request Range Not Satisfiable
/releases/3.2/rpm/Fedora/18/x86_64/libgude ... 18.2.x86_64.rpm: 1 Time(s)
/releases/3.2/rpm/Fedora/18/x86_64/vdsm-4. ... fc18.x86_64.rpm: 1 Time(s)
/releases/nightly/rpm/Fedora/18/noarch/oto ... fc18.noarch.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 6.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 8.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/noarch/vdsm ... fc18.noarch.rpm: 26 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/libg ... 18.2.x86_64.rpm: 11 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/syst ... 18.2.x86_64.rpm: 3 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/vdsm ... fc18.x86_64.rpm: 3 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
2 *Warning: Pre-queue content-filter connection overload
2.593M Bytes accepted 2,719,043
13.073M Bytes delivered 13,707,963
======== ================================================
474 Accepted 98.96%
5 Rejected 1.04%
-------- ------------------------------------------------
479 Total 100.00%
======== ================================================
2 Reject relay denied 40.00%
3 Reject unknown user 60.00%
-------- ------------------------------------------------
5 Total Rejects 100.00%
======== ================================================
353 Connections made
1 Connections lost
353 Disconnections
450 Removed from queue
216 Delivered
2459 Sent via SMTP
5 Forwarded
31 Deferred
428 Deferrals
4 Bounce (local)
16 Bounce (remote)
2 Expired and returned to sender
22 DSNs undeliverable
332 Connection failure (outbound)
1 Timeout (inbound)
25 Hostname verification errors
44 Enabled PIX workaround
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Users logging in through sshd:
gerrit-backup:
107.22.212.69 (gerrit.ovirt.org) 3 times
jenkins:
50.19.1.136 (ec2-50-19-1-136.compute-1.amazonaws.com) 1 time
Received disconnect:
11: Bye Bye : 4502 Time(s)
11: disconnected by user : 3 Time(s)
SFTP subsystem requests: 1 Time(s)
---------------------- SSHD End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 48G 43G 4.7G 91% /
/dev/xvda => 91% Used. Warning. Disk Filling up.
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
1
0
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Sat Mar 9 03:22:23 2013
Date Range Processed: yesterday
( 2013-Mar-08 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
404 Not Found
/%2A%2Amailman/listinfo/users: 2 Time(s)
/admin/banner_manager.php/login.php: 1 Time(s)
/admin/categories.php/login.php: 1 Time(s)
/admin/file_manager.php/login.php: 1 Time(s)
/apple-touch-icon-precomposed.png: 2 Time(s)
/apple-touch-icon.png: 2 Time(s)
/category/news/feed: 29 Time(s)
/category/news/feed/: 172 Time(s)
/community-activity: 1 Time(s)
/favicon.ico: 499 Time(s)
/join: 1 Time(s)
/mai: 1 Time(s)
/news-and-events/workshop/: 1 Time(s)
/pipermail/announce/2012-february/000019.html: 1 Time(s)
/pipermail/engine-commits/2012-august/001870.html: 1 Time(s)
/pipermail/engine-devel/2012-september/002410.html: 1 Time(s)
/pipermail/engine-patches/2012-april/013910.html: 1 Time(s)
/pipermail/engine-patches/2012-august/031463.html: 1 Time(s)
/pipermail/engine-patches/2012-february/007006.html: 1 Time(s)
/pipermail/engine-patches/2012-july/025448.html: 1 Time(s)
/pipermail/engine-patches/2012-june/021841.html: 1 Time(s)
/pipermail/engine-patches/2012-march/010525.html: 1 Time(s)
/pipermail/engine-patches/2012-may/019279.html: 1 Time(s)
/pipermail/engine-patches/2012-september/036536.html: 1 Time(s)
/pipermail/infra/2012-March/000227.htmlindex.php: 1 Time(s)
/pipermail/infra/2012-November/001285.html ... .info/cilik.php: 1 Time(s)
/pipermail/infra/2012-November/001313.html ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... .com/jaguar.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... c.com%2Fjos.php: 2 Time(s)
/pipermail/infra/2012-November/001330.html ... c.com/jahat.php: 4 Time(s)
/pipermail/infra/2012-November/001330.html ... een.nl/tabz.php: 2 Time(s)
/pipermail/infra/2012-November/001330.html ... es.fr%2Fcpx.php: 3 Time(s)
/pipermail/infra/2012-November/001330.html ... fr%2Fshellx.php: 3 Time(s)
/pipermail/infra/2012-November/001330.html ... g.ro%2Frawk.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... o.com%2Fdir.php: 20 Time(s)
/pipermail/infra/2012-November/001330.html ... om%2Fstunxx.php: 10 Time(s)
/pipermail/infra/2012-November/001333.html ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-November/001393.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001404.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... m.ar%2Fmail.php: 3 Time(s)
/pipermail/infra/2012-November/001462.html ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-November/001471.html ... g.ro%2Frawk.php: 1 Time(s)
/pipermail/infra/2012-November/001471.html ... o.com%2Fdir.php: 20 Time(s)
/pipermail/infra/2012-November/001471.html ... om%2Fstunxx.php: 10 Time(s)
/pipermail/infra/2012-November/001483.html ... g.ro%2Frawk.php: 2 Time(s)
/pipermail/infra/2012-November/001552.html ... i56.com/ren.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... m.ar%2Fmail.php: 2 Time(s)
/pipermail/infra/2012-November/001552.html ... om.br/pagat.php: 1 Time(s)
/pipermail/infra/2012-November/001572.html ... m.ar%2Fmail.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com/jaguar.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .info/cilik.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... c.com%2Fjos.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... c.com/jahat.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... e.org%2Fcok.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... een.nl/tabz.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... es.fr%2Fcpx.php: 3 Time(s)
/pipermail/infra/2012-November/wp-content/ ... fr%2Fshellx.php: 3 Time(s)
/pipermail/infra/2012-November/wp-content/ ... g.ro%2Frawk.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... gos.ba%2Fsh.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... i56.com/ren.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... m.ar%2Fmail.php: 6 Time(s)
/pipermail/infra/2012-November/wp-content/ ... o.com%2Fdir.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... om.br/pagat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... pt.nl%2Fdir.php: 7 Time(s)
/pipermail/infra/2012-November/wp-content/ ... t.com/index.php: 1 Time(s)
/pipermail/infra/2012-October/001181.html& ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-October/001184.html& ... r.php/login.php: 2 Time(s)
/pipermail/infra/2012-October/001184.html& ... s.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/001266.html& ... .info/cilik.php: 1 Time(s)
/pipermail/infra/2012-October/admin/banner ... r.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/admin/categories.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/admin/file_m ... r.php/login.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... .com.au/bat.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... .info/cilik.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-September/001161.htmlindex.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/wp-content/themes/edupres ... pt.nl%2Fdir.php: 4 Time(s)
/pipermail/infra/wp-content/themes/edupres ... t.com/index.php: 1 Time(s)
/pipermail/infra/wp-content/themes/welcome ... pt.nl%2Fdir.php: 3 Time(s)
/pipermail/node-devel/2012-Octobe: 1 Time(s)
/pipermail/user/register: 1 Time(s)
/pipermail/users/2012-August/mobiquo/mobiquo.php: 1 Time(s)
/pipermail/users/2012-july/003115.html: 1 Time(s)
/pipermail/users/2013-March/012908.htmlisno: 1 Time(s)
/releases/3.0/rpm/EL6/6Server/repodata/repomd.xml: 1 Time(s)
/releases/3.1/rpm/EL6/6Server/repodata/repomd.xml: 1 Time(s)
/releases/beta/fedora/17/repodata/filelists.xml.gz: 24 Time(s)
/releases/beta/fedora/17/repodata/other.xml.gz: 1 Time(s)
/releases/beta/fedora/17/repodata/repomd.xml: 26 Time(s)
/releases/beta/ovirt-engine.repo: 1 Time(s)
/releases/beta/rpm/EL/$releasever/: 1 Time(s)
/releases/nightly/binary/: 1 Time(s)
/releases/nightly/fedora/16/: 1 Time(s)
/releases/nightly/fedora/16/repodata/repomd.xml: 27 Time(s)
/releases/nightly/rpm/EL6/6Server/repodata/repomd.xml: 1 Time(s)
/releases/ovirt-release-fedora-4-2.noarch.rpm: 1 Time(s)
/releases/stable/binary/: 8 Time(s)
/releases/stable/binary/ovirt-node-image-2.2.0-0.iso: 1 Time(s)
/releases/stable/fedora/16/ovirt-engine.repo: 4 Time(s)
/releases/stable/fedora/16/repodata/primary.xml.gz: 24 Time(s)
/releases/stable/fedora/16/repodata/repomd.xml: 326 Time(s)
/releases/stable/fedora/6Server/x86_64/repodata/repomd.xml: 4 Time(s)
/releases/stable/rpm/EL/: 1 Time(s)
/releases/stable/rpm/EL/$releasever/: 1 Time(s)
/releases/stable/rpm/EL/6/SRPMS/: 1 Time(s)
/releases/stable/rpm/EL/6/repodata/repomd.xml: 6 Time(s)
/releases/stable/rpm/EL6/: 2 Time(s)
/releases/stable/rpm/EL6/6.3/repodata/repomd.xml: 2 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd ... error:%20404%22: 2 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd.xml: 54 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd.xml:: 1 Time(s)
/releases/stable/rpm/EL6/6Server/repodata/: 1 Time(s)
/releases/stable/rpm/EL6/6Server/repodata/repomd.xml: 31 Time(s)
/releases/stable/rpm/EL6/6Workstation/repodata/repomd.xml: 5 Time(s)
/releases/stable/rpm/Fedora/15/repodata/repomd.xml: 1 Time(s)
/releases/stable/rpm/Fedora/16/repodata/repomd.xml: 21 Time(s)
/releases/stable/rpm/Fedora/19/SRPMS/repodata/: 1 Time(s)
/releases/stable/rpm/Fedora/19/noarch/repo ... /primary.xml.gz: 1 Time(s)
/robots.txt: 31 Time(s)
/temp/wp-engine.php: 8 Time(s)
/user/register: 1 Time(s)
/wiki/Quick_Start_Guide: 1 Time(s)
/wp-content/plugins/html5avmanager/lib/uploadify/custom.php: 31 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... m.ar%2Fmail.php: 3 Time(s)
/wp-content/themes/LondonLive/thumb.php?sr ... e.org%2Fcok.php: 2 Time(s)
/wp-content/themes/Nova/timthumb.php?src=h ... .info/cilik.php: 1 Time(s)
/wp-content/themes/TheProfessional/timthum ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/TheTrave ... g.ro%2Frawk.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... o.com%2Fdir.php: 2 Time(s)
/wp-content/themes/TheTravelTheme/includes ... om%2Fstunxx.php: 1 Time(s)
/wp-content/themes/aperture/thumb.php?src= ... m.ar%2Fmail.php: 1 Time(s)
/wp-content/themes/biznizz/thumb.php?src=h ... com%2Fjahat.php: 1 Time(s)
/wp-content/themes/delicate/thumb.php?src= ... .info/cilik.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... .com/jaguar.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... c.com%2Fjos.php: 2 Time(s)
/wp-content/themes/edupress/scripts/timthu ... c.com/jahat.php: 2 Time(s)
/wp-content/themes/edupress/scripts/timthu ... een.nl/tabz.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... es.fr%2Fcpx.php: 3 Time(s)
/wp-content/themes/edupress/scripts/timthu ... fr%2Fshellx.php: 3 Time(s)
/wp-content/themes/edupress/scripts/timthu ... pt.nl%2Fdir.php: 4 Time(s)
/wp-content/themes/edupress/scripts/timthu ... t.com/index.php: 1 Time(s)
/wp-content/themes/freshnews/lib/custom/ti ... .com%2Fjack.php: 1 Time(s)
/wp-content/themes/inuit-types/timthumb.ph ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/multidesign/scripts/tim ... .com.au/bat.php: 1 Time(s)
/wp-content/themes/pico/scripts/timthumb.p ... .com%2Fjack.php: 1 Time(s)
/wp-content/themes/u-design/scripts/timthu ... .com.au/bat.php: 1 Time(s)
/wp-content/themes/versatile/timthumb.php? ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... m.ar%2Fmail.php: 3 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... pt.nl%2Fdir.php: 3 Time(s)
/wp-content/themes/wp-content/themes/Envis ... i56.com/ren.php: 2 Time(s)
/wp-content/themes/wp-content/themes/Envis ... om.br/pagat.php: 2 Time(s)
/wp-content/videoaudio/temp/wp-engine.php: 13 Time(s)
/wp-engine.php: 23 Time(s)
/wp-engine.php?osc=%27cm0gd3BhLmdpZio7IHdn ... IHdwYS5naWYq%27: 18 Time(s)
/wp-login.php: 102 Time(s)
http://www.ovirt.org/azenv.php: 1 Time(s)
416 Request Range Not Satisfiable
/releases/3.2/rpm/Fedora/18/x86_64/libgude ... 18.2.x86_64.rpm: 1 Time(s)
/releases/3.2/rpm/Fedora/18/x86_64/vdsm-4. ... fc18.x86_64.rpm: 1 Time(s)
/releases/nightly/rpm/Fedora/18/noarch/oto ... fc18.noarch.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 6.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 8.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/noarch/vdsm ... fc18.noarch.rpm: 23 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/libg ... 18.2.x86_64.rpm: 10 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/syst ... 18.2.x86_64.rpm: 2 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/vdsm ... fc18.x86_64.rpm: 4 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
8 *Warning: Pre-queue content-filter connection overload
11.056M Bytes accepted 11,593,095
468.939M Bytes delivered 491,718,058
======== ================================================
971 Accepted 97.29%
27 Rejected 2.71%
-------- ------------------------------------------------
998 Total 100.00%
======== ================================================
2 Reject relay denied 7.41%
25 Reject unknown user 92.59%
-------- ------------------------------------------------
27 Total Rejects 100.00%
======== ================================================
625 Connections made
49 Connections lost
625 Disconnections
956 Removed from queue
352 Delivered
25304 Sent via SMTP
6 Forwarded
32 Deferred
400 Deferrals
70 Bounce (remote)
2 Expired and returned to sender
58 DSNs undeliverable
435 Connection failure (outbound)
10 Timeout (inbound)
16 Hostname verification errors
207 Enabled PIX workaround
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Users logging in through sshd:
eedri:
79.181.13.41 (bzq-79-181-13-41.red.bezeqint.net) 1 time
gerrit-backup:
107.22.212.69 (gerrit.ovirt.org) 3 times
jenkins:
50.19.1.136 (ec2-50-19-1-136.compute-1.amazonaws.com) 1 time
jslave:
23.20.17.161 (ec2-23-20-17-161.compute-1.amazonaws.com) 1 time
Received disconnect:
11: Bye Bye : 2005 Time(s)
11: disconnected by user : 3 Time(s)
SFTP subsystem requests: 2 Time(s)
**Unmatched Entries**
reverse mapping checking getaddrinfo for 179.89.26.218.internet.sx.cn [218.26.89.179] failed - POSSIBLE BREAK-IN ATTEMPT! : 2 time(s)
reverse mapping checking getaddrinfo for 170.241.97.119.broad.wh.hb.dynamic.163data.com.cn [119.97.241.170] failed - POSSIBLE BREAK-IN ATTEMPT! : 68 time(s)
Address 198.74.101.106 maps to 106-101-74-198-dedicated.multacom.com, but this does not map back to the address - POSSIBLE BREAK-IN ATTEMPT! : 15 time(s)
---------------------- SSHD End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 48G 43G 4.7G 91% /
/dev/xvda => 91% Used. Warning. Disk Filling up.
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
1
0
Hi,
When we send a patch to gerrit.ovirt.org for VDSM project, jenkins start
the building job and if everything is nice it set the flag 'verified'.
Is it possible to jenkins not set the flag verified?
It's looks like more building validation then a real test.
Also, is it possible to Jenkins stop saying that it starts a test and
just tell us when something is broken?
Thanks!
--
Cheers
Douglas
3
3
################### Logwatch 7.3.6 (05/19/07) ####################
Processing Initiated: Fri Mar 8 03:12:19 2013
Date Range Processed: yesterday
( 2013-Mar-07 )
Period is day.
Detail Level of Output: 0
Type of Output: unformatted
Logfiles for Host: linode01.ovirt.org
##################################################################
--------------------- httpd Begin ------------------------
Requests with error response codes
400 Bad Request
/releases/stable/3.2/%: 1 Time(s)
404 Not Found
/admin/sqlpatch.php/password_forgotten.php?action=execute: 38 Time(s)
/apple-touch-icon-precomposed.png: 17 Time(s)
/apple-touch-icon.png: 16 Time(s)
/category/news/feed: 25 Time(s)
/category/news/feed/: 139 Time(s)
/community: 1 Time(s)
/extras/curltest.php: 1 Time(s)
/favicon.ico: 675 Time(s)
/forum/member/register: 1 Time(s)
/index.php/forums/member/register: 1 Time(s)
/index.php?app=home&mod=public&act=register: 1 Time(s)
/licensing: 1 Time(s)
/mailma: 1 Time(s)
/member.php/register.php?type=company: 1 Time(s)
/member/register: 1 Time(s)
/member/register.php?type=company: 1 Time(s)
/pipermail: 1 Time(s)
/pipermail/CreateUser.asp: 2 Time(s)
/pipermail/User/Register.aspx: 1 Time(s)
/pipermail/YaBB.cgi/: 1 Time(s)
/pipermail/YaBB.pl/: 1 Time(s)
/pipermail/account/register.php: 1 Time(s)
/pipermail/blogs/load/recent: 1 Time(s)
/pipermail/bokeindex.asp: 1 Time(s)
/pipermail/engine-commits/2012-september/002108.html: 1 Time(s)
/pipermail/engine-devel/2012-january/000469.html: 1 Time(s)
/pipermail/engine-patches/2011-november/000779.html: 1 Time(s)
/pipermail/engine-patches/2012-august/029271.html: 1 Time(s)
/pipermail/engine-patches/2012-february/005148.html: 1 Time(s)
/pipermail/engine-patches/2012-january/003640.html: 1 Time(s)
/pipermail/engine-patches/2012-july/028813.html: 1 Time(s)
/pipermail/engine-patches/2012-march/009599.html: 1 Time(s)
/pipermail/engine-patches/2012-may/018659.html: 1 Time(s)
/pipermail/engine-patches/2012-september/036221.html: 1 Time(s)
/pipermail/forums/index.php?action=registernew: 1 Time(s)
/pipermail/index.php: 1 Time(s)
/pipermail/index.php?act=Login&CODE=00: 1 Time(s)
/pipermail/index.php?action=register: 1 Time(s)
/pipermail/index.php?action=registernew: 1 Time(s)
/pipermail/index.php?app=core&module=global§ion=login: 1 Time(s)
/pipermail/index.php?app=home&mod=public&act=register: 1 Time(s)
/pipermail/index.php?do=/user/register/: 1 Time(s)
/pipermail/index.php?option=com_registration&task=register: 2 Time(s)
/pipermail/index.php?p=member/signup: 1 Time(s)
/pipermail/index.php?page=blogs: 1 Time(s)
/pipermail/index.php?page=en_Signup: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... .ro%2Fkikok.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... .tr%2Fcilik.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... a.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001330.html ... es.fr%2Fcpx.php: 5 Time(s)
/pipermail/infra/2012-November/001330.html ... fr%2Fshellx.php: 5 Time(s)
/pipermail/infra/2012-November/001330.html ... nts.com/bad.php: 1 Time(s)
/pipermail/infra/2012-November/001342.html ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-November/001344.html ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-November/001393.html ... .tr%2Fcilik.php: 1 Time(s)
/pipermail/infra/2012-November/001393.html ... /result/bat.php: 1 Time(s)
/pipermail/infra/2012-November/001400.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001410.html ... e.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... .com/stunxx.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... es.fr%2Fcpx.php: 2 Time(s)
/pipermail/infra/2012-November/001445.html ... fr%2Fshellx.php: 2 Time(s)
/pipermail/infra/2012-November/001445.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001445.html ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-November/001471.html ... es.fr%2Fcpx.php: 1 Time(s)
/pipermail/infra/2012-November/001471.html ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-November/001478.html ... com%2Fmodar.php: 1 Time(s)
/pipermail/infra/2012-November/001478.html ... e.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/001478.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001483.html ... es.fr%2Fcpx.php: 1 Time(s)
/pipermail/infra/2012-November/001483.html ... fr%2Fshellx.php: 1 Time(s)
/pipermail/infra/2012-November/001506.html ... com%2Fmodar.php: 1 Time(s)
/pipermail/infra/2012-November/001506.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... e.com%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-November/001552.html ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-November/001552.html ... uson.ca/bat.php: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... 7w22PgSbY7ECMQ/: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... 94yTpfokur4unQ/: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... BGVgPbK0ncaZ-w/: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... DU-a6-BY4wIG4A/: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... as/curltest.php: 1 Time(s)
/pipermail/infra/2012-November/001572.html ... kAoN45G1MFkRaA/: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... lGH8xWxY-r4Z7Q/: 2 Time(s)
/pipermail/infra/2012-November/001572.html ... q-VMeMrtZtQ0WQ/: 2 Time(s)
/pipermail/infra/2012-November/extras/curltest.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com%2Fjack.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .com/stunxx.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .ro%2Fkikok.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... .tr%2Fcilik.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... /result/bat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... a.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... com%2Fjahat.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... com%2Fmodar.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... e.com%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-November/wp-content/ ... e.com/thumb.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... es.fr%2Fcpx.php: 7 Time(s)
/pipermail/infra/2012-November/wp-content/ ... fr%2Fshellx.php: 7 Time(s)
/pipermail/infra/2012-November/wp-content/ ... gos.ba%2Fsh.php: 4 Time(s)
/pipermail/infra/2012-November/wp-content/ ... l.org%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... nts.com/bad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... om.pt%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-November/wp-content/ ... uson.ca/bat.php: 2 Time(s)
/pipermail/infra/2012-October/001166.html& ... com%2Fmodar.php: 4 Time(s)
/pipermail/infra/2012-October/001218.html& ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/001243.html& ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/001244.html& ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/001256.html& ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/001265.html& ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/001280.html& ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-October/admin/sqlpat ... ?action=execute: 12 Time(s)
/pipermail/infra/2012-October/wp-content/t ... com%2Fmodar.php: 1 Time(s)
/pipermail/infra/2012-October/wp-content/t ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-September/001015.htm ... com%2Fmodar.php: 2 Time(s)
/pipermail/infra/2012-September/001100.htm ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... com%2Fmodar.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... e.com%2Fbad.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... esult%2Fbat.php: 1 Time(s)
/pipermail/infra/2012-September/001139.htm ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-September/001143.htm ... e.com%2Fbad.php: 2 Time(s)
/pipermail/infra/2012-September/admin/sqlp ... ?action=execute: 38 Time(s)
/pipermail/infra/2012-September/wp-content ... com%2Fmodar.php: 2 Time(s)
/pipermail/infra/2012-September/wp-content ... e.com%2Fbad.php: 3 Time(s)
/pipermail/infra/2012-September/wp-content ... esult%2Fbat.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... gos.ba%2Fsh.php: 1 Time(s)
/pipermail/infra/2012-September/wp-content ... om%2Fstunxx.php: 1 Time(s)
/pipermail/infra/admin/sqlpatch.php/passwo ... ?action=execute: 38 Time(s)
/pipermail/join.php: 3 Time(s)
/pipermail/join_form.php: 1 Time(s)
/pipermail/logging.php?action=login: 1 Time(s)
/pipermail/login.php: 4 Time(s)
/pipermail/login.php?action=quit: 1 Time(s)
/pipermail/login.php?part=register: 1 Time(s)
/pipermail/member.php/register.php?type=company: 1 Time(s)
/pipermail/member.php?mod=logging&action=login: 1 Time(s)
/pipermail/member.php?mod=register: 1 Time(s)
/pipermail/member/: 1 Time(s)
/pipermail/member/index_do.php?fmdo=user&dopost=regnew: 1 Time(s)
/pipermail/member/join.php: 1 Time(s)
/pipermail/member/register.php?type=company: 1 Time(s)
/pipermail/modules.php?app=user_reg: 1 Time(s)
/pipermail/node-patches/2012-February/0003 ... l/user/register: 1 Time(s)
/pipermail/node-patches/2012-February/0003 ... q=user/register: 1 Time(s)
/pipermail/node-patches/2012-February/user/register: 1 Time(s)
/pipermail/node-patches/user/register: 1 Time(s)
/pipermail/post.php: 1 Time(s)
/pipermail/profile.php?mode=register&agreed=true&coppa=0: 1 Time(s)
/pipermail/reg.asp: 3 Time(s)
/pipermail/reg.php: 1 Time(s)
/pipermail/register.aspx: 1 Time(s)
/pipermail/register.php: 7 Time(s)
/pipermail/register.php?type=company: 1 Time(s)
/pipermail/register/: 1 Time(s)
/pipermail/registration_rules.asp?FID=0: 1 Time(s)
/pipermail/sign_up.html: 1 Time(s)
/pipermail/signup: 3 Time(s)
/pipermail/signup.php: 5 Time(s)
/pipermail/site/signup.php: 1 Time(s)
/pipermail/tiki-register.php: 1 Time(s)
/pipermail/ucp.php?mode=register: 1 Time(s)
/pipermail/user/register: 2 Time(s)
/pipermail/user?destination=node/add: 1 Time(s)
/pipermail/users/2013-March/012908.htmlisno: 1 Time(s)
/pipermail/wp-login.php?action=register: 1 Time(s)
/register.php?type=company: 1 Time(s)
/releases/3.2/rpm/Fedora/18/noarch/*: 2 Time(s)
/releases/bet: 1 Time(s)
/releases/beta.old.20120808/: 1 Time(s)
/releases/beta/fedora/$releasever: 1 Time(s)
/releases/beta/fedora/17: 1 Time(s)
/releases/beta/fedora/17/repodata/filelists.xml.gz: 55 Time(s)
/releases/beta/fedora/17/repodata/repomd.xml: 37 Time(s)
/releases/beta/rpm/EL/6/repodata/repomd.xml: 1 Time(s)
/releases/nightly/fedora/16/: 2 Time(s)
/releases/nightly/fedora/16/repodata/repomd.xml: 28 Time(s)
/releases/nightly/rpm/Fedora/17/noarch/vds ... fc17.noarch.rpm: 1 Time(s)
/releases/overt-release-fedora.noarch.rpm: 1 Time(s)
/releases/ovirt-release-centos.noarch.rpm: 1 Time(s)
/releases/ovirt-release-fedora-0:5-3.noarch: 1 Time(s)
/releases/ovirt-release-fedora-0:5-3.noarch.rpm: 1 Time(s)
/releases/ovirt-release-fedora-4-2.noarch.rpm: 1 Time(s)
/releases/ovirt-release-fedora.noarch.rpm.: 1 Time(s)
/releases/stable/binary: 1 Time(s)
/releases/stable/binary/: 5 Time(s)
/releases/stable/binary/ovirt-node: 1 Time(s)
/releases/stable/deb/: 1 Time(s)
/releases/stable/fedora: 2 Time(s)
/releases/stable/fedora/16: 1 Time(s)
/releases/stable/fedora/16/: 3 Time(s)
/releases/stable/fedora/16/ovirt-engine.repo: 1 Time(s)
/releases/stable/fedora/16/repodata/primary.xml.gz: 24 Time(s)
/releases/stable/fedora/16/repodata/repomd.xml: 330 Time(s)
/releases/stable/fedora/6/x86_64/repodata/repomd.xml: 1 Time(s)
/releases/stable/ovirt-engine.repo: 1 Time(s)
/releases/stable/rpm/EL/: 2 Time(s)
/releases/stable/rpm/EL/6/i386/: 1 Time(s)
/releases/stable/rpm/EL/6/noarch/: 1 Time(s)
/releases/stable/rpm/EL/6/repodata/repomd.xml: 6 Time(s)
/releases/stable/rpm/EL/6/x86_64/: 2 Time(s)
/releases/stable/rpm/EL6/: 1 Time(s)
/releases/stable/rpm/EL6/$releasever/: 1 Time(s)
/releases/stable/rpm/EL6/6.3/repodata/repomd.xml: 2 Time(s)
/releases/stable/rpm/EL6/6/: 1 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd ... error:%20404%22: 1 Time(s)
/releases/stable/rpm/EL6/6/repodata/repomd.xml: 71 Time(s)
/releases/stable/rpm/EL6/6Server/repodata/repomd.xml: 32 Time(s)
/releases/stable/rpm/EL6/6Workstation/repodata/repomd.xml: 5 Time(s)
/releases/stable/rpm/Fedora/15/repodata/repomd.xml: 2 Time(s)
/releases/stable/rpm/Fedora/16/repodata/repomd.xml: 29 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/repodata/repomd.xml: 2 Time(s)
/releases/stable/tools/md5sum: 1 Time(s)
/robots.txt: 41 Time(s)
/signup: 1 Time(s)
/signup/: 1 Time(s)
/tools/quicklogin.one: 1 Time(s)
/user/register: 1 Time(s)
/wiki/Quick_Start_Guide: 1 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... e.com%2Fbad.php: 2 Time(s)
/wp-content/themes/Envisioned/timthumb.php ... uson.ca/bat.php: 2 Time(s)
/wp-content/themes/Minimal/timthumb.php?sr ... com%2Fmodar.php: 1 Time(s)
/wp-content/themes/OptimizePress/timthumb. ... l.org%2Fbad.php: 1 Time(s)
/wp-content/themes/SimplePress/timthumb.ph ... .com%2Fjack.php: 1 Time(s)
/wp-content/themes/TheProfessional/timthum ... .tr%2Fcilik.php: 1 Time(s)
/wp-content/themes/TheProfessional/timthum ... /result/bat.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... a.com%2Fbad.php: 1 Time(s)
/wp-content/themes/TheTravelTheme/includes ... es.fr%2Fcpx.php: 4 Time(s)
/wp-content/themes/TheTravelTheme/includes ... fr%2Fshellx.php: 4 Time(s)
/wp-content/themes/coffeebreak/thumb.php?s ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/ecobiz/timthumb.php?src ... .tr%2Fcilik.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... .ro%2Fkikok.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... es.fr%2Fcpx.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... fr%2Fshellx.php: 1 Time(s)
/wp-content/themes/edupress/scripts/timthu ... nts.com/bad.php: 1 Time(s)
/wp-content/themes/flashnews/thumb.php?src ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/greydove/timthumb.php?s ... esult%2Fbat.php: 1 Time(s)
/wp-content/themes/irresistible/thumb.php? ... e.com/thumb.php: 1 Time(s)
/wp-content/themes/newspress/thumb.php?src ... com%2Fmodar.php: 1 Time(s)
/wp-content/themes/newspress/thumb.php?src ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/overeasy/thumb.php?src= ... gos.ba%2Fsh.php: 1 Time(s)
/wp-content/themes/pico/scripts/timthumb.p ... e.com%2Fbad.php: 1 Time(s)
/wp-content/themes/typebased/thumb.php?src ... om.pt%2Fbad.php: 1 Time(s)
/wp-content/themes/versatile/timthumb.php? ... om%2Fstunxx.php: 1 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... es.fr%2Fcpx.php: 2 Time(s)
/wp-content/themes/welcome_inn/thumb.php?s ... fr%2Fshellx.php: 2 Time(s)
/wp-content/themes/welcome_inn/timthumb.ph ... .com/stunxx.php: 1 Time(s)
/wp-content/themes/welcome_inn/timthumb.ph ... com%2Fjahat.php: 1 Time(s)
/wp-login.php: 80 Time(s)
/wp-login.php?action=register: 1 Time(s)
416 Request Range Not Satisfiable
/releases/3.2/rpm/Fedora/18/x86_64/vdsm-4. ... fc18.x86_64.rpm: 1 Time(s)
/releases/nightly/rpm/Fedora/18/noarch/oto ... fc18.noarch.rpm: 1 Time(s)
/releases/nightly/rpm/Fedora/18/repodata/other.xml.gz: 7 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 6.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/i686/vdsm-4 ... 8.fc18.i686.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/noarch/vdsm ... fc18.noarch.rpm: 21 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/libg ... 18.2.x86_64.rpm: 19 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/syst ... 18.2.x86_64.rpm: 1 Time(s)
/releases/stable/rpm/Fedora/18/x86_64/vdsm ... fc18.x86_64.rpm: 5 Time(s)
---------------------- httpd End -------------------------
--------------------- Postfix Begin ------------------------
5 *Warning: Pre-queue content-filter connection overload
21.327M Bytes accepted 22,363,463
444.388M Bytes delivered 465,974,920
======== ================================================
1899 Accepted 98.09%
37 Rejected 1.91%
-------- ------------------------------------------------
1936 Total 100.00%
======== ================================================
5 Reject relay denied 13.51%
32 Reject unknown user 86.49%
-------- ------------------------------------------------
37 Total Rejects 100.00%
======== ================================================
1072 Connections made
1032 Connections lost
1072 Disconnections
1892 Removed from queue
546 Delivered
48772 Sent via SMTP
5 Forwarded
83 Deferred
653 Deferrals
5 Bounce (local)
43 Bounce (remote)
1 Expired and returned to sender
48 DSNs undeliverable
495 Connection failure (outbound)
23 Timeout (inbound)
23 Hostname verification errors
475 Enabled PIX workaround
---------------------- Postfix End -------------------------
--------------------- SSHD Begin ------------------------
Users logging in through sshd:
dcaro:
62.245.125.224 (ip-62-245-125-224.net.upcbroadband.cz): 1 time
gerrit-backup:
107.22.212.69 (gerrit.ovirt.org) 3 times
jenkins:
50.19.1.136 (ec2-50-19-1-136.compute-1.amazonaws.com) 1 time
jslave:
23.20.17.161 (ec2-23-20-17-161.compute-1.amazonaws.com) 3 times
Received disconnect:
11: Bye Bye : 605 Time(s)
11: No supported authentication methods available : 16 Time(s)
11: disconnected by user : 3 Time(s)
SFTP subsystem requests: 4 Time(s)
---------------------- SSHD End -------------------------
--------------------- Sudo (secure-log) Begin ------------------------
==============================================================================
dcaro => root
-------------
/bin/bash - 1 Times.
---------------------- Sudo (secure-log) End -------------------------
--------------------- Disk Space Begin ------------------------
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 48G 43G 4.8G 90% /
---------------------- Disk Space End -------------------------
###################### Logwatch End #########################
1
0
Hi,
are there plans to make DB schema reports up-to-date after migration,
please?
http://jenkins.ovirt.org/job/ovirt_db_report_engine/
http://jenkins.ovirt.org/job/ovirt_dwh_report_engine/
(pending - All nodes of label 'db-reports' are offline )
Last build: Feb 27
Thanks.
Regards,
Libor
2
1
Hi all,
I think that we need to create new git repo for jenkins in our gerrit.
This git will store jenkins jobs configuration, scripts etc.
Thoughts ?
Thanks,
Kiril Nesenko
Red Hat, Inc.
www.redhat.com
7
14