G

2017-06-09 Thread Andrei.shlidt


andrei.shl...@gmail.com
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


F

2017-06-09 Thread Andrei.shlidt


andrei.shl...@gmail.com
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: libdb upgrade seems to have broken rpm database

2017-06-09 Thread Chris Caudle
I saw the message from Eric Blake and did confirm that sudo rpm
--rebuilddb will recover.  I did not have to delete the corrupted database
file first, rpm rebuilt the db even without that step.
-- 
Chris Caudle

___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


[Test-Announce] Proposal to CANCEL: 2017-06-12 Fedora QA Meeting

2017-06-09 Thread Adam Williamson
Hi folks! I'm proposing we cancel the QA meeting on Monday. We did a
pretty good job of checking in this week, and I don't think there's
anything pressing that needs a meeting this week. The status of Beta is
a bit of a mess with the remaining libdb issues, but that needs to be
discussed at a different level than the QA team.

If anyone does want to have a meeting and is willing to run it, please
just go ahead and say so (and send out an agenda).

Mike will be sending out a blocker review meeting announcement for
Tuesday, I believe.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
test-announce mailing list -- test-announce@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org


libdb upgrade seems to have broken rpm database

2017-06-09 Thread Chris Caudle
Not sure which list is most appropriate, but starting with test to see if
this is something which would be expected to be caught while a package was
in updates-testing:

I just ran dnf upgrade on two different F25 systems, and on both dnf now
crashes with a segmentation fault if run sudo or under su.  Running as
normal user works OK, but of course from my normal user account I can't
actually update packages.
RPM also crashes, so I don't know if both are crashing independently, but
I suspect that the update to libdb 5.3.28-21 is the culprit (the other
package updated at the same time was google-noto-emoji-fonts, seems
unlikely to be related).

Am I completely dead in the water for now?  After the update tracer
reported that nothing needed to be restarted, but running tracer now has
this error:

# tracer
error: rpmdb: BDB0113 Thread/process 14829/140660169317184 failed: BDB1507
Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY:
Fatal error, run database recovery
error: cannot open Packages index using db5 -  (-30973)
error: cannot open Packages database in /var/lib/rpm
Traceback (most recent call last):
  File "/usr/bin/tracer", line 34, in 
tracer.main.run()
  File "/usr/lib/python3.5/site-packages/tracer/main.py", line 45, in run
return router.dispatch()
  File "/usr/lib/python3.5/site-packages/tracer/resources/router.py", line
52, in dispatch
controller = DefaultController(self.args, self.packages)
  File "/usr/lib/python3.5/site-packages/tracer/controllers/default.py",
line 62, in __init__
self.applications = self.tracer.trace_affected(self._user(args.user))
  File "/usr/lib/python3.5/site-packages/tracer/resources/tracer.py", line
96, in trace_affected
for file in self._PACKAGE_MANAGER.package_files(package.name):
  File
"/usr/lib/python3.5/site-packages/tracer/resources/PackageManager.py",
line 55, in package_files
return self.package_managers[0].package_files(pkg_name)
  File "/usr/lib/python3.5/site-packages/tracer/packageManagers/dnf.py",
line 34, in package_files
if self._is_installed(pkg_name):
  File "/usr/lib/python3.5/site-packages/tracer/packageManagers/rpm.py",
line 151, in _is_installed
mi = ts.dbMatch('name', pkg_name)
_rpm.error: rpmdb open failed

Open to debugging suggestions.  Normally I would run dnf downgrade, but
that obviously doesn't work when rpm is crashing.

Oddly enough, rpm when run as a normal user works OK, at least enough to
report which files are in the libdb package:
$ rpm -ql libdb
/usr/lib64/libdb-5.3.so
/usr/lib64/libdb-5.so
/usr/share/doc/libdb
/usr/share/doc/libdb/README
/usr/share/licenses/libdb
/usr/share/licenses/libdb/LICENSE
/usr/share/licenses/libdb/lgpl-2.1.txt
/usr/lib/libdb-5.3.so
/usr/lib/libdb-5.so
/usr/share/doc/libdb
/usr/share/doc/libdb/README
/usr/share/licenses/libdb
/usr/share/licenses/libdb/LICENSE
/usr/share/licenses/libdb/lgpl-2.1.txt

When run sudo rpm crashes:

]$ sudo rpm -ql libdb
error: rpmdb: BDB0113 Thread/process 14829/140660169317184 failed: BDB1507
Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY:
Fatal error, run database recovery
error: cannot open Packages index using db5 -  (-30973)
error: cannot open Packages database in /var/lib/rpm
error: rpmdb: BDB0113 Thread/process 14829/140660169317184 failed: BDB1507
Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY:
Fatal error, run database recovery
error: cannot open Packages index using db5 -  (-30973)
error: cannot open Packages database in /var/lib/rpm
package libdb is not installed



-- 
Chris Caudle


___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: Testing request: libdb and F26 upgrades

2017-06-09 Thread Eric Blake
On 06/04/2017 11:44 AM, Adam Williamson wrote:
> Hi folks!
> 
> So as you may have read, F26 Beta was held up by a tricky bug which
> causes upgrades to hang in some situations:
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1397087
> https://bugzilla.redhat.com/show_bug.cgi?id=1394862
> 
> There are updates in F24, F25 and F26 at present which we hope should
> resolve this bug without causing other problems, but the code in
> question is quite sensitive so we want to be as sure as possible that
> it's good to go.

On an F25 box, I ran 'dnf update', and it installed libdb.x86_64
5.3.28-21.fc25 among others.  That run of 'dnf' dumped core, and all
subsequent runs of dnf were unhappy:

# dnf update
...
  Verifying   : libdb-5.3.28-21.fc25.x86_64
 18/80
...
Complete!
Segmentation fault (core dumped)
# dnf update
error: rpmdb: BDB0113 Thread/process 6173/140680480651008 failed:
BDB1507 Thread died in Berkeley DB library
error: db5 error(-30973) from dbenv->failchk: BDB0087 DB_RUNRECOVERY:
Fatal error, run database recovery
error: cannot open Packages index using db5 -  (-30973)
error: cannot open Packages database in /var/lib/rpm
Error: Error: rpmdb open failed

I don't know how many others will have hosed systems now that libdb
appears to have been pushed to stable, but it's a bummer that it
happened to me.

> 
> It would be great if folks can help test. You should probably only test
> if you're confident in the old RPM database recovery trick - 'rm -f
> /var/lib/rpm/__db* ; rpm --rebuilddb' - and on systems which aren't
> *completely* mission critical.

Thankfully, this tip appeared to work for me.

> If you do run into any problems, please report them in the bug reports
> and/or in reply to this mail.

Hopefully my report helps; I'm willing to provide more details if you
ask me questions and guide me to what I need to provide.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



signature.asc
Description: OpenPGP digital signature
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


Re: improving upgrade testcases templates

2017-06-09 Thread Adam Williamson
On Tue, 2017-06-06 at 21:40 +0200, Kamil Paral wrote:
> Thoughts? Objections to putting it to production?

Overall, I think this is fine, nice job. I do kinda hate that you have
to edit 12 separate test cases one-by-one if you make any changes to
the underlying structure (that was the purpose of the single top-level
template before), but the tradeoff of less nesting complexity is
probably worth it. Other than that most of the changes are clear
improvements, so thanks for that.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org


[Test-Announce] 2017-06-12 @ 1600 UTC ** CANCEL Blocker Review

2017-06-09 Thread Mike Ruckman
Greetings testers! Since we currently only have one proposed blocker for
Final and we *just* got Beta out the door, I suggest we cancel next
week's blocker review meeting. As always, if you see a reason to have
the meeting on Monday, please reply to the list!

Thanks and have a great weekend!

// Mike
--
Fedora QA
___
test-announce mailing list -- test-announce@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org


Fedora 25 updates-testing report

2017-06-09 Thread updates
The following Fedora 25 Security updates need testing:
 Age  URL
 164  https://bodhi.fedoraproject.org/updates/FEDORA-2016-d79ba708cb   
exim-4.87.1-1.fc25
  62  https://bodhi.fedoraproject.org/updates/FEDORA-2017-e2d17af41e   
python-XStatic-jquery-ui-1.12.0.1-4.fc25
  17  https://bodhi.fedoraproject.org/updates/FEDORA-2017-a3c7d077c7   
perltidy-20170521-1.fc25
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-ac7fc2fd8c   
picocom-2.2-2.fc25
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-926e11c76e   
yara-3.6.0-1.fc25
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-c2113aacd2   
mosquitto-1.4.12-1.fc25
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-5e28afa2dd   
dolphin-emu-5.0-14.fc25
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2017-dd42592f9a   
perl-File-Path-2.12-366.fc25
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-87a64155eb   
ansible-2.3.1.0-1.fc25
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-278f46fcd6   
golang-1.7.6-1.fc25
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-7dbbbafea6   
runc-1.0.0-7.git6394544.fc25.2
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-8348115acd   
log4j12-1.2.17-19.fc25
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-8722576148   
ettercap-0.8.2-4.2.fc25
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-abbac6c64b   
libsndfile-1.0.28-2.fc25
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2017-ec3c82e64d   
libstaroffice-0.0.3-3.fc25
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2017-3c561780c8   
gajim-0.16.8-1.fc25
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2017-5d7498559f   
nodejs-brace-expansion-1.1.7-1.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-f646217583   
gnutls-3.5.13-1.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-89daff1f64   
mariadb-10.1.24-2.fc25


The following Fedora 25 Critical Path updates have yet to be approved:
 Age URL
  16  https://bodhi.fedoraproject.org/updates/FEDORA-2017-6dcf888128   
iproute-4.11.0-1.fc25
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-306f90d297   
sssd-1.15.2-5.fc25
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-ad6a31ebe1   
libvirt-2.2.1-2.fc25
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2017-daacf63973   
glusterfs-3.10.3-1.fc25
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2017-dd42592f9a   
perl-File-Path-2.12-366.fc25
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-613a72e282   
lorax-25.22-1.fc25
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-abbac6c64b   
libsndfile-1.0.28-2.fc25
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-5e99fe2ca1   
perl-threads-shared-1.57-1.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-541c2b2a47   
kernel-4.11.4-200.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-89daff1f64   
mariadb-10.1.24-2.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-4a9ebe9410   
linux-firmware-20170605-74.git37857004.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-45ca9bfcb6   
selinux-policy-3.13.1-225.18.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-f646217583   
gnutls-3.5.13-1.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-32940dd50d   
glibc-2.24-6.fc25
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-ec8260189b   
fwupd-0.9.3-1.fc25


The following builds have been pushed to Fedora 25 updates-testing

R-3.4.0-2.fc25
R-RCurl-1.95.4.8-1.fc25
R-Rcompression-0.93.2-15.fc25
R-XML-3.98.1.7-1.fc25
R-bitops-1.0.6-5.fc25
amanda-3.4.5-1.fc25
colorful-1.2-11.fc25
drupal7-7.55-1.fc25
erlang-19.3.5-1.fc25
gammaray-2.8.0-1.fc25
gnutls-3.5.13-1.fc25
google-noto-emoji-fonts-20170608-1.fc25
kernel-4.11.4-200.fc25
linux-firmware-20170605-74.git37857004.fc25
mariadb-10.1.24-2.fc25
openjfx-8.0.152-10.b04.fc25
php-twig2-2.4.3-1.fc25
playonlinux-4.2.11-1.fc25
python-ansible-tower-cli-3.1.4-1.fc25
python-mutagen-1.38-1.fc25
python-nbxmpp-0.5.6-1.fc25
python-tinydb-3.3.0-1.fc25
rakudo-0.2017.04.2-4.fc25
rkward-0.6.5-6.fc25
rpy-2.8.5-4.fc25
selinux-policy-3.13.1-225.18.fc25
sugar-calculator-44-1.fc25
sugar-jukebox-33-1.fc25
sugar-log-38-1.fc25
sugar-physics-32-1.fc25
sugar-read-118-1.fc25
system-config-language-3.4.2-1.fc25
yoshimi-1.5.2-1.fc25

Details about builds:



 R-3.4.0-2.fc25 (FEDORA-2017-17bcc534b7)
 A language for data analysis and graphics

Update Information:

Update to R 3.4.0. Update and rebuild all architecture dependent R packages in
Fedora as a result.

References:

  [ 1 ] Bug #1456900 - Review 

Fedora 24 updates-testing report

2017-06-09 Thread updates
The following Fedora 24 Security updates need testing:
 Age  URL
 170  https://bodhi.fedoraproject.org/updates/FEDORA-2016-26f9817b08   
squid-3.5.23-1.fc24
 164  https://bodhi.fedoraproject.org/updates/FEDORA-2016-eaaa9c4a08   
exim-4.87.1-1.fc24
 126  https://bodhi.fedoraproject.org/updates/FEDORA-2017-ece16ba6ba   
runc-1.0.0-5.rc2.gitc91b5be.fc24
 106  https://bodhi.fedoraproject.org/updates/FEDORA-2017-4b176c1694   
redis-3.2.8-1.fc24
  62  https://bodhi.fedoraproject.org/updates/FEDORA-2017-8330a48ca2   
python-XStatic-jquery-ui-1.12.0.1-1.fc24
  34  https://bodhi.fedoraproject.org/updates/FEDORA-2017-7a0e2d58f8   
thunderbird-52.1.0-1.fc24
  27  https://bodhi.fedoraproject.org/updates/FEDORA-2017-4de07172f4   
postgresql-9.5.7-1.fc24
  17  https://bodhi.fedoraproject.org/updates/FEDORA-2017-1f11501a9f   
perltidy-20170521-1.fc24
  13  https://bodhi.fedoraproject.org/updates/FEDORA-2017-0a1b2d495a   
systemd-229-20.fc24
  13  https://bodhi.fedoraproject.org/updates/FEDORA-2017-d39099ea6a   
webkitgtk4-2.16.3-1.fc24
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-f942f19ff4   
picocom-2.2-2.fc24
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-5c55ef46ee   
yara-3.6.0-1.fc24
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-486a536b62   
mosquitto-1.4.12-1.fc24
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-7e6f5f6957   
poppler-0.41.0-4.fc24
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-3258a7e433   
dolphin-emu-5.0-14.fc24
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2017-212f07c853   
perl-File-Path-2.12-3.fc24
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-6aff7475b7   
ansible-2.3.1.0-1.fc24
   6  https://bodhi.fedoraproject.org/updates/FEDORA-2017-7e0ff7f73a   
log4j12-1.2.17-19.fc24
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-36c7e7ef06   
ettercap-0.8.2-4.2.fc24
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-a3d6e1a7bf   
libsndfile-1.0.28-2.fc24
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2017-5f1006afb1   
libstaroffice-0.0.3-3.fc24
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2017-62547837ba   
gajim-0.16.8-1.fc24
   2  https://bodhi.fedoraproject.org/updates/FEDORA-2017-a1f4c48c68   
nodejs-brace-expansion-1.1.7-1.fc24
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-d04e48112b   
mariadb-10.1.24-2.fc24
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-6554692044   
kernel-4.11.4-100.fc24


The following Fedora 24 Critical Path updates have yet to be approved:
 Age URL
  49  https://bodhi.fedoraproject.org/updates/FEDORA-2017-e1905fd566   
koji-1.12.0-2.fc24
  34  https://bodhi.fedoraproject.org/updates/FEDORA-2017-7a0e2d58f8   
thunderbird-52.1.0-1.fc24
  16  https://bodhi.fedoraproject.org/updates/FEDORA-2017-c54e3353b6   
p11-kit-0.23.2-4.fc24
  13  https://bodhi.fedoraproject.org/updates/FEDORA-2017-d39099ea6a   
webkitgtk4-2.16.3-1.fc24
  13  https://bodhi.fedoraproject.org/updates/FEDORA-2017-0a1b2d495a   
systemd-229-20.fc24
   9  https://bodhi.fedoraproject.org/updates/FEDORA-2017-dc75cff415   
firefox-53.0.3-1.fc24
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-09ed8ebe2c   
sssd-1.15.2-5.fc24
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-fabdb3303a   
testdisk-7.0-9.fc24 ntfs-3g-2017.3.23-1.fc24
   8  https://bodhi.fedoraproject.org/updates/FEDORA-2017-7e6f5f6957   
poppler-0.41.0-4.fc24
   7  https://bodhi.fedoraproject.org/updates/FEDORA-2017-212f07c853   
perl-File-Path-2.12-3.fc24
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-a3d6e1a7bf   
libsndfile-1.0.28-2.fc24
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-41792497d9   
vim-8.0.617-1.fc24
   3  https://bodhi.fedoraproject.org/updates/FEDORA-2017-2f817084d3   
hwdata-0.301-1.fc24
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-6554692044   
kernel-4.11.4-100.fc24
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-d04e48112b   
mariadb-10.1.24-2.fc24
   0  https://bodhi.fedoraproject.org/updates/FEDORA-2017-852b6ec264   
linux-firmware-20170605-74.git37857004.fc24


The following builds have been pushed to Fedora 24 updates-testing

amanda-3.4.5-1.fc24
colorful-1.2-11.fc24
drupal7-7.55-1.fc24
google-noto-emoji-fonts-20170608-1.fc24
kernel-4.11.4-100.fc24
linux-firmware-20170605-74.git37857004.fc24
mariadb-10.1.24-2.fc24
python-ansible-tower-cli-3.1.4-1.fc24
python-nbxmpp-0.5.6-1.fc24
python-tinydb-3.3.0-1.fc24
sugar-calculator-44-1.fc24
sugar-jukebox-33-1.fc24
sugar-log-38-1.fc24
sugar-physics-32-1.fc24
sugar-read-118-1.fc24

Details about builds:



 amanda-3.4.5-1.fc24 (FEDORA-2017-a9d435f9e2)
 A network-capable tape backup solution

Update Information:

Updated to new upstream release 3.4.5, which fixes various bugs.

Re: Testing request: libdb -21 for F24 and F25

2017-06-09 Thread Alessio Ciregia
2017-06-08 17:37 GMT+02:00 Adam Williamson :

> Hi folks!
>
> So there are F24 and F25 updates for libdb in updates-testing as part
> of the effort to fix
> https://bugzilla.redhat.com/show_bug.cgi?id=1397087 , the F26 Beta
>

I tried to upgrade from F25 to F26 a RPi3 (arm) following
QA:Testcase_upgrade_dnf_current_server and without installing libdb -21
update: the upgrade process got stuck on cleaning up some package.

Then I did a fresh install of F25 on such device. Before performing the
system upgrade I installed this package update: the system upgrade was
successful.

Ciao
A.
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org