Bug#973073: tycho: FTBFS: constructor EquinoxContainer in class org.eclipse.osgi.internal.framework.EquinoxContainer cannot be applied to given types

Lucas Nussbaum lucas at debian.org
Tue Oct 27 17:14:56 GMT 2020


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.



More information about the pkg-java-maintainers mailing list