Your message dated Thu, 05 Nov 2020 11:04:12 +0000
with message-id <e1kad3s-0004xt...@fasolo.debian.org>
and subject line Bug#973073: fixed in tycho 1.6.0-2
has caused the Debian Bug report #973073,
regarding tycho: FTBFS: constructor EquinoxContainer in class
org.eclipse.osgi.internal.framework.EquinoxContainer cannot be applied to given
types
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
973073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973073
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tycho
Version: 1.6.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201027 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build -- package -Dmaven.test.skip=true
> /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=/<<PKGBUILDDIR>>
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package
> -Dmaven.test.skip=true -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> (file:/usr/share/maven/lib/guice.jar) to method
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] The project org.eclipse.tycho:tycho:pom:1.6.0 uses prerequisites
> which is only intended for maven-plugin projects but not for non maven-plugin
> projects. For such purposes you should use the maven-enforcer-plugin. See
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Tycho
> [pom]
> [INFO] Tycho OSGi Bundles Parent
> [pom]
> [INFO] Tycho Embedder API Maven/OSGi Shared Classes
> [jar]
> [INFO] Tycho Core Maven/OSGi Shared Classes
> [jar]
> [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes
> [jar]
> [INFO] Tycho p2 Tools Maven/OSGi Shared Classes
> [jar]
> [INFO] Tycho Maven/p2 Repository Integration
> [jar]
> [INFO] Tycho p2 Resolver Bundle
> [jar]
> [INFO] Tycho p2 Tools Bundle
> [jar]
> [INFO] Tycho OSGi Runtime External Bundles
> [jar]
> [INFO] Sisu Equinox/Plexus bridge
> [pom]
> [INFO] Sisu Equinox Services API
> [jar]
> [INFO] Sisu Equinox Embedder
> [jar]
> [INFO] Tycho Eclipse Project Metadata Model
> [jar]
> [INFO] Tycho Embedder API
> [jar]
> [INFO] Tycho Core
> [jar]
> [INFO] Sisu Equinox Launching
> [jar]
> [INFO] Tycho JVM Library Detector
> [jar]
> [INFO] Tycho JDT Compiler Component
> [jar]
> [INFO] Tycho OSGi Compiler Plugin
> [maven-plugin]
> [INFO] Tycho OSGi Packaging Plugin
> [maven-plugin]
> [INFO] Tycho Target Platform Configuration Plugin
> [maven-plugin]
> [INFO] Tycho p2 Tools Parent
> [pom]
> [INFO] Tycho p2 Resolver Component
> [jar]
> [INFO] Tycho Maven Build Extension
> [maven-plugin]
> [INFO] Tycho Artifactor Comparator Plugin
> [jar]
> [INFO] Tycho p2 Metadata Plugin
> [maven-plugin]
> [INFO] Tycho p2 Publisher Plugin
> [maven-plugin]
> [INFO] Tycho p2 Repository Plugin
> [maven-plugin]
> [INFO]
> [INFO] ----------------------< org.eclipse.tycho:tycho
> >-----------------------
> [INFO] Building Tycho 1.6.0
> [1/29]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] ------------------< org.eclipse.tycho:tycho-bundles
> >-------------------
> [INFO] Building Tycho OSGi Bundles Parent 1.6.0
> [2/29]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.embedder.shared
> >---------
> [INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 1.6.0
> [3/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.embedder.shared ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.embedder.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 9 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.embedder.shared/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.embedder.shared ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.embedder.shared ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.embedder.shared ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.embedder.shared ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-1.6.0.jar
> [INFO]
> [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.core.shared
> >-----------
> [INFO] Building Tycho Core Maven/OSGi Shared Classes 1.6.0
> [4/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.core.shared ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.core.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 32 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.core.shared/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.core.shared ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.core.shared ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.core.shared ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.core.shared ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-1.6.0.jar
> [INFO]
> [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared
> >-------
> [INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes 1.6.0
> [5/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 26 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar
> [INFO]
> [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared
> >---------
> [INFO] Building Tycho p2 Tools Maven/OSGi Shared Classes 1.6.0
> [6/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 16 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.p2.tools.shared ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-1.6.0.jar
> [INFO]
> [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository
> >-------
> [INFO] Building Tycho Maven/p2 Repository Integration 1.6.0
> [7/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 58 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/repository/AbstractArtifactRepository2.java:
>
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/repository/AbstractArtifactRepository2.java
> uses or overrides a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/repository/AbstractArtifactRepository2.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.p2.maven.repository ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/org.eclipse.tycho.p2.maven.repository-1.6.0.jar
> [INFO]
> [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.impl
> >--------
> [INFO] Building Tycho p2 Resolver Bundle 1.6.0
> [8/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.p2.resolver.impl ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.p2.resolver.impl ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 81 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/java/org/eclipse/tycho/p2/impl/publisher/repo/TransientArtifactRepository.java:
> Some input files use or override a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/src/main/java/org/eclipse/tycho/p2/impl/publisher/repo/TransientArtifactRepository.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.p2.resolver.impl ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.p2.resolver.impl ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.p2.resolver.impl ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.p2.resolver.impl ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.impl/target/org.eclipse.tycho.p2.resolver.impl-1.6.0.jar
> [INFO]
> [INFO] ---------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.impl
> >----------
> [INFO] Building Tycho p2 Tools Bundle 1.6.0
> [9/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> org.eclipse.tycho.p2.tools.impl ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> org.eclipse.tycho.p2.tools.impl ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 15 source files to
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ org.eclipse.tycho.p2.tools.impl ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> org.eclipse.tycho.p2.tools.impl ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> org.eclipse.tycho.p2.tools.impl ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @
> org.eclipse.tycho.p2.tools.impl ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.tools.impl/target/org.eclipse.tycho.p2.tools.impl-1.6.0.jar
> [INFO]
> [INFO] --------------< org.eclipse.tycho:tycho-bundles-external
> >--------------
> [INFO] Building Tycho OSGi Runtime External Bundles 1.6.0
> [10/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> tycho-bundles-external ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/tycho-bundles/tycho-bundles-external/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> tycho-bundles-external ---
> [INFO] No sources to compile
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ tycho-bundles-external ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> tycho-bundles-external ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> tycho-bundles-external ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-assembly-plugin:3.1.0:single (default) @
> tycho-bundles-external ---
> [INFO] Reading assembly descriptor: src/assembly/eclipse-app.xml
> [INFO] Building zip:
> /<<PKGBUILDDIR>>/tycho-bundles/tycho-bundles-external/target/tycho-bundles-external.zip
> [INFO]
> [INFO] -------------------< org.eclipse.tycho:sisu-equinox
> >-------------------
> [INFO] Building Sisu Equinox/Plexus bridge 1.6.0
> [11/29]
> [INFO] --------------------------------[ pom
> ]---------------------------------
> [INFO]
> [INFO] -----------------< org.eclipse.tycho:sisu-equinox-api
> >-----------------
> [INFO] Building Sisu Equinox Services API 1.6.0
> [12/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> sisu-equinox-api ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/sisu-equinox/sisu-equinox-api/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> sisu-equinox-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to
> /<<PKGBUILDDIR>>/sisu-equinox/sisu-equinox-api/target/classes
> [INFO]
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @
> sisu-equinox-api ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ sisu-equinox-api ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> sisu-equinox-api ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> sisu-equinox-api ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ sisu-equinox-api ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/sisu-equinox/sisu-equinox-api/target/sisu-equinox-api-1.6.0.jar
> [INFO]
> [INFO] --------------< org.eclipse.tycho:sisu-equinox-embedder
> >---------------
> [INFO] Building Sisu Equinox Embedder 1.6.0
> [13/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> sisu-equinox-embedder ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/sisu-equinox/sisu-equinox-embedder/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> sisu-equinox-embedder ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 5 source files to
> /<<PKGBUILDDIR>>/sisu-equinox/sisu-equinox-embedder/target/classes
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.0:generate-metadata (default) @
> sisu-equinox-embedder ---
> [INFO] Discovered 1 component descriptors(s)
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ sisu-equinox-embedder ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> sisu-equinox-embedder ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- plexus-component-metadata:2.1.0:generate-test-metadata (default) @
> sisu-equinox-embedder ---
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> sisu-equinox-embedder ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ sisu-equinox-embedder
> ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/sisu-equinox/sisu-equinox-embedder/target/sisu-equinox-embedder-1.6.0.jar
> [INFO]
> [INFO] ---------------< org.eclipse.tycho:tycho-metadata-model
> >---------------
> [INFO] Building Tycho Eclipse Project Metadata Model 1.6.0
> [14/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> tycho-metadata-model ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/tycho-metadata-model/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> tycho-metadata-model ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 12 source files to
> /<<PKGBUILDDIR>>/tycho-metadata-model/target/classes
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ tycho-metadata-model ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> tycho-metadata-model ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> tycho-metadata-model ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ tycho-metadata-model ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-metadata-model/target/tycho-metadata-model-1.6.0.jar
> [INFO]
> [INFO] ----------------< org.eclipse.tycho:tycho-embedder-api
> >----------------
> [INFO] Building Tycho Embedder API 1.6.0
> [15/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> tycho-embedder-api ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
> /<<PKGBUILDDIR>>/tycho-embedder-api/src/main/resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
> tycho-embedder-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 8 source files to
> /<<PKGBUILDDIR>>/tycho-embedder-api/target/classes
> [INFO]
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @
> tycho-embedder-api ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources)
> @ tycho-embedder-api ---
> [INFO] Not copying test resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
> tycho-embedder-api ---
> [INFO] Not compiling test sources
> [INFO]
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @
> tycho-embedder-api ---
> [INFO] Tests are skipped.
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ tycho-embedder-api ---
> [INFO] Building jar:
> /<<PKGBUILDDIR>>/tycho-embedder-api/target/tycho-embedder-api-1.6.0.jar
> [INFO]
> [INFO] --------------------< org.eclipse.tycho:tycho-core
> >--------------------
> [INFO] Building Tycho Core 1.6.0
> [16/29]
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
> tycho-core ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ tycho-core
> ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 84 source files to /<<PKGBUILDDIR>>/tycho-core/target/classes
> [INFO]
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java:
> Some input files use or override a deprecated API.
> [INFO]
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/OsgiManifest.java:
> Recompile with -Xlint:deprecation for details.
> [INFO]
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/EquinoxResolver.java:
>
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/EquinoxResolver.java
> uses unchecked or unsafe operations.
> [INFO]
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/osgitools/EquinoxResolver.java:
> Recompile with -Xlint:unchecked for details.
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/locking/FileLockServiceImpl.java:[33,17]
> constructor EquinoxContainer in class
> org.eclipse.osgi.internal.framework.EquinoxContainer cannot be applied to
> given types;
> required:
> java.util.Map<java.lang.String,?>,org.osgi.framework.connect.ModuleConnector
> found: <nulltype>
> reason: actual and formal argument lists differ in length
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Tycho 1.6.0:
> [INFO]
> [INFO] Tycho .............................................. SUCCESS [ 0.003
> s]
> [INFO] Tycho OSGi Bundles Parent .......................... SUCCESS [ 0.001
> s]
> [INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [ 1.140
> s]
> [INFO] Tycho Core Maven/OSGi Shared Classes ............... SUCCESS [ 0.485
> s]
> [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes ........ SUCCESS [ 0.233
> s]
> [INFO] Tycho p2 Tools Maven/OSGi Shared Classes ........... SUCCESS [ 0.178
> s]
> [INFO] Tycho Maven/p2 Repository Integration .............. SUCCESS [ 0.768
> s]
> [INFO] Tycho p2 Resolver Bundle ........................... SUCCESS [ 0.780
> s]
> [INFO] Tycho p2 Tools Bundle .............................. SUCCESS [ 0.277
> s]
> [INFO] Tycho OSGi Runtime External Bundles ................ SUCCESS [ 0.324
> s]
> [INFO] Sisu Equinox/Plexus bridge ......................... SUCCESS [ 0.001
> s]
> [INFO] Sisu Equinox Services API .......................... SUCCESS [ 0.441
> s]
> [INFO] Sisu Equinox Embedder .............................. SUCCESS [ 0.260
> s]
> [INFO] Tycho Eclipse Project Metadata Model ............... SUCCESS [ 0.175
> s]
> [INFO] Tycho Embedder API ................................. SUCCESS [ 0.170
> s]
> [INFO] Tycho Core ......................................... FAILURE [ 0.618
> s]
> [INFO] Sisu Equinox Launching ............................. SKIPPED
> [INFO] Tycho JVM Library Detector ......................... SKIPPED
> [INFO] Tycho JDT Compiler Component ....................... SKIPPED
> [INFO] Tycho OSGi Compiler Plugin ......................... SKIPPED
> [INFO] Tycho OSGi Packaging Plugin ........................ SKIPPED
> [INFO] Tycho Target Platform Configuration Plugin ......... SKIPPED
> [INFO] Tycho p2 Tools Parent .............................. SKIPPED
> [INFO] Tycho p2 Resolver Component ........................ SKIPPED
> [INFO] Tycho Maven Build Extension ........................ SKIPPED
> [INFO] Tycho Artifactor Comparator Plugin ................. SKIPPED
> [INFO] Tycho p2 Metadata Plugin ........................... SKIPPED
> [INFO] Tycho p2 Publisher Plugin .......................... SKIPPED
> [INFO] Tycho p2 Repository Plugin ......................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6.118 s
> [INFO] Finished at: 2020-10-27T12:27:07Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile
> (default-compile) on project tycho-core: Compilation failure
> [ERROR]
> /<<PKGBUILDDIR>>/tycho-core/src/main/java/org/eclipse/tycho/core/locking/FileLockServiceImpl.java:[33,17]
> constructor EquinoxContainer in class
> org.eclipse.osgi.internal.framework.EquinoxContainer cannot be applied to
> given types;
> [ERROR] required:
> java.util.Map<java.lang.String,?>,org.osgi.framework.connect.ModuleConnector
> [ERROR] found: <nulltype>
> [ERROR] reason: actual and formal argument lists differ in length
> [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 :tycho-core
> 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=/<<PKGBUILDDIR>>
> -Dclassworlds.conf=/etc/maven/m2-debian.conf
> org.codehaus.plexus.classworlds.launcher.Launcher
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
> -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package
> -Dmaven.test.skip=true -DskipTests -Dnotimestamp=true -Dlocale=en_US returned
> exit code 1
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2020/10/27/tycho_1.6.0-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: tycho
Source-Version: 1.6.0-2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
tycho, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated tycho package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 05 Nov 2020 10:30:17 +0000
Source: tycho
Architecture: source
Version: 1.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 973073
Changes:
tycho (1.6.0-2) unstable; urgency=medium
.
* Team upload.
* Fix FTBFS due to libeclipse-osgi-java. (Closes: #973073)
- Backport upstream patch.
Checksums-Sha1:
f05fadb871910daecc673e869f4425354e0930fd 3413 tycho_1.6.0-2.dsc
6fcae887dca043f11ff376084aeadcc8d93aea2a 14816 tycho_1.6.0-2.debian.tar.xz
2d768bfc3ffee32103ee5d43c34094a79783936e 15737 tycho_1.6.0-2_amd64.buildinfo
Checksums-Sha256:
9dd3a7ded6c07995c05ef75a7f40d193b92945f2f9517fe563b3bfaf21433899 3413
tycho_1.6.0-2.dsc
275597a2918718219ee201c1610958f5b50588da83ffd286592cbfbad81fd423 14816
tycho_1.6.0-2.debian.tar.xz
7df3ad3ec8982ecb037aa12ffe850b2f0d5504e7ed5ad6a2a8dd69b478ad3d7c 15737
tycho_1.6.0-2_amd64.buildinfo
Files:
6987e1b59dc9f3b61a89b3014282effc 3413 java optional tycho_1.6.0-2.dsc
0e72a1aac394c43a3efeffbf52e1a849 14816 java optional
tycho_1.6.0-2.debian.tar.xz
133c950ae4668db0ebfdae273c942f20 15737 java optional
tycho_1.6.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+j1vAACgkQR5mjUUbR
KzXXrQ//T3VJ2hQ14p3wqgTU4MwNGlM72qkbzSo7sbbuZXLcJzFw+fSyOlIric1B
x+iHVe7PNryowKA416XWco/TzilXxWaNKr6edhaunRiUsOl0e9nNeIm5o9+9n/Yk
GvkpLlNZDERbtlK7os+LBjL4VqtvVRlQNbR/NNg4Bljlh6UzVfu4e6JKbPYljAo3
F83s6g3wZ+fp6tFisN7Rjy3bLfp8RNI1Od4qQ9XcEQwVuxyUgYLSzJX0BEzBCCt9
2CvqdS7/rVTS8wwNUR0/PrcQHmIpEVY3ja7xLp7iROrPayCnQR60I9uH2AUcZBXu
+H2Wzc5/U+T9t1JAQBYmD48BooogAQnwhMJ5ey7qOH0RLcJhZ5E0CjKU1t4qP3Tm
93EDohmVdgjN/vUwm2CWFsB98WKFvIXPs4itXX1OPZWp/zZcgVm8Rs/0M7vYc/gH
z20/bOxpp43lLyhH7IGRjfja3P7g0rJ4NnH77h+Y2CqVwf+vW6/xHQeju24a+aeG
mSXZNOdUv0hWRdz9xaetFQryss+EXLlVUNKdcGp4Raw3/jHYJRsMHlV36qLOvZ9W
xpi1M2XoPMyllEY1VIlC9xMwuey5S2hWndH2Qd3DPrSbWsLhiNqPOyWODtTZptS5
jhWe2OJjxQ/y+Ld0IzPflwa1Q36/O2DUXRPkDycYRpRkICvX8kk=
=qABS
-----END PGP SIGNATURE-----
--- End Message ---