https://bugzilla.redhat.com/show_bug.cgi?id=1858073
Bug ID: 1858073
Summary: powermock fails to build with java-11-openjdk
Product: Fedora
Version: rawhide
Hardware: All
OS: All
Status: NEW
Component: powermock
Severity: high
Assignee: rkennke(a)redhat.com
Reporter: jvanek(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dchen(a)redhat.com, decathorpe(a)gmail.com,
java-maint-sig(a)lists.fedoraproject.org,
java-sig-commits(a)lists.fedoraproject.org,
jerboaa(a)gmail.com, jvanek(a)redhat.com,
neugens(a)redhat.com, rkennke(a)redhat.com,
sgehwolf(a)redhat.com
Blocks: 1825969 (Java11)
Target Milestone: ---
Classification: Fedora
powermock fails to build with java-11-openjdk as sytem JDK. See
https://fedoraproject.org/wiki/Changes/Java11 .
See especially part about known failures:
https://fedoraproject.org/wiki/Changes/Java11#common_issues_packagers_can_f…
For the build logs, see:
https://koji.fedoraproject.org/koji/taskinfo?taskID=47161350
We run the rebuild longer then 10days ago. Log may be gone. Also your package
may be passing in regular rawhide.
To reproduce, simply: fedpkg clone powermock; cd powermock; fedpkg build
--target f33-java11; #The target is crucial.
We run two reruns your package failed both.
We had tried 650 packages, and 500 had passed, so the java-11-openjdk will be
system JDK in f33, and you should fix your package if you want to keep it
alive. Usually the fix is simple, and best is to update the package to latest
upstream version.
There will be usual mass rebuild once f33 branches. You may got another FTBFS
bug.
Let us know here if you have any questions, here in bug, or at
java-devel(a)lists.fedoraproject.org .
We'd appreciate help from the people who know this package best, but if you
don't want to work on this now, let us know so we can try to work around it on
our side if needed.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1825969
[Bug 1825969] java-11-openjdk as system JDK in F33
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1835508
Bug ID: 1835508
Summary: powermock tests incompatible with assertj-core 3.11.0+
Product: Fedora
Version: rawhide
Status: NEW
Component: powermock
Assignee: rkennke(a)redhat.com
Reporter: decathorpe(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dingyichen(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
jerboaa(a)gmail.com, neugens(a)redhat.com,
rkennke(a)redhat.com
Target Milestone: ---
Classification: Fedora
I've tried to update assertj-core to the latest version, but there have been
minor API changes that powermock does not seem to be compatible with:
https://copr.fedorainfracloud.org/coprs/decathorpe/assertj-core-fixes-pr/bu…
The first issues seems to be caused by this upstream commit:
https://github.com/joel-costigliola/assertj-core/commit/de6e751563640c7d157…
In this file:
powermock-core/src/test/java/org/powermock/core/classloader/MockClassLoaderFactoryTest.java
Replacing .are(contains(foo)) with .isEqualsTo(foo) fixes these two issues.
However, they are not the only problems, and I've not been able to fix the
rest, and error messages for closures seem to be especially unhelpful in Java.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1865662
Bug ID: 1865662
Summary: zxing: FTBFS in Fedora rawhide/f33
Product: Fedora
Version: rawhide
Status: NEW
Component: zxing
Assignee: hegjon(a)gmail.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: hegjon(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
puntogil(a)libero.it
Blocks: 1803234 (F33FTBFS)
Target Milestone: ---
Classification: Fedora
zxing failed to build from source in Fedora rawhide/f33
https://koji.fedoraproject.org/koji/taskinfo?taskID=48363711
For details on the mass rebuild see:
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix zxing at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
zxing will be orphaned. Before branching of Fedora 34,
zxing will be retired, if it still fails to build.
For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803234
[Bug 1803234] (F33FTBFS) - Fedora 33 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1858118
Bug ID: 1858118
Summary: zxing fails to build with java-11-openjdk
Product: Fedora
Version: rawhide
Hardware: All
OS: All
Status: NEW
Component: zxing
Severity: high
Assignee: hegjon(a)gmail.com
Reporter: jvanek(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: decathorpe(a)gmail.com, hegjon(a)gmail.com,
java-maint-sig(a)lists.fedoraproject.org,
java-sig-commits(a)lists.fedoraproject.org,
jvanek(a)redhat.com, puntogil(a)libero.it,
sgehwolf(a)redhat.com
Blocks: 1825969 (Java11)
Target Milestone: ---
Classification: Fedora
zxing fails to build with java-11-openjdk as sytem JDK. See
https://fedoraproject.org/wiki/Changes/Java11 .
See especially part about known failures:
https://fedoraproject.org/wiki/Changes/Java11#common_issues_packagers_can_f…
For the build logs, see:
https://koji.fedoraproject.org/koji/taskinfo?taskID=47164469
We run the rebuild longer then 10days ago. Log may be gone. Also your package
may be passing in regular rawhide.
To reproduce, simply: fedpkg clone zxing; cd zxing; fedpkg build --target
f33-java11; #The target is crucial.
We run two reruns your package failed both.
We had tried 650 packages, and 500 had passed, so the java-11-openjdk will be
system JDK in f33, and you should fix your package if you want to keep it
alive. Usually the fix is simple, and best is to update the package to latest
upstream version.
There will be usual mass rebuild once f33 branches. You may got another FTBFS
bug.
Let us know here if you have any questions, here in bug, or at
java-devel(a)lists.fedoraproject.org .
We'd appreciate help from the people who know this package best, but if you
don't want to work on this now, let us know so we can try to work around it on
our side if needed.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1825969
[Bug 1825969] java-11-openjdk as system JDK in F33
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1857983
Bug ID: 1857983
Summary: jboss-servlet-2.5-api fails to build with
java-11-openjdk
Product: Fedora
Version: rawhide
Hardware: All
OS: All
Status: NEW
Component: jboss-servlet-2.5-api
Severity: high
Assignee: alee(a)redhat.com
Reporter: jvanek(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: alee(a)redhat.com, decathorpe(a)gmail.com,
dmoluguw(a)redhat.com,
java-maint-sig(a)lists.fedoraproject.org,
java-sig-commits(a)lists.fedoraproject.org,
jvanek(a)redhat.com, sgehwolf(a)redhat.com
Blocks: 1825969 (Java11)
Target Milestone: ---
Classification: Fedora
jboss-servlet-2.5-api fails to build with java-11-openjdk as sytem JDK. See
https://fedoraproject.org/wiki/Changes/Java11 .
See especially part about known failures:
https://fedoraproject.org/wiki/Changes/Java11#common_issues_packagers_can_f…
For the build logs, see:
https://koji.fedoraproject.org/koji/taskinfo?taskID=47154118
We run the rebuild longer then 10days ago. Log may be gone. Also your package
may be passing in regular rawhide.
To reproduce, simply: fedpkg clone jboss-servlet-2.5-api; cd
jboss-servlet-2.5-api; fedpkg build --target f33-java11; #The target is
crucial.
We run two reruns your package failed both.
We had tried 650 packages, and 500 had passed, so the java-11-openjdk will be
system JDK in f33, and you should fix your package if you want to keep it
alive. Usually the fix is simple, and best is to update the package to latest
upstream version.
There will be usual mass rebuild once f33 branches. You may got another FTBFS
bug.
Let us know here if you have any questions, here in bug, or at
java-devel(a)lists.fedoraproject.org .
We'd appreciate help from the people who know this package best, but if you
don't want to work on this now, let us know so we can try to work around it on
our side if needed.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1825969
[Bug 1825969] java-11-openjdk as system JDK in F33
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1863900
Bug ID: 1863900
Summary: jboss-servlet-2.5-api: FTBFS in Fedora rawhide/f33
Product: Fedora
Version: rawhide
Status: NEW
Component: jboss-servlet-2.5-api
Assignee: alee(a)redhat.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: alee(a)redhat.com, dmoluguw(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 1803234 (F33FTBFS)
Target Milestone: ---
Classification: Fedora
jboss-servlet-2.5-api failed to build from source in Fedora rawhide/f33
https://koji.fedoraproject.org/koji/taskinfo?taskID=47987561
For details on the mass rebuild see:
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix jboss-servlet-2.5-api at your earliest convenience and set the bug's
status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
jboss-servlet-2.5-api will be orphaned. Before branching of Fedora 34,
jboss-servlet-2.5-api will be retired, if it still fails to build.
For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803234
[Bug 1803234] (F33FTBFS) - Fedora 33 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1863216
Bug ID: 1863216
Summary: apache-commons-validator: FTBFS in Fedora rawhide/f33
Product: Fedora
Version: rawhide
Status: NEW
Component: apache-commons-validator
Assignee: SpikeFedora(a)gmail.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, SpikeFedora(a)gmail.com
Blocks: 1803234 (F33FTBFS)
Target Milestone: ---
Classification: Fedora
apache-commons-validator failed to build from source in Fedora rawhide/f33
https://koji.fedoraproject.org/koji/taskinfo?taskID=47928442
For details on the mass rebuild see:
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix apache-commons-validator at your earliest convenience and set the
bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
apache-commons-validator will be orphaned. Before branching of Fedora 34,
apache-commons-validator will be retired, if it still fails to build.
For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803234
[Bug 1803234] (F33FTBFS) - Fedora 33 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1863215
Bug ID: 1863215
Summary: apache-commons-dbcp: FTBFS in Fedora rawhide/f33
Product: Fedora
Version: rawhide
Status: NEW
Component: apache-commons-dbcp
Assignee: SpikeFedora(a)gmail.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, SpikeFedora(a)gmail.com
Blocks: 1803234 (F33FTBFS)
Target Milestone: ---
Classification: Fedora
apache-commons-dbcp failed to build from source in Fedora rawhide/f33
https://koji.fedoraproject.org/koji/taskinfo?taskID=47928317
For details on the mass rebuild see:
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix apache-commons-dbcp at your earliest convenience and set the bug's
status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
apache-commons-dbcp will be orphaned. Before branching of Fedora 34,
apache-commons-dbcp will be retired, if it still fails to build.
For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803234
[Bug 1803234] (F33FTBFS) - Fedora 33 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1865370
Bug ID: 1865370
Summary: relaxngcc: FTBFS in Fedora rawhide/f33
Product: Fedora
Version: rawhide
Status: NEW
Component: relaxngcc
Assignee: sanjay.ankur(a)gmail.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
puntogil(a)libero.it, sanjay.ankur(a)gmail.com
Blocks: 1803234 (F33FTBFS)
Target Milestone: ---
Classification: Fedora
relaxngcc failed to build from source in Fedora rawhide/f33
https://koji.fedoraproject.org/koji/taskinfo?taskID=48352396
For details on the mass rebuild see:
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix relaxngcc at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
relaxngcc will be orphaned. Before branching of Fedora 34,
relaxngcc will be retired, if it still fails to build.
For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803234
[Bug 1803234] (F33FTBFS) - Fedora 33 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1864131
Bug ID: 1864131
Summary: metadata-extractor2: FTBFS in Fedora rawhide/f33
Product: Fedora
Version: rawhide
Status: NEW
Component: metadata-extractor2
Assignee: jjelen(a)redhat.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: cedric.olivier(a)free.fr,
java-sig-commits(a)lists.fedoraproject.org,
jjelen(a)redhat.com, puntogil(a)libero.it
Blocks: 1803234 (F33FTBFS)
Target Milestone: ---
Classification: Fedora
metadata-extractor2 failed to build from source in Fedora rawhide/f33
https://koji.fedoraproject.org/koji/taskinfo?taskID=47998669
For details on the mass rebuild see:
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix metadata-extractor2 at your earliest convenience and set the bug's
status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
metadata-extractor2 will be orphaned. Before branching of Fedora 34,
metadata-extractor2 will be retired, if it still fails to build.
For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1803234
[Bug 1803234] (F33FTBFS) - Fedora 33 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.