Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11822
| Path | csiph.com!weretis.net!feeder7.news.weretis.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andreas Tille <andreas@an3as.eu> |
| Newsgroups | linux.debian.bugs.dist, linux.debian.maint.java |
| Subject | Bug#963396: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure |
| Date | Thu, 06 Aug 2020 11:10:01 +0200 |
| Message-ID | <AAK4p-ac-1@gated-at.bofh.it> (permalink) |
| References | <Akf4H-IG-53@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-bugs-dist-request@lists.debian.org Thu Aug 6 09:09:08 2020 |
| Old-Return-Path | <debbugs@buxtehude.debian.org> |
| X-Spam-Flag | NO |
| X-Spam-Score | -0.699 |
| Reply-To | Andreas Tille <andreas@an3as.eu>, 963396@bugs.debian.org |
| Resent-To | debian-bugs-dist@lists.debian.org |
| Resent-Cc | Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org> |
| X-Debian-Pr-Message | followup 963396 |
| X-Debian-Pr-Package | src:jimfs |
| X-Debian-Pr-Keywords | bullseye ftbfs sid |
| X-Debian-Pr-Source | jimfs |
| X-Spam-Bayes | score:0.0000 Tokens: new, 24; hammy, 150; neutral, 208; spammy, 0. spammytokens: hammytokens:0.000-+--H*UA:1.10.1, 0.000-+--H*u:1.10.1, 0.000-+--H*UA:2018-07-13, 0.000-+--H*u:2018-07-13, 0.000-+--H*RU:mail.an3as.eu |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.10.1 (2018-07-13) |
| X-Debian-Message | from BTS |
| X-Mailing-List | <debian-bugs-dist@lists.debian.org> archive/latest/1617473 |
| List-ID | <debian-bugs-dist.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-bugs-dist/> |
| Approved | robomod@news.nic.it |
| Lines | 66 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Thu, 6 Aug 2020 11:05:48 +0200 |
| X-Original-Message-ID | <20200806090548.GS7363@an3as.eu> |
| X-Original-References | <20200621203006.GA2137@xanadu.blop.info> |
| Xref | csiph.com linux.debian.bugs.dist:1020742 linux.debian.maint.java:11822 |
Cross-posted to 2 groups.
Show key headers only | View raw
Control: tags -1 help
Hi,
I was running routine-update on jimfs repository since it seems to lack
some love (not even Salsa URLs in VCS-fields) but the build error remains
(for sure since I did not changed the code). I've checked upstream[1]
which says:
1.1
@cgdecker released this on Feb 12, 2016 ยท 65 commits to master since this release
but my rough check did not found any commits that might be related to this
issue nor did I found any open issue that might fit here. So I wonder
whether someone from Java team might have some idea for this issue:
...
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 58 source files to /build/jimfs-1.1/jimfs/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /build/jimfs-1.1/jimfs/src/main/java/com/google/common/jimfs/PathService.java:[290,30] error: <anonymous com.google.common.jimfs.PathService$1> is not abstract and does not override abstract method test(Object) in Predicate
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Jimfs Parent
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jimfs Parent 1.1:
[INFO]
[INFO] Jimfs Parent ....................................... SUCCESS [ 0.514 s]
[INFO] Jimfs .............................................. FAILURE [ 2.840 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.634 s
[INFO] Finished at: 2020-08-06T08:54:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure
[ERROR] /build/jimfs-1.1/jimfs/src/main/java/com/google/common/jimfs/PathService.java:[290,30] error: <anonymous com.google.common.jimfs.PathService$1> is not abstract and does not override abstract method test(Object) in Predicate
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :jimfs
dh_auto_build: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/build/jimfs-1.1 -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dproperties.file.manual=/build/jimfs-1.1/debian/maven.properties org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/build/jimfs-1.1/debian -Dmaven.repo.local=/build/jimfs-1.1/debian/maven-repo package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=e
Thanks for any help
Andreas.
[1] https://github.com/google/jimfs/releases
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
Bug#963396: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure Andreas Tille <andreas@an3as.eu> - 2020-08-06 11:10 +0200
Bug#963396: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure Thorsten Glaser <t.glaser@tarent.de> - 2020-08-07 18:10 +0200
Bug#963396: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure Thorsten Glaser <t.glaser@tarent.de> - 2020-08-08 00:10 +0200
Re: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure Andreas Tille <andreas@an3as.eu> - 2020-08-08 17:50 +0200
Re: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure Thorsten Glaser <t.glaser@tarent.de> - 2020-08-08 18:30 +0200
Re: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure Mechtilde Stehmann <mechtilde@debian.org> - 2020-08-10 21:20 +0200
csiph-web