[oVirt Jenkins] ovirt-system-tests_performance-suite-master - Build # 17 - Failure!
jenkins at jenkins.phx.ovirt.org
jenkins at jenkins.phx.ovirt.org
Fri Dec 1 02:40:02 UTC 2017
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_performance-suite-master/17/
Build Number: 17
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #17
[Your Name] networking: Introducing network lib
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 1000_analyze_postgresql.analyze_postgres
Error Message:
Failed to perform the postgres analysis. Exit code is 1
-------------------- >> begin captured logging << --------------------
lago.plugins.vm: INFO: * Copy /home/jenkins/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/../common/test-scenarios-files/analyze_postgresql.sh to lago-performance-suite-master-engine:/root: ?[0m?[0m
lago.ssh: DEBUG: start task:153930d3-a5bc-443e-b1b7-15c92c1e049b:Get ssh client for lago-performance-suite-master-engine:
lago.ssh: DEBUG: Still got 100 tries for lago-performance-suite-master-engine
lago.ssh: DEBUG: end task:153930d3-a5bc-443e-b1b7-15c92c1e049b:Get ssh client for lago-performance-suite-master-engine:
lago.plugins.vm: INFO: * Copy /home/jenkins/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/../common/test-scenarios-files/analyze_postgresql.sh to lago-performance-suite-master-engine:/root: ?[32mSuccess?[0m (in 0:00:00)
lago.ssh: DEBUG: start task:77342e16-39cf-42e6-87f9-2b0789fdf8e8:Get ssh client for lago-performance-suite-master-engine:
lago.ssh: DEBUG: Still got 100 tries for lago-performance-suite-master-engine
lago.ssh: DEBUG: end task:77342e16-39cf-42e6-87f9-2b0789fdf8e8:Get ssh client for lago-performance-suite-master-engine:
lago.ssh: DEBUG: Running d7bbbf8e on lago-performance-suite-master-engine: bash -ex /root/analyze_postgresql.sh
lago.ssh: DEBUG: Command d7bbbf8e on lago-performance-suite-master-engine returned with 1
lago.ssh: DEBUG: Command d7bbbf8e on lago-performance-suite-master-engine output:
Loaded plugins: fastestmirror, versionlock
Examining /var/tmp/yum-root-Naqpd0/pgdg-centos95-9.5-3.noarch.rpm: pgdg-centos95-9.5-3.noarch
Marking /var/tmp/yum-root-Naqpd0/pgdg-centos95-9.5-3.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package pgdg-centos95.noarch 0:9.5-3 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
pgdg-centos95 noarch 9.5-3 /pgdg-centos95-9.5-3.noarch 2.2 k
Transaction Summary
================================================================================
Install 1 Package
Total size: 2.2 k
Installed size: 2.2 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : pgdg-centos95-9.5-3.noarch 1/1
Verifying : pgdg-centos95-9.5-3.noarch 1/1
Installed:
pgdg-centos95.noarch 0:9.5-3
Complete!
Loaded plugins: fastestmirror, versionlock
Determining fastest mirrors
* base: mirrors.xmission.com
* extras: centos-distro.1gservers.com
* updates: repos.dfw.quadranet.com
Resolving Dependencies
--> Running transaction check
---> Package pgbadger.noarch 0:9.2-1.rhel7 will be installed
---> Package pgcluu.noarch 0:2.6-1.rhel7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
pgbadger noarch 9.2-1.rhel7 pgdg95 299 k
pgcluu noarch 2.6-1.rhel7 pgdg95 304 k
Transaction Summary
================================================================================
Install 2 Packages
Total download size: 603 k
Installed size: 2.5 M
Downloading packages:
--------------------------------------------------------------------------------
Total 366 kB/s | 603 kB 00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : pgbadger-9.2-1.rhel7.noarch 1/2
Installing : pgcluu-2.6-1.rhel7.noarch 2/2
Verifying : pgcluu-2.6-1.rhel7.noarch 1/2
Verifying : pgbadger-9.2-1.rhel7.noarch 2/2
Installed:
pgbadger.noarch 0:9.2-1.rhel7 pgcluu.noarch 0:2.6-1.rhel7
Complete!
lago.ssh: DEBUG: Command d7bbbf8e on lago-performance-suite-master-engine errors:
+ yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-3.noarch.rpm
+ yum install -y pgbadger pgcluu
+ cd /var/opt/rh/rh-postgresql95/lib/pgsql/data/pg_log/
++ su - postgres -c 'scl enable rh-postgresql95 -- psql postgres postgres -t -c '\''show log_filename'\'''
++ sed 2d
+ pglog=' postgresql-%m.log'
++ date +postgresql-%m.log
+ pglog=postgresql-11.log
+ mkdir pgbadger
+ pgbadger postgresql-11.log --outdir pgbadger
FATAL: logfile "postgresql-11.log" must exist!
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 129, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/test-scenarios/1000_analyze_postgresql.py", line 54, in analyze_postgres
' Exit code is %s' % result.code
File "/usr/lib/python2.7/site-packages/nose/tools/trivial.py", line 29, in eq_
raise AssertionError(msg or "%r != %r" % (a, b))
'Failed to perform the postgres analysis. Exit code is 1\n-------------------- >> begin captured logging << --------------------\nlago.plugins.vm: INFO: * Copy /home/jenkins/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/../common/test-scenarios-files/analyze_postgresql.sh to lago-performance-suite-master-engine:/root: \x1b[0m\x1b[0m\nlago.ssh: DEBUG: start task:153930d3-a5bc-443e-b1b7-15c92c1e049b:Get ssh client for lago-performance-suite-master-engine:\nlago.ssh: DEBUG: Still got 100 tries for lago-performance-suite-master-engine\nlago.ssh: DEBUG: end task:153930d3-a5bc-443e-b1b7-15c92c1e049b:Get ssh client for lago-performance-suite-master-engine:\nlago.plugins.vm: INFO: * Copy /home/jenkins/workspace/ovirt-system-tests_performance-suite-master/ovirt-system-tests/performance-suite-master/../common/test-scenarios-files/analyze_postgresql.sh to lago-performance-suite-master-engine:/root: \x1b[32mSuccess\x1b[0m (in 0:00:00)\nlago.ssh: DEBUG: start task:77342e16-39cf-42e6-87f9-2b0789fdf8e8:Get ssh client for lago-performance-suite-master-engine:\nlago.ssh: DEBUG: Still got 100 tries for lago-performance-suite-master-engine\nlago.ssh: DEBUG: end task:77342e16-39cf-42e6-87f9-2b0789fdf8e8:Get ssh client for lago-performance-suite-master-engine:\nlago.ssh: DEBUG: Running d7bbbf8e on lago-performance-suite-master-engine: bash -ex /root/analyze_postgresql.sh\nlago.ssh: DEBUG: Command d7bbbf8e on lago-performance-suite-master-engine returned with 1\nlago.ssh: DEBUG: Command d7bbbf8e on lago-performance-suite-master-engine output:\n Loaded plugins: fastestmirror, versionlock\nExamining /var/tmp/yum-root-Naqpd0/pgdg-centos95-9.5-3.noarch.rpm: pgdg-centos95-9.5-3.noarch\nMarking /var/tmp/yum-root-Naqpd0/pgdg-centos95-9.5-3.noarch.rpm to be installed\nResolving Dependencies\n--> Running transaction check\n---> Package pgdg-centos95.noarch 0:9.5-3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n pgdg-centos95 noarch 9.5-3 /pgdg-centos95-9.5-3.noarch 2.2 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal size: 2.2 k\nInstalled size: 2.2 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : pgdg-centos95-9.5-3.noarch 1/1 \n Verifying : pgdg-centos95-9.5-3.noarch 1/1 \n\nInstalled:\n pgdg-centos95.noarch 0:9.5-3 \n\nComplete!\nLoaded plugins: fastestmirror, versionlock\nDetermining fastest mirrors\n * base: mirrors.xmission.com\n * extras: centos-distro.1gservers.com\n * updates: repos.dfw.quadranet.com\nResolving Dependencies\n--> Running transaction check\n---> Package pgbadger.noarch 0:9.2-1.rhel7 will be installed\n---> Package pgcluu.noarch 0:2.6-1.rhel7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n pgbadger noarch 9.2-1.rhel7 pgdg95 299 k\n pgcluu noarch 2.6-1.rhel7 pgdg95 304 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages\n\nTotal download size: 603 k\nInstalled size: 2.5 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 366 kB/s | 603 kB 00:01 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : pgbadger-9.2-1.rhel7.noarch 1/2 \n Installing : pgcluu-2.6-1.rhel7.noarch 2/2 \n Verifying : pgcluu-2.6-1.rhel7.noarch 1/2 \n Verifying : pgbadger-9.2-1.rhel7.noarch 2/2 \n\nInstalled:\n pgbadger.noarch 0:9.2-1.rhel7 pgcluu.noarch 0:2.6-1.rhel7 \n\nComplete!\n\nlago.ssh: DEBUG: Command d7bbbf8e on lago-performance-suite-master-engine errors:\n + yum install -y https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-3.noarch.rpm\n+ yum install -y pgbadger pgcluu\n+ cd /var/opt/rh/rh-postgresql95/lib/pgsql/data/pg_log/\n++ su - postgres -c \'scl enable rh-postgresql95 -- psql postgres postgres -t -c \'\\\'\'show log_filename\'\\\'\'\'\n++ sed 2d\n+ pglog=\' postgresql-%m.log\'\n++ date +postgresql-%m.log\n+ pglog=postgresql-11.log\n+ mkdir pgbadger\n+ pgbadger postgresql-11.log --outdir pgbadger\nFATAL: logfile "postgresql-11.log" must exist!\n\n--------------------- >> end captured logging << ---------------------'
More information about the Infra
mailing list