Bug#1026697: eclipse-collections: FTBFS: make: *** [debian/rules:4: binary] Error 25

Lucas Nussbaum lucas at debian.org
Tue Dec 20 17:38:15 GMT 2022


Source: eclipse-collections
Version: 11.0.0.M3-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem=maven
>    dh_update_autotools_config -O--buildsystem=maven
>    dh_autoreconf -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
> 	mh_patchpoms -plibeclipse-collections-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build -O--buildsystem=maven
> 	/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 -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 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 -DskipTests -Dnotimestamp=true -Dlocale=en_US
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
> Apache Maven 3.8.6
> Maven home: /usr/share/maven
> Java version: 17.0.5, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en, platform encoding: UTF-8
> OS name: "linux", version: "5.10.0-9-cloud-amd64", arch: "amd64", family: "unix"
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Eclipse Collections Parent Project                                 [pom]
> [INFO] Eclipse Collections Code Generator                                 [jar]
> [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
> [INFO] Eclipse Collections API                                            [jar]
> [INFO] Eclipse Collections Main Library                                   [jar]
> [INFO] Eclipse Collections Test Utilities                                 [jar]
> [INFO] Eclipse Collections Fork Join Utilities                            [jar]
> [INFO] 
> [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
> [INFO] Building Eclipse Collections Parent Project 11.0.0.M3              [1/7]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
> [INFO] Building Eclipse Collections Code Generator 11.0.0.M3              [2/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-code-generator ---
> [INFO] Copying 356 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 7 source files to /<<PKGBUILDDIR>>/eclipse-collections-code-generator/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-code-generator/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/eclipse-collections-code-generator/target/test-classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-code-generator ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eclipse-collections-code-generator ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/eclipse-collections-code-generator/target/eclipse-collections-code-generator-11.0.0.M3.jar
> [INFO] 
> [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
> [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M3 [3/7]
> [INFO] ----------------------------[ maven-plugin ]----------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] Using 'UTF-8' encoding to read mojo source files.
> [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
> [INFO] java-annotations mojo extractor found 0 mojo descriptor.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/target/eclipse-collections-code-generator-maven-plugin-11.0.0.M3.jar
> [INFO] 
> [INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] 
> [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
> [INFO] Building Eclipse Collections API 11.0.0.M3                         [4/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M3:generate (default) @ eclipse-collections-api ---
> [INFO] Generating sources to eclipse-collections-api
> [INFO] Generated 1171 files
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-api ---
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1393 source files to /<<PKGBUILDDIR>>/eclipse-collections-api/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-api ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-api/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-api ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eclipse-collections-api ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/eclipse-collections-api/target/eclipse-collections-api-11.0.0.M3.jar
> [INFO] 
> [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
> [INFO] Building Eclipse Collections Main Library 11.0.0.M3                [5/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M3:generate (default) @ eclipse-collections ---
> [INFO] Generating sources to eclipse-collections
> [INFO] Generated 1446 files
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections ---
> [INFO] Copying 24 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2101 source files to /<<PKGBUILDDIR>>/eclipse-collections/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eclipse-collections ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/eclipse-collections/target/eclipse-collections-11.0.0.M3.jar
> [INFO] 
> [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
> [INFO] Building Eclipse Collections Test Utilities 11.0.0.M3              [6/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-testutils ---
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 3 source files to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-testutils ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/test-classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-testutils ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eclipse-collections-testutils ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/eclipse-collections-testutils-11.0.0.M3.jar
> [INFO] 
> [INFO] --------< org.eclipse.collections:eclipse-collections-forkjoin >--------
> [INFO] Building Eclipse Collections Fork Join Utilities 11.0.0.M3         [7/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-forkjoin ---
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-forkjoin ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 8 source files to /<<PKGBUILDDIR>>/eclipse-collections-forkjoin/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-forkjoin ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-forkjoin/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-forkjoin ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/eclipse-collections-forkjoin/target/test-classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-forkjoin ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ eclipse-collections-forkjoin ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/eclipse-collections-forkjoin/target/eclipse-collections-forkjoin-11.0.0.M3.jar
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M3:
> [INFO] 
> [INFO] Eclipse Collections Parent Project ................. SUCCESS [  0.098 s]
> [INFO] Eclipse Collections Code Generator ................. SUCCESS [  2.543 s]
> [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  1.870 s]
> [INFO] Eclipse Collections API ............................ SUCCESS [  7.794 s]
> [INFO] Eclipse Collections Main Library ................... SUCCESS [ 37.222 s]
> [INFO] Eclipse Collections Test Utilities ................. SUCCESS [  3.460 s]
> [INFO] Eclipse Collections Fork Join Utilities ............ SUCCESS [  2.868 s]
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  56.034 s
> [INFO] Finished at: 2022-12-20T09:50:49Z
> [INFO] ------------------------------------------------------------------------
>    dh_auto_test -O--buildsystem=maven
> 	/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 -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 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 test
> OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
> Apache Maven 3.8.6
> Maven home: /usr/share/maven
> Java version: 17.0.5, vendor: Debian, runtime: /usr/lib/jvm/java-17-openjdk-amd64
> Default locale: en, platform encoding: UTF-8
> OS name: "linux", version: "5.10.0-9-cloud-amd64", arch: "amd64", family: "unix"
> [INFO] Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Eclipse Collections Parent Project                                 [pom]
> [INFO] Eclipse Collections Code Generator                                 [jar]
> [INFO] Eclipse Collections Code Generator Maven Plugin           [maven-plugin]
> [INFO] Eclipse Collections API                                            [jar]
> [INFO] Eclipse Collections Main Library                                   [jar]
> [INFO] Eclipse Collections Test Utilities                                 [jar]
> [INFO] Eclipse Collections Fork Join Utilities                            [jar]
> [INFO] 
> [INFO] ---------< org.eclipse.collections:eclipse-collections-parent >---------
> [INFO] Building Eclipse Collections Parent Project 11.0.0.M3              [1/7]
> [INFO] --------------------------------[ pom ]---------------------------------
> [INFO] 
> [INFO] -----< org.eclipse.collections:eclipse-collections-code-generator >-----
> [INFO] Building Eclipse Collections Code Generator 11.0.0.M3              [2/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-code-generator ---
> [INFO] Copying 356 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 7 source files to /<<PKGBUILDDIR>>/eclipse-collections-code-generator/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-code-generator/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1 source file to /<<PKGBUILDDIR>>/eclipse-collections-code-generator/target/test-classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-code-generator ---
> [INFO] 
> [INFO] --< org.eclipse.collections:eclipse-collections-code-generator-maven-plugin >--
> [INFO] Building Eclipse Collections Code Generator Maven Plugin 11.0.0.M3 [3/7]
> [INFO] ----------------------------[ maven-plugin ]----------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2 source files to /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] Using 'UTF-8' encoding to read mojo source files.
> [INFO] java-javadoc mojo extractor found 1 mojo descriptor.
> [INFO] java-annotations mojo extractor found 0 mojo descriptor.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-code-generator-maven-plugin/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-code-generator-maven-plugin ---
> [INFO] No tests to run.
> [INFO] 
> [INFO] ----------< org.eclipse.collections:eclipse-collections-api >-----------
> [INFO] Building Eclipse Collections API 11.0.0.M3                         [4/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M3:generate (default) @ eclipse-collections-api ---
> [INFO] Generating sources to eclipse-collections-api
> [INFO] Generated 16 files
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-api ---
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-api ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 1393 source files to /<<PKGBUILDDIR>>/eclipse-collections-api/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-api ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections-api/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-api ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-api ---
> [INFO] No tests to run.
> [INFO] 
> [INFO] ------------< org.eclipse.collections:eclipse-collections >-------------
> [INFO] Building Eclipse Collections Main Library 11.0.0.M3                [5/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- eclipse-collections-code-generator-maven-plugin:11.0.0.M3:generate (default) @ eclipse-collections ---
> [INFO] Generating sources to eclipse-collections
> [INFO] Generated 0 files
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections ---
> [INFO] Copying 24 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 2101 source files to /<<PKGBUILDDIR>>/eclipse-collections/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[54,15] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[79,25] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2281,19] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2285,19] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2291,83] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2293,27] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2295,34] Unsafe is internal proprietary API and may be removed in a future release
> [WARNING] /<<PKGBUILDDIR>>/eclipse-collections/src/main/java/org/eclipse/collections/impl/map/mutable/ConcurrentHashMapUnsafe.java:[2297,32] Unsafe is internal proprietary API and may be removed in a future release
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections ---
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/eclipse-collections/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections ---
> [INFO] No sources to compile
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections ---
> [INFO] No tests to run.
> [INFO] 
> [INFO] -------< org.eclipse.collections:eclipse-collections-testutils >--------
> [INFO] Building Eclipse Collections Test Utilities 11.0.0.M3              [6/7]
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ eclipse-collections-testutils ---
> [INFO] Copying 3 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eclipse-collections-testutils ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 3 source files to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ eclipse-collections-testutils ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eclipse-collections-testutils ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/test-classes
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ eclipse-collections-testutils ---
> [INFO] Surefire report directory: /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/surefire-reports
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.eclipse.collections.impl.test.VerifyTest
> [ERROR] Tests run: 80, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.453 s <<< FAILURE! - in org.eclipse.collections.impl.test.VerifyTest
> [ERROR] shallowClone1(org.eclipse.collections.impl.test.VerifyTest)  Time elapsed: 0.004 s  <<< ERROR!
> java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @614635c2
> 	at org.eclipse.collections.impl.test.VerifyTest.shallowClone1(VerifyTest.java:340)
> 
> [ERROR] shallowClone2(org.eclipse.collections.impl.test.VerifyTest)  Time elapsed: 0.001 s  <<< ERROR!
> java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @614635c2
> 	at org.eclipse.collections.impl.test.VerifyTest.shallowClone2(VerifyTest.java:353)
> 
> [INFO] Running org.eclipse.collections.impl.test.CollectionsEqualTest
> [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.CollectionsEqualTest
> [INFO] Running org.eclipse.collections.impl.test.ExceptionThrownTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.collections.impl.test.ExceptionThrownTest
> [INFO] Running org.eclipse.collections.impl.test.SerializeTestHelperTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.collections.impl.test.SerializeTestHelperTest
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   VerifyTest.shallowClone1:340 » InaccessibleObject Unable to make protected nat...
> [ERROR]   VerifyTest.shallowClone2:353 » InaccessibleObject Unable to make protected nat...
> [INFO] 
> [ERROR] Tests run: 99, Failures: 0, Errors: 2, Skipped: 0
> [INFO] 
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary for Eclipse Collections Parent Project 11.0.0.M3:
> [INFO] 
> [INFO] Eclipse Collections Parent Project ................. SUCCESS [  0.121 s]
> [INFO] Eclipse Collections Code Generator ................. SUCCESS [  2.465 s]
> [INFO] Eclipse Collections Code Generator Maven Plugin .... SUCCESS [  1.702 s]
> [INFO] Eclipse Collections API ............................ SUCCESS [  7.681 s]
> [INFO] Eclipse Collections Main Library ................... SUCCESS [ 37.205 s]
> [INFO] Eclipse Collections Test Utilities ................. FAILURE [ 13.746 s]
> [INFO] Eclipse Collections Fork Join Utilities ............ SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  01:03 min
> [INFO] Finished at: 2022-12-20T09:51:54Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on project eclipse-collections-testutils: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/surefire-reports for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on project eclipse-collections-testutils: There are test failures.
> 
> Please refer to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/surefire-reports for the individual test results.
> Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
>     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
>     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
>     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:185)
>     at org.debian.maven.Wrapper.main (Wrapper.java:89)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:568)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard (Launcher.java:322)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:235)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
> Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
> 
> Please refer to /<<PKGBUILDDIR>>/eclipse-collections-testutils/target/surefire-reports for the individual test results.
> Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
>     at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:289)
>     at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:161)
>     at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:364)
>     at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1044)
>     at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:860)
>     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
>     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
>     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
>     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
>     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
>     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
>     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:185)
>     at org.debian.maven.Wrapper.main (Wrapper.java:89)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke (Method.java:568)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard (Launcher.java:322)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:235)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
>     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
> [ERROR] 
> [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 :eclipse-collections-testutils
> dh_auto_test: 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 -Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties 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 test returned exit code 1
> make: *** [debian/rules:4: binary] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/eclipse-collections_11.0.0.M3-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the pkg-java-maintainers mailing list