From builds at travis-ci.org Wed Nov 1 16:09:30 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 01 Nov 2017 16:09:30 +0000 Subject: [sos-devel] Passed: sosreport/sos#2148 (3.5beta1 - 7d0dd32) In-Reply-To: Message-ID: <59f9f1ba607e1_43f9b308a612c1592235@92b71682-aef1-4642-8e3c-b106b729f7b9.mail> Build Update for sosreport/sos ------------------------------------- Build: #2148 Status: Passed Duration: 1 minute and 27 seconds Commit: 7d0dd32 (3.5beta1) Author: Bryn M. Reeves Message: [haproxy] avoid exception if no provision_ip defined Ensure that provision_ip is always defined, and do not attempt to collect data if no address was found in haproxy.cfg. Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/3.5beta1 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/295819428?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From bmr at redhat.com Thu Nov 2 12:40:31 2017 From: bmr at redhat.com (Bryn M. Reeves) Date: Thu, 2 Nov 2017 12:40:31 +0000 Subject: [sos-devel] sos-3.5 released Message-ID: <20171102124031.GA21901@localhost.localdomain> The sos team is pleased to announce the release of sos-3.5. This release includes a number of enhancements, new features, and bug fixes, including: * New plugins for perl, boom, vdo, os_net_config, conntrackd, ovirt_imageio, nss, sas3ircu, openstack_aodh, docker_distribution, gluster_block, snappy * Plugin API enhancements - Plugin triggers by executable name - Improved log size limit handling - Better handling of compressed log files - Per-plugin package verification lists - Bug fixes to sos core and plugins - Updates to 227 plugins Thanks to everyone who submitted patches, testing feedback, and filed issues that helped to make this a quality release with many new features and improvements. Please visit the GitHub release page to find out more, or to download tarballs or zip archives of the release: https://github.com/sosreport/sos/releases/tag/3.5 Regards, Bryn. From builds at travis-ci.org Thu Nov 2 12:43:05 2017 From: builds at travis-ci.org (Travis CI) Date: Thu, 02 Nov 2017 12:43:05 +0000 Subject: [sos-devel] Passed: sosreport/sos#2149 (3.5 - 7d0dd32) In-Reply-To: Message-ID: <59fb12d94f7d3_43fa6ddf2af589080b1@a0c567d5-6b9f-47e7-818d-3ab6807d6977.mail> Build Update for sosreport/sos ------------------------------------- Build: #2149 Status: Passed Duration: 54 seconds Commit: 7d0dd32 (3.5) Author: Bryn M. Reeves Message: [haproxy] avoid exception if no provision_ip defined Ensure that provision_ip is always defined, and do not attempt to collect data if no address was found in haproxy.cfg. Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/sosreport/sos/compare/3.5 View the full build log and details: https://travis-ci.org/sosreport/sos/builds/296241743?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From bouchard.louis at gmail.com Wed Nov 8 16:20:50 2017 From: bouchard.louis at gmail.com (Louis Bouchard) Date: Wed, 8 Nov 2017 17:20:50 +0100 Subject: [sos-devel] Proposition to submit Ubuntu's autopkgtest integration script for upstream inclusion In-Reply-To: <62594bbd-fe5a-4d45-6807-fb2dbf02f52e@gmail.com> References: <62594bbd-fe5a-4d45-6807-fb2dbf02f52e@gmail.com> Message-ID: Hello, In order to have the latest sosreport version included in all releases of Ubuntu, I have developed two scripts that are automatically executed when a new sosreport package is uploaded to the Ubuntu archive. They have been quite useful so far in detecting bugs that went unnoticed before they hit the ubuntu archive. Both script use the unittest infrastructure and are written in python3. The scripts can be found here : https://anonscm.debian.org/cgit/collab-maint/sosreport.git/tree/debian/tests assert.sh is unused and will be removed. control has autopkgtest's specific instructions and is outside of the scope of this discussion. check-mandatory-files and mandatory-files is the start of another test but is unused at this time. sos-run-nonroot.py and sos-run.py are the two scripts that I am talking about. I have no clear idea on where they would fit, but here is what they do. sos-run-nonroot.py ================== The script will run 'sosreport --batch --tmp-dir {some work dir}' and verify that no plugin is actually enabled. It will also pick up the sos version advertized and verify it against the version in sos.spec. This was useful to catch a few glitches in the debian pkg build process. Any kind of failure in this script will cause the execution to fail. autopkgtest will see that as a show-stopper and block the package from the archive. sos-run.py ========== The class setUpClass will run 'sosreport --batch --tmp-dir {some work dir}'. It will then try to find the tarball in the working directory. test_extract_tarball() will extract the content of the tarball previously created if it exists. Failure will occur if no tarball is found or if problems have been encountered while extracting the tarball. test_check_run_errors() will verify in the extracted tarball if there is *errors.txt files in the ./sos_logs subdirectory. If so, it will fail the test and indicate where to look for errors. Error files will also be added as autopkgtest artifacts. test_md5_checksum() does a verification on the validity of the md5 checksum calculated when sosreport was executed against the real tarball created. It should not be overly complex to dissociate the autopkgtest specifics and make those tests more generic. This is what would be included upstream. Please let me know what you think of all this. Kind regards, ...Louis From builds at travis-ci.org Wed Nov 29 03:28:33 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 03:28:33 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#47 (quickpkgfix - 19a42ba) In-Reply-To: Message-ID: <5a1e2961a0d4b_43f81001e803c160462c@dd58430d-eb79-4f0f-b7bc-b1d6ac4e5ae6.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #47 Status: Errored Duration: 41 seconds Commit: 19a42ba (quickpkgfix) Author: Jake Hunsaker Message: [rear] Add new plugin This adds a plugin for Relax and Recover, or rear, which is a backup and recovery tool. Signed-off-by: Jake Hunsaker Fixes: #1121 Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/BryanQuigley/sos/compare/quickpkgfix View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/308780125?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 03:29:43 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 03:29:43 +0000 Subject: [sos-devel] Failed: BryanQuigley/sos#48 (quickpkgfix - 13e663a) In-Reply-To: Message-ID: <5a1e29a733423_43f9e9d5f2ac81728065@fd24927c-441e-4c07-9aef-05c0a7e097ca.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #48 Status: Failed Duration: 1 minute and 20 seconds Commit: 13e663a (quickpkgfix) Author: Bryan Quigley Message: [policies/debian] Min Change to fix package detection for dpkg Commit 82e4ee2 changes the order that PackageManager expects for input. Redhat policy was adopted to this change. Debian/Ubuntu were not. Closes: #1155 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/19a42babee46...13e663a9233d View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/308780325?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 04:01:46 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 04:01:46 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#49 (betterpkgfix - 19a42ba) In-Reply-To: Message-ID: <5a1e312a24cac_43f80f59452401627878@dd58430d-eb79-4f0f-b7bc-b1d6ac4e5ae6.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #49 Status: Passed Duration: 2 minutes and 1 second Commit: 19a42ba (betterpkgfix) Author: Jake Hunsaker Message: [rear] Add new plugin This adds a plugin for Relax and Recover, or rear, which is a backup and recovery tool. Signed-off-by: Jake Hunsaker Fixes: #1121 Signed-off-by: Bryn M. Reeves View the changeset: https://github.com/BryanQuigley/sos/compare/betterpkgfix View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/308787718?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 04:04:39 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 04:04:39 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#50 (betterpkgfix - a7f4f83) In-Reply-To: Message-ID: <5a1e31d5a42b7_43f96cf33790813664c3@6ca1f4a7-d1a4-46f0-b484-7adbde065003.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #50 Status: Passed Duration: 4 minutes and 39 seconds Commit: a7f4f83 (betterpkgfix) Author: Bryan Quigley Message: [policies] Reset to expected variable order for packagemanager Commit 82e4ee2 changed the order of variables in packagemanager to what none of the policies expected. This sets it back so query is always first. Red Hat policy is the only one that uses more than one variable for it. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/19a42babee46...a7f4f83590bf View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/308787754?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 04:08:24 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 04:08:24 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#51 (fixboot - 13e663a) In-Reply-To: Message-ID: <5a1e32b885c17_43f96e378dcc8136865f@6ca1f4a7-d1a4-46f0-b484-7adbde065003.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #51 Status: Errored Duration: 55 seconds Commit: 13e663a (fixboot) Author: Bryan Quigley Message: [policies/debian] Min Change to fix package detection for dpkg Commit 82e4ee2 changes the order that PackageManager expects for input. Redhat policy was adopted to this change. Debian/Ubuntu were not. Closes: #1155 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/fixboot View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/308789782?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 04:08:58 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 04:08:58 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#52 (fixboot - aa69984) In-Reply-To: Message-ID: <5a1e32da58afd_43f9eab56456c1760856@fd24927c-441e-4c07-9aef-05c0a7e097ca.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #52 Status: Passed Duration: 1 minute and 19 seconds Commit: aa69984 (fixboot) Author: Bryan Quigley Message: [boot] Add Debian/Ubuntu package names Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/13e663a9233d...aa699848db16 View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/308789812?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 18:39:37 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 18:39:37 +0000 Subject: [sos-devel] Still Failing: BryanQuigley/sos#53 (travis - ff0b1eb) In-Reply-To: Message-ID: <5a1efee8c9960_43fe1241599fc2509f@da359ac9-5106-4456-a220-f3c02b557ae6.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #53 Status: Still Failing Duration: 59 seconds Commit: ff0b1eb (travis) Author: Bryan Quigley Message: [travis] Update travis with sudo and new python Bumps requirement for CI to work on Python 3.5, 3.6, 3.7-dev. To enable sudo we bump the release to trusty. Dropped the depth to 5 as we aren't doing git commands. Running --help and -l at the moment (but that should have found issue 938) Also running with --batch to test basic running. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/4b1dea03fdad...ff0b1eb000eb View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/309121430?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 18:43:48 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 18:43:48 +0000 Subject: [sos-devel] Still Failing: BryanQuigley/sos#54 (travis - 7d75f44) In-Reply-To: Message-ID: <5a1effcde94f1_43fc27d672b0c24733@f086a07c-4eef-4276-9ff6-800d5e533dcb.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #54 Status: Still Failing Duration: 2 minutes and 10 seconds Commit: 7d75f44 (travis) Author: Bryan Quigley Message: [travis] Update travis with sudo and new python Bumps requirement for CI to work on Python 3.5, 3.6, 3.7-dev. To enable sudo we bump the release to trusty. Dropped the depth to 5 as we aren't doing git commands. Running --help and -l at the moment (but that should have found issue 938) Also running with --batch to test basic running. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/ff0b1eb000eb...7d75f442ea55 View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/309122399?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 18:46:57 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 18:46:57 +0000 Subject: [sos-devel] Still Failing: BryanQuigley/sos#55 (travis - 9dbef2b) In-Reply-To: Message-ID: <5a1f00a1a2f90_43fba41bd8ab8310219@bb2627c6-d070-41d8-8637-fce3f8bb4aae.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #55 Status: Still Failing Duration: 1 minute and 42 seconds Commit: 9dbef2b (travis) Author: Bryan Quigley Message: [travis] Update travis with sudo and new python Bumps requirement for CI to work on Python 3.5, 3.6, 3.7-dev. To enable sudo we bump the release to trusty. Dropped the depth to 5 as we aren't doing git commands. Running --help and -l at the moment (but that should have found issue 938) Also running with --batch to test basic running. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/7d75f442ea55...9dbef2b3a43f View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/309123901?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 18:50:19 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 18:50:19 +0000 Subject: [sos-devel] Still Failing: BryanQuigley/sos#56 (travis - 7cafa21) In-Reply-To: Message-ID: <5a1f016ae0e93_43fe12415909c266754@da359ac9-5106-4456-a220-f3c02b557ae6.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #56 Status: Still Failing Duration: 2 minutes and 40 seconds Commit: 7cafa21 (travis) Author: Bryan Quigley Message: [travis] Update travis with sudo and new python Bumps requirement for CI to work on Python 3.5, 3.6, 3.7-dev. To enable sudo we bump the release to trusty. Dropped the depth to 5 as we aren't doing git commands. Running --help and -l at the moment (but that should have found issue 938) Also running with --batch to test basic running. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/9dbef2b3a43f...7cafa21e498f View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/309124772?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Nov 29 18:52:39 2017 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Nov 2017 18:52:39 +0000 Subject: [sos-devel] Still Failing: BryanQuigley/sos#57 (travis - 5715bb7) In-Reply-To: Message-ID: <5a1f01f790586_43fe124159eac26979b@da359ac9-5106-4456-a220-f3c02b557ae6.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #57 Status: Still Failing Duration: 1 minute and 44 seconds Commit: 5715bb7 (travis) Author: Bryan Quigley Message: [travis] Update travis with sudo and new python Bumps requirement for CI to work on Python 3.5, 3.6, 3.7-dev. To enable sudo we bump the release to trusty. Dropped the depth to 5 as we aren't doing git commands. Running --help and -l at the moment (but that should have found issue 938) Also running with --batch to test basic running. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/7cafa21e498f...5715bb72af74 View the full build log and details: https://travis-ci.org/BryanQuigley/sos/builds/309125985?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications -------------- next part -------------- An HTML attachment was scrubbed... URL: