Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833170 - app-crypt/gpgme-1.17.0 fails tests: - FAIL: t-encrypt
Summary: app-crypt/gpgme-1.17.0 fails tests: - FAIL: t-encrypt
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-02-12 09:43 UTC by Toralf Förster
Modified: 2022-03-08 04:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.83 KB, text/plain)
2022-02-12 09:43 UTC, Toralf Förster
Details
app-crypt:gpgme-1.17.0:20220212-085125.log.bz2 (app-crypt:gpgme-1.17.0:20220212-085125.log.bz2,32.11 KB, application/x-bzip)
2022-02-12 09:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,20.22 KB, text/plain)
2022-02-12 09:43 UTC, Toralf Förster
Details
environment (environment,135.67 KB, text/plain)
2022-02-12 09:43 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,15.73 KB, application/x-bzip)
2022-02-12 09:43 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,12.40 KB, application/x-bzip)
2022-02-12 09:43 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,63.35 KB, application/x-bzip)
2022-02-12 09:43 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-02-12 09:43:15 UTC
   Loc: [t-encrypt.cpp(221)]
PASS   : EncryptionTest::cleanupTestCase()
Totals: 4 passed, 2 failed, 0 skipped, 0 blacklisted, 1350ms
********* Finished testing of EncryptionTest *********
FAIL: t-encrypt
********* Start testing of VerifyTest *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.2.1 20220115), gentoo 2.8

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-j4_test_debug-20220211-232930

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.9
Available Rust versions:
  [1]   rust-1.58.1 *
php cli:

  HEAD of ::gentoo
commit bc03391e2185377315e217a31d0faf9ed1a84673
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Feb 12 06:51:56 2022 +0000

    2022-02-12 06:51:55 UTC

emerge -qpvO app-crypt/gpgme
[ebuild     U ] app-crypt/gpgme-1.17.0 [1.16.0] USE="cxx qt5* -common-lisp -python -static-libs" PYTHON_TARGETS="python3_9 -python3_8 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2022-02-12 09:43:17 UTC
Created attachment 764906 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-02-12 09:43:18 UTC
Created attachment 764907 [details]
app-crypt:gpgme-1.17.0:20220212-085125.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-02-12 09:43:19 UTC
Created attachment 764908 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-02-12 09:43:21 UTC
Created attachment 764909 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-02-12 09:43:22 UTC
Created attachment 764910 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-02-12 09:43:24 UTC
Created attachment 764911 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-02-12 09:43:25 UTC
Created attachment 764912 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2022-02-13 10:14:34 UTC
Update summary. [something] is used when something refers to an overlay
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-07 04:20:50 UTC
Snippet from your log:
```
********* Start testing of EncryptionTest *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.2.1 20220115), gentoo 2.8
PASS   : EncryptionTest::initTestCase()
FAIL!  : EncryptionTest::testSimpleEncryptDecrypt() '!decResult.error()' returned FALSE. ()
   Loc: [t-encrypt.cpp(95)]
PASS   : EncryptionTest::testProgress()
PASS   : EncryptionTest::testSymmetricEncryptDecrypt()
FAIL!  : EncryptionTest::testEncryptDecryptNowrap() '!decResult.error()' returned FALSE. ()
   Loc: [t-encrypt.cpp(221)]
PASS   : EncryptionTest::cleanupTestCase()
Totals: 4 passed, 2 failed, 0 skipped, 0 blacklisted, 1350ms
********* Finished testing of EncryptionTest *********
FAIL: t-encrypt
```

toralf, can you reproduce this? I can't with 1.17.0 (or 1.17.1, but the difference is very small there).
Comment 10 Toralf Förster gentoo-dev 2022-03-07 16:26:16 UTC
app-crypt/gpgme-1.17.1 emerged fine here, so fixed ?
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-08 04:02:03 UTC
(In reply to Toralf Förster from comment #10)
> app-crypt/gpgme-1.17.1 emerged fine here, so fixed ?

Thanks!