From notifications at travis-ci.org Thu Jun 5 21:02:55 2014 From: notifications at travis-ci.org (Travis CI) Date: Thu, 05 Jun 2014 21:02:55 +0000 Subject: [sos-devel] Passed: sosreport/sos#285 (bmr-mbaldessari-pcp-plugin - 5b691a0) In-Reply-To: Message-ID: <5390daffd2f0_2a6afe22589d0@8b3b9992-b8e8-4426-b018-c04d3ba787e8.mail> Build Update for sosreport/sos ------------------------------------- Build: #285 Status: Passed Duration: 40 seconds Commit: 5b691a0 (bmr-mbaldessari-pcp-plugin) Author: Bryn M. Reeves Message: [pcp] Convert to use add_copy_specs() and fix option formatting Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/e6134123dcc7^...5b691a06c803 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/26891140 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at travis-ci.org Thu Jun 5 21:22:52 2014 From: notifications at travis-ci.org (Travis CI) Date: Thu, 05 Jun 2014 21:22:52 +0000 Subject: [sos-devel] Passed: sosreport/sos#286 (bmr-firewalld - a1d77a5) In-Reply-To: Message-ID: <5390dfaaea9e8_2acdc3a268319@8b3b9992-b8e8-4426-b018-c04d3ba787e8.mail> Build Update for sosreport/sos ------------------------------------- Build: #286 Status: Passed Duration: 46 seconds Commit: a1d77a5 (bmr-firewalld) Author: Bryn M. Reeves Message: Add firewalld plugin Add support for firewalld on Red Hat based distributions. Based on a patch to networking.py from Jamie Bainbridge. Fixes #292. Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/commit/a1d77a561831 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/26892616 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at travis-ci.org Thu Jun 12 16:37:18 2014 From: notifications at travis-ci.org (Travis CI) Date: Thu, 12 Jun 2014 16:37:18 +0000 Subject: [sos-devel] Passed: sosreport/sos#307 (3.2alpha1 - 515b371) In-Reply-To: Message-ID: <5399d73ce5bc8_29728b8279129@3df1d92e-b9bb-4f0e-b3b1-48b20ef4618d.mail> Build Update for sosreport/sos ------------------------------------- Build: #307 Status: Passed Duration: 59 seconds Commit: 515b371 (3.2alpha1) Author: Bryn M. Reeves Message: [global] bump release to 3.2-alpha1 We still have a number of issues to resolve before 3.2 but we're making good progress (albeit a little overdue). Let's tag the current tree as an alpha release so that development distributions (e.g. Fedora rawhide / Debian unstable) can package it and get more testing. Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/commit/515b37136eb5 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/27420600 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From bmr at redhat.com Thu Jun 12 16:45:56 2014 From: bmr at redhat.com (Bryn M. Reeves) Date: Thu, 12 Jun 2014 17:45:56 +0100 Subject: [sos-devel] [release] sos-3.2alpha1 Message-ID: <20140612164556.GC23706@localhost.localdomain> The sos team is pleased to announce the first alpha release of sos-3.2. This release includes a large number of enhancements and fixes, including: * Native oVirt support * New plugins for Docker, distupgrade, ipvs, oVirt, pcp, rabbitmq, tuned, FirewallD, HAproxy, keepalived * Improved logging * Better handling of catastrophic file system errors (EROFS, ENOSPC etc.) * Improved sar data handling * PowerPC arch improvements * Improved python3 support For full change information please refer to the git repository logs. Thanks to everyone who contributed to 3.2 so far! Please file issues for any problems you encounter in the github issue tracker: https://github.com/sosreport/sos/issues?state=open Bryn. From hegdevasant at linux.vnet.ibm.com Mon Jun 16 07:31:12 2014 From: hegdevasant at linux.vnet.ibm.com (Vasant Hegde) Date: Mon, 16 Jun 2014 13:01:12 +0530 Subject: [sos-devel] [PATCH RESEND] powerpc: Collect selected file instead of entire directory Message-ID: <20140616073102.22564.1734.stgit@hegdevasant.in.ibm.com> We are collecting powerpc dir from debugfs which is causing some issues.. Also we don't need that dir data for debugging purpose... Hence removing that file. Also collecting selected files from /proc/ppc64 directory instead of collecting entire directory. Signed-off-by: Vasant Hegde --- sos/plugins/powerpc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sos/plugins/powerpc.py b/sos/plugins/powerpc.py index 6ebf16b..3480887 100644 --- a/sos/plugins/powerpc.py +++ b/sos/plugins/powerpc.py @@ -80,8 +80,9 @@ class PowerPC(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): if isPowerNV: self.add_copy_specs([ - "/proc/ppc64/", - "/sys/kernel/debug/powerpc/", + "/proc/ppc64/eeh", + "/proc/ppc64/systemcfg" + "/proc/ppc64/topology_updates" "/sys/firmware/opal/msglog", "/var/log/opal-elog/" ]) From notifications at travis-ci.org Thu Jun 19 09:52:11 2014 From: notifications at travis-ci.org (Travis CI) Date: Thu, 19 Jun 2014 09:52:11 +0000 Subject: [sos-devel] Passed: sosreport/sos#322 (bmr-kpatch - ea344a6) In-Reply-To: Message-ID: <53a2b2cb69b68_214d5f5e4802de@2316f696-b417-48f6-9aa8-e15796131041.mail> Build Update for sosreport/sos ------------------------------------- Build: #322 Status: Passed Duration: 1 minute and 40 seconds Commit: ea344a6 (bmr-kpatch) Author: Bryn M. Reeves Message: [kpatch] new plugin Based on a suggestion from Marc Milgram in rhbz#1110918. Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/commit/ea344a6c15bb View the full build log and details: https://travis-ci.org/sosreport/sos/builds/27940835 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From hegdevasant at linux.vnet.ibm.com Thu Jun 26 15:01:01 2014 From: hegdevasant at linux.vnet.ibm.com (Vasant Hegde) Date: Thu, 26 Jun 2014 20:31:01 +0530 Subject: [sos-devel] [PATCH RESEND] powerpc: Collect selected file instead of entire directory In-Reply-To: <20140616073102.22564.1734.stgit@hegdevasant.in.ibm.com> References: <20140616073102.22564.1734.stgit@hegdevasant.in.ibm.com> Message-ID: <53AC35AD.3060804@linux.vnet.ibm.com> On 06/16/2014 01:01 PM, Vasant Hegde wrote: > We are collecting powerpc dir from debugfs which is causing > some issues.. Also we don't need that dir data for debugging > purpose... Hence removing that file. > > Also collecting selected files from /proc/ppc64 directory > instead of collecting entire directory. > > Bryn, Did you get a chance to look into this one ? -Vasant > Signed-off-by: Vasant Hegde > --- > sos/plugins/powerpc.py | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/sos/plugins/powerpc.py b/sos/plugins/powerpc.py > index 6ebf16b..3480887 100644 > --- a/sos/plugins/powerpc.py > +++ b/sos/plugins/powerpc.py > @@ -80,8 +80,9 @@ class PowerPC(Plugin, RedHatPlugin, UbuntuPlugin, DebianPlugin): > > if isPowerNV: > self.add_copy_specs([ > - "/proc/ppc64/", > - "/sys/kernel/debug/powerpc/", > + "/proc/ppc64/eeh", > + "/proc/ppc64/systemcfg" > + "/proc/ppc64/topology_updates" > "/sys/firmware/opal/msglog", > "/var/log/opal-elog/" > ]) > > _______________________________________________ > sos-devel mailing list > sos-devel at redhat.com > https://www.redhat.com/mailman/listinfo/sos-devel > From bmr at redhat.com Mon Jun 30 17:08:33 2014 From: bmr at redhat.com (Bryn M. Reeves) Date: Mon, 30 Jun 2014 18:08:33 +0100 Subject: [sos-devel] [PATCH RESEND] powerpc: Collect selected file instead of entire directory In-Reply-To: <53AC35AD.3060804@linux.vnet.ibm.com> References: <20140616073102.22564.1734.stgit@hegdevasant.in.ibm.com> <53AC35AD.3060804@linux.vnet.ibm.com> Message-ID: <20140630170832.GD14765@localhost.localdomain> On Thu, Jun 26, 2014 at 08:31:01PM +0530, Vasant Hegde wrote: > On 06/16/2014 01:01 PM, Vasant Hegde wrote: > >We are collecting powerpc dir from debugfs which is causing > >some issues.. Also we don't need that dir data for debugging > >purpose... Hence removing that file. > > > >Also collecting selected files from /proc/ppc64 directory > >instead of collecting entire directory. > > Did you get a chance to look into this one ? Applied as commit 797166a: commit 797166abec941a8e255567acff674f6c437ea12e Author: Bryn M. Reeves Date: Mon Jun 30 18:06:35 2014 +0100 [powerpc] collect selected file instead of entire directory We are collecting powerpc dir from debugfs which is causing some issues.. Also we don't need that dir data for debugging purpose... Hence removing that file. Also collecting selected files from /proc/ppc64 directory instead of collecting entire directory. Signed-off-by: Vasant Hegde Signed-off-by: Bryn M. Reeves --- sos/plugins/powerpc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Thanks! Regards, Bryn. From notifications at travis-ci.org Mon Jun 30 17:16:53 2014 From: notifications at travis-ci.org (Travis CI) Date: Mon, 30 Jun 2014 17:16:53 +0000 Subject: [sos-devel] Broken: sosreport/sos#333 (master - e1661f4) In-Reply-To: Message-ID: <53b19b84b5a40_24416be113853@e796f1af-841b-48ca-ac4f-e16b8d260952.mail> Build Update for sosreport/sos ------------------------------------- Build: #333 Status: Broken Duration: 25 seconds Commit: e1661f4 (master) Author: Bryn M. Reeves Message: [plugin] only print a summary of strings added to the archive When we're using add_string_as_file() to add tailed file contents to the archive the string may contain many thousands of lines. Only print a summary snippet showing the last line to avoid spamming entire log files to the terminal in -vv mode. Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/797166abec94...e1661f4722d5 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/28796329 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From bmr at redhat.com Mon Jun 30 17:25:15 2014 From: bmr at redhat.com (Bryn M. Reeves) Date: Mon, 30 Jun 2014 18:25:15 +0100 Subject: [sos-devel] [PATCH RESEND] powerpc: Collect selected file instead of entire directory In-Reply-To: <20140630170832.GD14765@localhost.localdomain> References: <20140616073102.22564.1734.stgit@hegdevasant.in.ibm.com> <53AC35AD.3060804@linux.vnet.ibm.com> <20140630170832.GD14765@localhost.localdomain> Message-ID: <20140630172515.GE14765@localhost.localdomain> On Mon, Jun 30, 2014 at 06:08:33PM +0100, Bryn M. Reeves wrote: > Applied as commit 797166a: > > commit 797166abec941a8e255567acff674f6c437ea12e > Author: Bryn M. Reeves > Date: Mon Jun 30 18:06:35 2014 +0100 Sorry - make that commit 797166a (rebased over today's master). Regards, Bryn. From notifications at travis-ci.org Mon Jun 30 17:41:19 2014 From: notifications at travis-ci.org (Travis CI) Date: Mon, 30 Jun 2014 17:41:19 +0000 Subject: [sos-devel] Fixed: sosreport/sos#334 (master - ed58d3a) In-Reply-To: Message-ID: <53b1a13f6d9e8_2165d421205fa@ec303397-25f3-4919-8ab9-01ffd65f7744.mail> Build Update for sosreport/sos ------------------------------------- Build: #334 Status: Fixed Duration: 45 seconds Commit: ed58d3a (master) Author: Bryn M. Reeves Message: [plugin] fix unicode vs. byte array handling in string IO Causes a nosetests failure on python3: ====================================================================== ERROR: test_glob_file_over_limit (plugin_tests.AddCopySpecTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/breeves/src/git/sos/tests/plugin_tests.py", line 269, in test_glob_file_over_limit self.mp.add_copy_spec_limit("/tmp/tmp*", 1) File "/home/breeves/src/git/sos/sos/plugins/__init__.py", line 414, in add_copy_spec_limit self.add_string_as_file(tail(_file, sizelimit), strfile) File "/home/breeves/src/git/sos/sos/plugins/__init__.py", line 520, in add_string_as_file content = "..." + content.splitlines()[0] TypeError: Can't convert 'bytes' object to str implicitly ====================================================================== ERROR: test_single_file_over_limit (plugin_tests.AddCopySpecTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/breeves/src/git/sos/tests/plugin_tests.py", line 253, in test_single_file_over_limit self.mp.add_copy_spec_limit(fn, 1) File "/home/breeves/src/git/sos/sos/plugins/__init__.py", line 414, in add_copy_spec_limit self.add_string_as_file(tail(_file, sizelimit), strfile) File "/home/breeves/src/git/sos/sos/plugins/__init__.py", line 520, in add_string_as_file content = "..." + content.splitlines()[0] TypeError: Can't convert 'bytes' object to str implicitly ---------------------------------------------------------------------- Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/e1661f4722d5...ed58d3ac7e69 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/28798371 -- You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: