Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923827 - dev-java/scram-2.1 fails tests: ScramSessionTest.java:33: error: cannot find symbol
Summary: dev-java/scram-2.1 fails tests: ScramSessionTest.java:33: error: cannot find ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-05 12:36 UTC by Agostino Sarubbo
Modified: 2024-02-06 09:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,54.47 KB, text/plain)
2024-02-05 12:36 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-05 12:36:33 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/scram-2.1 fails tests.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-05 12:36:35 UTC
Created attachment 884272 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-05 12:36:36 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:33: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:45: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:53: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:54: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:57: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:59: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:60: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:62: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:63: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:65: error: cannot find symbol
client/src/test/java/com/ongres/scram/client/ScramSessionTest.java:33: error: cannot find symbol
Comment 3 Volkmar W. Pogatzki 2024-02-05 16:10:22 UTC
Regression of commit #46a0d7d3899ca90d1fc9a81a288d915ccdc3ebf8
Comment 4 Larry the Git Cow gentoo-dev 2024-02-06 09:34:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dbcf91085d19baffd30881776aadd2d973f7cc

commit b4dbcf91085d19baffd30881776aadd2d973f7cc
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-02-05 16:04:11 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-02-06 09:33:55 +0000

    dev-java/scram: fix test compile errors
    
    Closes: https://bugs.gentoo.org/923827
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/scram/scram-2.1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)