From builds at travis-ci.org Fri Jul 3 16:36:21 2020 From: builds at travis-ci.org (Travis CI) Date: Fri, 03 Jul 2020 16:36:21 +0000 Subject: [sos-devel] Still Failing: sosreport/sos#4636 (master - 1c87810) In-Reply-To: Message-ID: <5eff5e851920c_13fba7b31b2b0968e@travis-tasks-5c68fddd67-ftlgp.mail> Build Update for sosreport/sos ------------------------------------- Build: #4636 Status: Still Failing Duration: 13 mins and 47 secs Commit: 1c87810 (master) Author: Jake Hunsaker Message: [pci] Update gating for lspci commands It was reported that certain arches may create subdir structures under /proc/bus/pci differently than others - most notably that the first device subdir could be '0000:00' instead of just '00'. Rather than chase these different layouts, update the gating check for running `lspci` commands to being that /proc/bus/pci exists and it has more than just the `devices` file present, as this file may be present but empty when nothing else exists under `/proc/bus/pci`. Resolves: #2138 Signed-off-by: Jake Hunsaker View the changeset: https://github.com/sosreport/sos/compare/047bf4048ccb...1c87810faf65 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/704726140?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Fri Jul 3 20:00:13 2020 From: builds at travis-ci.org (Travis CI) Date: Fri, 03 Jul 2020 20:00:13 +0000 Subject: [sos-devel] Fixed: sosreport/sos#4638 (master - 001a220) In-Reply-To: Message-ID: <5eff8e4c2a3be_13fbea8a9f5c817109@travis-tasks-5c68fddd67-vhhdw.mail> Build Update for sosreport/sos ------------------------------------- Build: #4638 Status: Fixed Duration: 31 mins and 16 secs Commit: 001a220 (master) Author: Reid wahl Message: [lvm2] Fix warning due to locking_type=0 option On RHEL 8, the option `--config="global{locking_type=0}"` is deprecated. This option is included in the lvm_opts variable and thus produces deprecation warnings in the outputs of pvscan, vgscan, pvs, vgs, and lvs: WARNING: locking_type (0) is deprecated, using --nolocking. This patch fixes the issue by removing "locking_type=0" from the config string and appending "--nolocking" to lvm_opts on systems where "--nolocking" is supported. Related to RHBZ#1849248. Resolves: #2127 Signed-off-by: Reid Wahl Signed-off-by: Jake Hunsaker View the changeset: https://github.com/sosreport/sos/compare/1c87810faf65...001a220f9558 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/704769119?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Sun Jul 5 20:28:15 2020 From: builds at travis-ci.org (Travis CI) Date: Sun, 05 Jul 2020 20:28:15 +0000 Subject: [sos-devel] Still Failing: BryanQuigley/sos#289 (merged_check - 76e22f2) In-Reply-To: Message-ID: <5f0237df675c7_13fc457eb23f4456fd@travis-tasks-7b8d965f9f-n2xdk.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #289 Status: Still Failing Duration: 16 mins and 26 secs Commit: 76e22f2 (merged_check) Author: Bryan Quigley Message: [policies] Switch to common method for determing OS This uses /etc/os-release exclusively. It also requires the module names to match the OS id or id_like exactly as written in os-release Drop Atomic host as there is none in RHEL8 Resolves: #2113 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/ec6277c5e532...76e22f25e703 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/705195044?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Sun Jul 5 20:38:52 2020 From: builds at travis-ci.org (Travis CI) Date: Sun, 05 Jul 2020 20:38:52 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#290 (master - 001a220) In-Reply-To: Message-ID: <5f023a5af187b_13feefb7acef0575b6@travis-tasks-7b8d965f9f-krrdq.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #290 Status: Passed Duration: 19 mins and 22 secs Commit: 001a220 (master) Author: Reid wahl Message: [lvm2] Fix warning due to locking_type=0 option On RHEL 8, the option `--config="global{locking_type=0}"` is deprecated. This option is included in the lvm_opts variable and thus produces deprecation warnings in the outputs of pvscan, vgscan, pvs, vgs, and lvs: WARNING: locking_type (0) is deprecated, using --nolocking. This patch fixes the issue by removing "locking_type=0" from the config string and appending "--nolocking" to lvm_opts on systems where "--nolocking" is supported. Related to RHBZ#1849248. Resolves: #2127 Signed-off-by: Reid Wahl Signed-off-by: Jake Hunsaker View the changeset: https://github.com/BryanQuigley/sos/compare/b34edec39189...001a220f9558 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/705195056?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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.com Fri Jul 10 18:42:23 2020 From: builds at travis-ci.com (Travis CI) Date: Fri, 10 Jul 2020 18:42:23 +0000 Subject: [sos-devel] Errored: albertodonato/sos#2 (maas-no-use-region-admin - 01eee3d) In-Reply-To: Message-ID: <5f08b68c5a94e_13fc9bd3126c84160aa@travis-pro-tasks-76d4cb44b-mvxhf.mail> Build Update for albertodonato/sos ------------------------------------- Build: #2 Status: Errored Duration: 3 mins and 1 sec Commit: 01eee3d (maas-no-use-region-admin) Author: Alberto Donato Message: maas plugin: use maas-region instead of deprecated maas-region-admin Signed-off-by: Alberto Donato View the changeset: https://github.com/albertodonato/sos/compare/7f5ec9e9011f...01eee3d79fd9 View the full build log and details: https://travis-ci.com/github/albertodonato/sos/builds/175210029?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the albertodonato/sos repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=15048751&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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.com Fri Jul 10 19:13:35 2020 From: builds at travis-ci.com (Travis CI) Date: Fri, 10 Jul 2020 19:13:35 +0000 Subject: [sos-devel] Errored: albertodonato/sos#1 (maas-no-use-region-admin - 7f5ec9e) In-Reply-To: Message-ID: <5f08bdde47ef7_13fc9bd3a798050129e@travis-pro-tasks-76d4cb44b-mvxhf.mail> Build Update for albertodonato/sos ------------------------------------- Build: #1 Status: Errored Duration: 39 mins and 57 secs Commit: 7f5ec9e (maas-no-use-region-admin) Author: Alberto Donato Message: maas plugin: use maas-region instead of deprecated maas-region-admin View the changeset: https://github.com/albertodonato/sos/commit/7f5ec9e9011f View the full build log and details: https://travis-ci.com/github/albertodonato/sos/builds/175209755?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the albertodonato/sos repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=15048751&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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.com Fri Jul 10 19:22:48 2020 From: builds at travis-ci.com (Travis CI) Date: Fri, 10 Jul 2020 19:22:48 +0000 Subject: [sos-devel] Passed: albertodonato/sos#3 (maas-no-use-region-admin - 0fc39a7) In-Reply-To: Message-ID: <5f08c007afcb3_13fb871aab130241845@travis-pro-tasks-76d4cb44b-xrcwt.mail> Build Update for albertodonato/sos ------------------------------------- Build: #3 Status: Passed Duration: 41 mins and 18 secs Commit: 0fc39a7 (maas-no-use-region-admin) Author: Alberto Donato Message: [maas] use maas-region instead of deprecated maas-region-admin Signed-off-by: Alberto Donato View the changeset: https://github.com/albertodonato/sos/compare/01eee3d79fd9...0fc39a70a706 View the full build log and details: https://travis-ci.com/github/albertodonato/sos/builds/175210123?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the albertodonato/sos repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=15048751&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 latha at linux.vnet.ibm.com Tue Jul 21 12:27:25 2020 From: latha at linux.vnet.ibm.com (Brahadambal Srinivasan) Date: Tue, 21 Jul 2020 17:57:25 +0530 Subject: [sos-devel] Query about pmem.py Message-ID: Hello, I wanted to know if we can somehow make arch-specific classes in the pmem.py plugin to sos. Currently it has Intel specific commands enabled which would throw an error in PowerPC architecture. Thanks and regards, Brahadambal From bmr at redhat.com Tue Jul 21 13:12:24 2020 From: bmr at redhat.com (Bryn M. Reeves) Date: Tue, 21 Jul 2020 14:12:24 +0100 Subject: [sos-devel] Query about pmem.py In-Reply-To: References: Message-ID: <20200721131224.GA423767@localhost.localdomain> On Tue, Jul 21, 2020 at 05:57:25PM +0530, Brahadambal Srinivasan wrote: > I wanted to know if we can somehow make arch-specific classes in the pmem.py plugin to sos. Currently it has Intel specific commands enabled which would throw an error in PowerPC architecture. You can enable plugins based on architecture by setting the 'architectures' member of the plugin to a list of strings describing the allowed architectures, e.g. ['x86_64', 'ppc.*']. If you need more fine grained control within a plugin then you can use a predicate to restrict specific file, command or other collection according to platform: ppc_p = SoSPredicate(arch=['ppc.*']) self.add_cmd_output("ppc_only_command", pred=ppc_p) And "ppc_only_command" will only execute if the runtime architecture matches. Regards, Bryn. From builds at travis-ci.org Thu Jul 23 20:36:22 2020 From: builds at travis-ci.org (Travis CI) Date: Thu, 23 Jul 2020 20:36:22 +0000 Subject: [sos-devel] Errored: sosreport/sos#4691 (master - b005fdc) In-Reply-To: Message-ID: <5f19f4c61ca7a_13fe7fda1474c791e8@travis-tasks-7879c5fb8f-j5vlk.mail> Build Update for sosreport/sos ------------------------------------- Build: #4691 Status: Errored Duration: 25 mins and 52 secs Commit: b005fdc (master) Author: Pavel Moravec Message: [haproxy] enable the plugin when puppet-generated subdir exists The plugin should be enabled also in containers where haproxy package is missing but thevar_puppet_gen directory exists. Resolves: #2163 Signed-off-by: Pavel Moravec Signed-off-by: Jake Hunsaker View the changeset: https://github.com/sosreport/sos/compare/f9cc0df78991...b005fdc59800 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/711227252?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Thu Jul 23 21:24:33 2020 From: builds at travis-ci.org (Travis CI) Date: Thu, 23 Jul 2020 21:24:33 +0000 Subject: [sos-devel] Passed: sosreport/sos#4692 (master - 5d6c5d5) In-Reply-To: Message-ID: <5f1a0010565a8_13f9ffaea4d0c625e6@travis-tasks-7879c5fb8f-fp92r.mail> Build Update for sosreport/sos ------------------------------------- Build: #4692 Status: Passed Duration: 18 mins and 32 secs Commit: 5d6c5d5 (master) Author: Pavel Moravec Message: [hyperv] import from proper class To follow new directory structure. Signed-off-by: Pavel Moravec View the changeset: https://github.com/sosreport/sos/compare/b005fdc59800...5d6c5d5d4dd2 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/711243843?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 00:05:20 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 00:05:20 +0000 Subject: [sos-devel] Errored: sosreport/sos#4697 (master - 7644b6d) In-Reply-To: Message-ID: <5f1f6bbf54612_13ff206bcbbf418419@travis-tasks-6988cd4c95-zsmpz.mail> Build Update for sosreport/sos ------------------------------------- Build: #4697 Status: Errored Duration: 20 mins and 3 secs Commit: 7644b6d (master) Author: Rohan Sable Message: [autofs]: obsfucate password in `automount -m` cmd This patch adds scrubbing of plain text password from the output of `automount -m` command. Before Patch : test | -fstype=cifs,username=user,password=pass //server/sambashare After Patch : test | -fstype=cifs,username=user,password=**** //server/sambashare Signed-off-by: Rohan Sable View the changeset: https://github.com/sosreport/sos/compare/734182325879...7644b6d98650 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/712381566?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 00:09:29 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 00:09:29 +0000 Subject: [sos-devel] Errored: sosreport/sos#4696 (master - 7341823) In-Reply-To: Message-ID: <5f1f6cba381fc_13ff20f0cf0581863f0@travis-tasks-6988cd4c95-zsmpz.mail> Build Update for sosreport/sos ------------------------------------- Build: #4696 Status: Errored Duration: 28 mins and 52 secs Commit: 7341823 (master) Author: Jake Hunsaker Message: [build] Remove Makefiles from tree Removes all Makefiles from the tree, as of 4.0 the supported method of packaging is via setuptools. Related: #2160 Signed-off-by: Jake Hunsaker Signed-off-by: Bryan Quigley View the changeset: https://github.com/sosreport/sos/compare/5d6c5d5d4dd2...734182325879 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/712380980?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 00:11:16 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 00:11:16 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#291 (osx - 3403455) In-Reply-To: Message-ID: <5f1f6d22d6504_13fa3192813782190d7@travis-tasks-6988cd4c95-9kmsz.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #291 Status: Errored Duration: 19 mins and 37 secs Commit: 3403455 (osx) Author: Bryan Quigley Message: [policies] remove osx Hasn't been any osx specific activity in years. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/8c2b07adeebe^...34034555e513 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/712383133?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 00:23:57 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 00:23:57 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#292 (master - 7644b6d) In-Reply-To: Message-ID: <5f1f701cb2dda_13ff20a3bc2d41945c1@travis-tasks-6988cd4c95-zsmpz.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #292 Status: Errored Duration: 28 mins and 53 secs Commit: 7644b6d (master) Author: Rohan Sable Message: [autofs]: obsfucate password in `automount -m` cmd This patch adds scrubbing of plain text password from the output of `automount -m` command. Before Patch : test | -fstype=cifs,username=user,password=pass //server/sambashare After Patch : test | -fstype=cifs,username=user,password=**** //server/sambashare Signed-off-by: Rohan Sable View the changeset: https://github.com/BryanQuigley/sos/compare/001a220f9558...7644b6d98650 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/712383388?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 00:55:00 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 00:55:00 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#293 (osx - 2819034) In-Reply-To: Message-ID: <5f1f7763c5649_13fa12371d0506075@travis-tasks-5ff7478479-bx2hw.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #293 Status: Errored Duration: 43 mins and 24 secs Commit: 2819034 (osx) Author: Bryan Quigley Message: [policies] remove osx Hasn't been any osx specific activity in years. Resolves: #2166 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/34034555e513...2819034008db View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/712383399?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 01:00:40 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 01:00:40 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#294 (noexample - dae8fda) In-Reply-To: Message-ID: <5f1f78b7b8309_13ff57e2dc1e48869e@travis-tasks-5ff7478479-fjsbj.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #294 Status: Errored Duration: 36 mins and 29 secs Commit: dae8fda (noexample) Author: Bryan Quigley Message: [example_plugin] Remove The docs are better than copying this plugin. Closes: #2070 Resolves: #2167 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/commit/dae8fda9e577 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/712386594?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Tue Jul 28 01:11:42 2020 From: builds at travis-ci.org (Travis CI) Date: Tue, 28 Jul 2020 01:11:42 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#295 (travisdrop35 - 4efa960) In-Reply-To: Message-ID: <5f1f7b4e4c243_13fa12371d23069766@travis-tasks-5ff7478479-bx2hw.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #295 Status: Errored Duration: 35 mins and 32 secs Commit: 4efa960 (travisdrop35) Author: Bryan Quigley Message: [travis] drop 16.04/py3.5 and fix build to use python Was determined we can drop Ubuntu 16.04 and python3.5 support. Also broke build cause we are trying only python3 now. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/commit/4efa96049570 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/712388008?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 weihuang at redhat.com Tue Jul 28 07:47:24 2020 From: weihuang at redhat.com (Wei Tang Huang) Date: Tue, 28 Jul 2020 15:47:24 +0800 Subject: [sos-devel] About docker plugin errors Message-ID: Hi Team, When we request for a sosreport, found some error in sos_log folder cat docker-plugin-errors.txt ``` Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 964, in setup plug.setup() File "/usr/lib/python2.7/site-packages/sos/plugins/docker.py", line 137, in setup super(RedHatDocker, self).setup() File "/usr/lib/python2.7/site-packages/sos/plugins/docker.py", line 97, in setup name, img_id = img.strip().split() ValueError: too many values to unpack ``` the following is the console output, we can see the `docker system df` command is very slow, not quite sure is this the root cause of docker plugin error? how can we solve it? can we skip a specific command? Thank you! Please enter the case id that you are generating this report for []: Setting up archive ... Setting up plugins ... Running plugins. Please wait ... ...omitted *[plugin:docker] command 'docker system df' timed out after 300s* Plugin logs timed out Plugin origin timed out Connection to cassandra1 closed by remote host. Connection to cassandra1 closed. -- ??? - Seasonny Huang TECHNICAL ACCOUNT MANAGER Red Hat Taiwan Rm. 2708, 27F., No.9, Songgao Rd., Xinyi Dist., Taipei City 110 weihuang at redhat.com T: 886-2-7743-2974 M: +886-963-202-921 @RedHat Red Hat Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhunsake at redhat.com Tue Jul 28 13:27:30 2020 From: jhunsake at redhat.com (Jake Hunsaker) Date: Tue, 28 Jul 2020 09:27:30 -0400 Subject: [sos-devel] About docker plugin errors In-Reply-To: References: Message-ID: <62229ea9-14f7-e872-f261-489edcf350bc@redhat.com> What version of sos is in use? The traceback is reminiscent of an older issue regarding malformed output which was resolved back in, I believe, 3.8. The `docker system df` command is also gated behind the `size` option, so check to make sure the customer isn't running sosreport with `-k docker.size=on` (or equivalent), and doesn't have it in /etc/sos.conf. A sufficiently old version of sos may not have that command gated by the plugin option though - so again, look to see if they are running a current version of sos. - jake On 7/28/20 3:47 AM, Wei Tang Huang wrote: > Hi Team, > > When we request for a sosreport, found some error in sos_log folder > > cat docker-plugin-errors.txt > ``` > Traceback (most recent call last): > ? File "/usr/lib/python2.7/site-packages/sos/sosreport.py", line 964, > in setup > ? ? plug.setup() > ? File "/usr/lib/python2.7/site-packages/sos/plugins/docker.py", line > 137, in setup > ? ? super(RedHatDocker, self).setup() > ? File "/usr/lib/python2.7/site-packages/sos/plugins/docker.py", line > 97, in setup > ? ? name, img_id = img.strip().split() > ValueError: too many values to unpack > ``` > > the following is the console output, we can see the `docker system df` > command is very slow, not quite sure is this the root cause of docker > plugin error? how can we solve it? can we skip a specific command? > Thank you! > > Please enter the case id that you are generating this report for []: > > ?Setting up archive ... > ?Setting up plugins ... > ?Running plugins. Please wait ... > > ...omitted > > *[plugin:docker] command 'docker system df' timed out after 300s > * > ?Plugin logs timed out > ?Plugin origin timed out > > Connection to cassandra1 closed by remote host. > Connection to cassandra1 closed. > > -- > > ??? - Seasonny Huang > > TECHNICAL ACCOUNT MANAGER > > Red Hat Taiwan > > Rm. 2708, 27F., No.9, Songgao Rd., Xinyi Dist., Taipei City 110 > > weihuang at redhat.com T: 886-2-7743-2974 > > M: +886-963-202-921 > > @RedHat Red Hat > Red Hat > > > > > _______________________________________________ > sos-devel mailing list > sos-devel at redhat.com > https://www.redhat.com/mailman/listinfo/sos-devel -- Jake Hunsaker RHCA Cloud Specialist Senior Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: From builds at travis-ci.org Wed Jul 29 21:10:01 2020 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Jul 2020 21:10:01 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#297 (osx - 3a83071) In-Reply-To: Message-ID: <5f21e5a8c5fcd_13fe54c61da3414218c@travis-tasks-8d7bb77f8-66ggl.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #297 Status: Passed Duration: 45 mins and 39 secs Commit: 3a83071 (osx) Author: Bryan Quigley Message: [policies] remove osx Hasn't been any osx specific activity in years. Resolves: #2166 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/2819034008db...3a8307116611 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/713052195?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Jul 29 20:51:56 2020 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Jul 2020 20:51:56 +0000 Subject: [sos-devel] Passed: sosreport/sos#4706 (master - 115881b) In-Reply-To: Message-ID: <5f21e16c8722_13fc5b5e1f7d43022@travis-tasks-8d7bb77f8-w2r9h.mail> Build Update for sosreport/sos ------------------------------------- Build: #4706 Status: Passed Duration: 41 mins and 37 secs Commit: 115881b (master) Author: Jake Hunsaker Message: [build] Remove sos.conf from setup.py, make config file optional In the recent packaging update (#2160), sos.conf was added to `setup.py` to include it in the source distribution tarball produced. That was the wrong approach, as setuptools explicitly tries to prevent files from being written outside of the package directory. Instead, the correct approach is to make the config file effectively optional, by producing a warning message when it doesn't exist, but still continue on with the defaults rather than aborting. Note that parsing errors and duplicate entries will still cause sos to abort execution. Resolves: #2174 Signed-off-by: Jake Hunsaker Signed-off-by: Bryan Quigley View the changeset: https://github.com/sosreport/sos/compare/7644b6d98650...115881b6c761 View the full build log and details: https://travis-ci.org/github/sosreport/sos/builds/713051813?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the sosreport/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=819743&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Jul 29 21:01:46 2020 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Jul 2020 21:01:46 +0000 Subject: [sos-devel] Errored: BryanQuigley/sos#296 (master - 115881b) In-Reply-To: Message-ID: <5f21e3b9e83b6_13fc5b5e1f25c38649@travis-tasks-8d7bb77f8-w2r9h.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #296 Status: Errored Duration: 50 mins and 7 secs Commit: 115881b (master) Author: Jake Hunsaker Message: [build] Remove sos.conf from setup.py, make config file optional In the recent packaging update (#2160), sos.conf was added to `setup.py` to include it in the source distribution tarball produced. That was the wrong approach, as setuptools explicitly tries to prevent files from being written outside of the package directory. Instead, the correct approach is to make the config file effectively optional, by producing a warning message when it doesn't exist, but still continue on with the defaults rather than aborting. Note that parsing errors and duplicate entries will still cause sos to abort execution. Resolves: #2174 Signed-off-by: Jake Hunsaker Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/7644b6d98650...115881b6c761 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/713052153?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Jul 29 21:18:50 2020 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Jul 2020 21:18:50 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#298 (travisdrop35 - dba3566) In-Reply-To: Message-ID: <5f21e7b9b8935_13fc5b5e1f16c49046@travis-tasks-8d7bb77f8-w2r9h.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #298 Status: Passed Duration: 39 mins and 53 secs Commit: dba3566 (travisdrop35) Author: Bryan Quigley Message: [travis] drop 16.04/py3.5 and fix build to use python Was determined we can drop Ubuntu 16.04 and python3.5 support. Also broke build cause we are trying only python3 now. Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/4efa96049570...dba356619cac View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/713053370?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Jul 29 21:46:29 2020 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Jul 2020 21:46:29 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#296 (master - 115881b) In-Reply-To: Message-ID: <5f21ee3349e57_13fe5476478e81853dd@travis-tasks-8d7bb77f8-66ggl.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #296 Status: Passed Duration: 43 mins and 15 secs Commit: 115881b (master) Author: Jake Hunsaker Message: [build] Remove sos.conf from setup.py, make config file optional In the recent packaging update (#2160), sos.conf was added to `setup.py` to include it in the source distribution tarball produced. That was the wrong approach, as setuptools explicitly tries to prevent files from being written outside of the package directory. Instead, the correct approach is to make the config file effectively optional, by producing a warning message when it doesn't exist, but still continue on with the defaults rather than aborting. Note that parsing errors and duplicate entries will still cause sos to abort execution. Resolves: #2174 Signed-off-by: Jake Hunsaker Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/7644b6d98650...115881b6c761 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/713052153?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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 Jul 29 21:53:38 2020 From: builds at travis-ci.org (Travis CI) Date: Wed, 29 Jul 2020 21:53:38 +0000 Subject: [sos-devel] Passed: BryanQuigley/sos#299 (noexample - 63783ba) In-Reply-To: Message-ID: <5f21efe15743d_13fe5463ad3a4193596@travis-tasks-8d7bb77f8-66ggl.mail> Build Update for BryanQuigley/sos ------------------------------------- Build: #299 Status: Passed Duration: 39 mins and 9 secs Commit: 63783ba (noexample) Author: Bryan Quigley Message: [example_plugin] Remove The docs are better than copying this plugin. Closes: #2070 Resolves: #2167 Signed-off-by: Bryan Quigley View the changeset: https://github.com/BryanQuigley/sos/compare/dae8fda9e577...63783bae42c1 View the full build log and details: https://travis-ci.org/github/BryanQuigley/sos/builds/713053379?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the BryanQuigley/sos repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=12244263&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific 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: