[Reproducible-builds] Bug#814406: sisu-guice: FTBFS: [FATAL] Non-resolvable parent POM for org.sonatype.sisu.inject:jdk8-tests:[unknown-version]: Could not find artifact org.sonatype.sisu.inject:guice-parent:pom:4.0-SNAPSHOT

Chris Lamb lamby at debian.org
Thu Feb 11 08:46:53 UTC 2016


Source: sisu-guice
Version: 3.2.6-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Dear Maintainer,

sisu-guice fails to build from source in unstable/amd64:

  [..]

  touch debian/stamp-poms-patched
  cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian/maven.properties -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6 org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Dmaven.repo.local=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian/maven-repo  clean
  [INFO] Scanning for projects...
  [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  [FATAL] Non-resolvable parent POM for org.sonatype.sisu.inject:jdk8-tests:[unknown-version]: Could not find artifact org.sonatype.sisu.inject:guice-parent:pom:4.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11
  [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ org.sonatype.sisu.inject:guice-testlib:[unknown-version], /home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/extensions/testlib/pom.xml, line 18, column 15
   @ 
  [ERROR] The build could not read 1 project -> [Help 1]
  [ERROR]   
  [ERROR]   The project org.sonatype.sisu.inject:jdk8-tests:[unknown-version] (/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/jdk8-tests/pom.xml) has 1 error
  [ERROR]     Non-resolvable parent POM for org.sonatype.sisu.inject:jdk8-tests:[unknown-version]: Could not find artifact org.sonatype.sisu.inject:guice-parent:pom:4.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 -> [Help 2]
  [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/ProjectBuildingException
  [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
  /usr/share/cdbs/1/class/maven.mk:104: recipe for target 'cleanbuilddir' failed
  make: [cleanbuilddir] Error 1 (ignored)
  rm -f -r /home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian/maven-repo debian/stamp-maven-build
  rm -f debian/*.substvars
  /usr/bin/make -f debian/rules unpatch-poms
  make[1]: Entering directory '/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6'
  mh_unpatchpoms -plibsisu-guice-java
  rm -f -f debian/stamp-poms-patched
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6'
  dh_clean 
  mh_unpatchpoms -plibsisu-guice-java
  rm -f -f debian/stamp-poms-patched
  mh_clean
  rm -f debian/stamp-maven-check
   debian/rules build
  test -x debian/rules
  mkdir -p "."
  /usr/share/maven-debian-helper/copy-repo.sh /home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian
  find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compiler/*/*.jar': No such file or directory
  find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-compilers/*/*.jar': No such file or directory
  find: '/usr/share/maven-repo/org/codehaus/plexus/plexus-containers/*/*.jar': No such file or directory
  mh_patchpoms -plibsisu-guice-java --debian-build --keep-pom-version --maven-repo=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian/maven-repo  --build-no-docs
  touch debian/stamp-poms-patched
  # before-build target may be used to unpatch the pom files, so we need to check if
  # patching the pom files is needed here, normally not
  if [ ! -f pom.xml.save ]; then \
  	/usr/bin/make -f debian/rules patch-poms; \
  fi
  cd . && /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar:/usr/lib/jvm/default-java/lib/tools.jar -Dproperties.file.manual=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian/maven.properties -Dclassworlds.conf=/etc/maven/m2-debian.conf -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6 org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Dmaven.repo.local=/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/debian/maven-repo  package -DskipTests
  [INFO] Scanning for projects...
  [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  [FATAL] Non-resolvable parent POM for org.sonatype.sisu.inject:jdk8-tests:[unknown-version]: Could not find artifact org.sonatype.sisu.inject:guice-parent:pom:4.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11
  [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ org.sonatype.sisu.inject:guice-testlib:[unknown-version], /home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/extensions/testlib/pom.xml, line 18, column 15
   @ 
  [ERROR] The build could not read 1 project -> [Help 1]
  [ERROR]   
  [ERROR]   The project org.sonatype.sisu.inject:jdk8-tests:[unknown-version] (/home/lamby/temp/cdt.20160211093402.c0PcNHqfLi/sisu-guice-3.2.6/jdk8-tests/pom.xml) has 1 error
  [ERROR]     Non-resolvable parent POM for org.sonatype.sisu.inject:jdk8-tests:[unknown-version]: Could not find artifact org.sonatype.sisu.inject:guice-parent:pom:4.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 19, column 11 -> [Help 2]
  [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/ProjectBuildingException
  [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
  /usr/share/cdbs/1/class/maven.mk:92: recipe for target 'mvn-build' failed
  make: *** [mvn-build] Error 1

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sisu-guice.3.2.6-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 1587 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160211/91a55443/attachment.obj>


More information about the Reproducible-builds mailing list