Your message dated Mon, 22 Feb 2021 19:33:37 +0000
with message-id <e1legxd-0008rq...@fasolo.debian.org>
and subject line Bug#973135: fixed in plexus-io 3.2.0-1.1
has caused the Debian Bug report #973135,
regarding plexus-io: FTBFS: 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
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.)


-- 
973135: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plexus-io
Version: 3.2.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):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package plexus-io
> dpkg-buildpackage: info: source version 3.2.0-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by tony mancill <tmanc...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo 
> \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
>       mh_unpatchpoms -plibplexus-io-java
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building plexus-io using existing 
> ./plexus-io_3.2.0.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building plexus-io in plexus-io_3.2.0-1.debian.tar.xz
> dpkg-source: info: building plexus-io in plexus-io_3.2.0-1.dsc
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>       mh_patchpoms -plibplexus-io-java --debian-build --keep-pom-version 
> --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
>    dh_auto_build
>       /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
> 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...
> [INFO] 
> [INFO] -------------------< org.codehaus.plexus:plexus-io 
> >--------------------
> [INFO] Building Plexus IO Components 3.2.0
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 
> has been relocated to org.codehaus.plexus:plexus-container-default:jar:debian
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> plexus-io ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ plexus-io 
> ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
> build is platform dependent!
> [INFO] Compiling 52 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/components/io/resources/PlexusIoFileResource.java:
>  Some input files use or override a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/components/io/resources/PlexusIoFileResource.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/components/io/attributes/FileAttributes.java:
>  Some input files use unchecked or unsafe operations.
> [INFO] 
> /<<PKGBUILDDIR>>/src/main/java/org/codehaus/plexus/components/io/attributes/FileAttributes.java:
>  Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ plexus-io ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 18 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> plexus-io ---
> [INFO] Changes detected - recompiling the module!
> [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. 
> build is platform dependent!
> [INFO] Compiling 14 source files to /<<PKGBUILDDIR>>/target/test-classes
> [INFO] 
> /<<PKGBUILDDIR>>/src/test/java/org/codehaus/plexus/components/io/attributes/SymlinkUtilsTest.java:
>  
> /<<PKGBUILDDIR>>/src/test/java/org/codehaus/plexus/components/io/attributes/SymlinkUtilsTest.java
>  uses or overrides a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/src/test/java/org/codehaus/plexus/components/io/attributes/SymlinkUtilsTest.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ plexus-io ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ plexus-io ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/plexus-io-3.2.0.jar
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.294 s
> [INFO] Finished at: 2020-10-27T12:28:19Z
> [INFO] 
> ------------------------------------------------------------------------
>    dh_auto_test
>       /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
> 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...
> [INFO] 
> [INFO] -------------------< org.codehaus.plexus:plexus-io 
> >--------------------
> [INFO] Building Plexus IO Components 3.2.0
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [WARNING] The artifact org.codehaus.plexus:plexus-container-default:jar:1.5.5 
> has been relocated to org.codehaus.plexus:plexus-container-default:jar:debian
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
> plexus-io ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ plexus-io 
> ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) 
> @ plexus-io ---
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] Copying 18 resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
> plexus-io ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ plexus-io ---
> [WARNING] The parameter forkMode is deprecated since version 2.14. Use 
> forkCount and reuseForks instead.
> [WARNING] useSystemClassloader setting has no effect when not forking
> [INFO] Running org.codehaus.plexus.components.io.filemappers.ResourcesTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 
> s - in org.codehaus.plexus.components.io.filemappers.ResourcesTest
> [INFO] Running org.codehaus.plexus.components.io.filemappers.FileMapperTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 
> s - in org.codehaus.plexus.components.io.filemappers.FileMapperTest
> [INFO] Running org.codehaus.plexus.components.io.filemappers.FileSelectorTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s 
> - in org.codehaus.plexus.components.io.filemappers.FileSelectorTest
> [INFO] Running 
> org.codehaus.plexus.components.io.attributes.SimpleResourceAttributesTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in 
> org.codehaus.plexus.components.io.attributes.SimpleResourceAttributesTest
> [INFO] Running org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest
> [ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.035 
> s <<< FAILURE! - in 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest
> [ERROR] 
> testName(org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest)  Time 
> elapsed: 0.016 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 1 exceptions: [java.io.IOException: 
> Unable to delete file: target/symlinkCapabilities/symlinkToTarget]
>       at 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest.setup(SymlinkUtilsTest.java:39)
> Caused by: java.io.IOException: Unable to delete file: 
> target/symlinkCapabilities/symlinkToTarget
>       at 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest.setup(SymlinkUtilsTest.java:39)
> Caused by: java.nio.file.NoSuchFileException: 
> target/symlinkCapabilities/symlinkToTarget
>       at 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest.setup(SymlinkUtilsTest.java:39)
> 
> [ERROR] 
> create_read_symbolic_link_to_directory(org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest)
>   Time elapsed: 0.001 s  <<< ERROR!
> org.apache.commons.io.IOExceptionList: 1 exceptions: [java.io.IOException: 
> Unable to delete file: target/symlinkCapabilities/symlinkToTarget]
>       at 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest.setup(SymlinkUtilsTest.java:39)
> Caused by: java.io.IOException: Unable to delete file: 
> target/symlinkCapabilities/symlinkToTarget
>       at 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest.setup(SymlinkUtilsTest.java:39)
> Caused by: java.nio.file.NoSuchFileException: 
> target/symlinkCapabilities/symlinkToTarget
>       at 
> org.codehaus.plexus.components.io.attributes.SymlinkUtilsTest.setup(SymlinkUtilsTest.java:39)
> 
> [INFO] Running org.codehaus.plexus.components.io.attributes.AttributeUtilsTest
> [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 
> s - in org.codehaus.plexus.components.io.attributes.AttributeUtilsTest
> [INFO] Running org.codehaus.plexus.components.io.attributes.FileAttributesTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - 
> in org.codehaus.plexus.components.io.attributes.FileAttributesTest
> [INFO] Running 
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtilsTest
> Got attributes for: 
> /<<PKGBUILDDIR>>/target/test-classes/org/codehaus/plexus/components/io/attributes/PlexusIoResourceAttributeUtilsTest.class
> File Attributes:
> ------------------------------
> user: user42
> group: user42
> uid: 
> gid: 
> java.nio.file.NoSuchFileException: /<<PKGBUILDDIR>>/src/test/noSuchDirectory
>       at 
> java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
>       at 
> java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
>       at 
> java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116)
>       at 
> java.base/sun.nio.fs.UnixFileAttributeViews$Posix.readAttributes(UnixFileAttributeViews.java:234)
>       at 
> java.base/sun.nio.fs.UnixFileAttributeViews$Unix.readAttributes(UnixFileAttributeViews.java:361)
>       at 
> java.base/sun.nio.fs.AbstractFileSystemProvider.readAttributes(AbstractFileSystemProvider.java:94)
>       at java.base/java.nio.file.Files.readAttributes(Files.java:1996)
>       at 
> org.codehaus.plexus.components.io.attributes.FileAttributes.<init>(FileAttributes.java:67)
>       at 
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtils.getFileAttributesByPath(PlexusIoResourceAttributeUtils.java:203)
>       at 
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtilsTest.testNonExistingDirectory(PlexusIoResourceAttributeUtilsTest.java:142)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>       at junit.framework.TestCase.runTest(TestCase.java:176)
>       at junit.framework.TestCase.runBare(TestCase.java:141)
>       at junit.framework.TestResult$1.protect(TestResult.java:122)
>       at junit.framework.TestResult.runProtected(TestResult.java:142)
>       at junit.framework.TestResult.run(TestResult.java:125)
>       at junit.framework.TestCase.run(TestCase.java:129)
>       at junit.framework.TestSuite.runTest(TestSuite.java:252)
>       at junit.framework.TestSuite.run(TestSuite.java:247)
>       at 
> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
>       at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>       at 
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
>       at 
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
>       at 
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
>       at 
> org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:87)
>       at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1166)
>       at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
>       at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
>       at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
>       at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
>       at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
>       at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
>       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:305)
>       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:957)
>       at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
>       at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
>       at org.apache.maven.cli.MavenCli.main(MavenCli.java:182)
>       at org.debian.maven.Wrapper.main(Wrapper.java:89)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>       at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>       at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:321)
>       at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:234)
>       at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
>       at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
> [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 
> s - in 
> org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributeUtilsTest
> [INFO] Running 
> org.codehaus.plexus.components.io.resources.PlexusIoFileSupplierResourceCollectionTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 
> s - in 
> org.codehaus.plexus.components.io.resources.PlexusIoFileSupplierResourceCollectionTest
> [INFO] Running 
> org.codehaus.plexus.components.io.resources.PlexusIoPlexusIoFileResourceTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 
> s - in 
> org.codehaus.plexus.components.io.resources.PlexusIoPlexusIoFileResourceTest
> [INFO] Running 
> org.codehaus.plexus.components.io.resources.proxy.ProxyFactoryTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 
> s - in org.codehaus.plexus.components.io.resources.proxy.ProxyFactoryTest
> [INFO] Running 
> org.codehaus.plexus.components.io.resources.proxy.PlexusIoProxyResourceCollectionTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in 
> org.codehaus.plexus.components.io.resources.proxy.PlexusIoProxyResourceCollectionTest
> [INFO] Running 
> org.codehaus.plexus.components.io.resources.AbstractPlexusIoResourceCollectionTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 
> s - in 
> org.codehaus.plexus.components.io.resources.AbstractPlexusIoResourceCollectionTest
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Errors: 
> [ERROR]   SymlinkUtilsTest.setup:39 » IOExceptionList 1 exceptions: 
> [java.io.IOException...
> [ERROR]   SymlinkUtilsTest.setup:39 » IOExceptionList 1 exceptions: 
> [java.io.IOException...
> [INFO] 
> [ERROR] Tests run: 47, Failures: 0, Errors: 2, Skipped: 0
> [INFO] 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  1.129 s
> [INFO] Finished at: 2020-10-27T12:28:22Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on 
> project plexus-io: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/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]
> [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
> 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

The full build log is available from:
   http://qa-logs.debian.net/2020/10/27/plexus-io_3.2.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: plexus-io
Source-Version: 3.2.0-1.1
Done: Ivo De Decker <iv...@debian.org>

We believe that the bug you reported is fixed in the latest version of
plexus-io, 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.
Ivo De Decker <iv...@debian.org> (supplier of updated plexus-io 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: SHA256

Format: 1.8
Date: Mon, 22 Feb 2021 19:13:23 +0000
Source: plexus-io
Binary: libplexus-io-java
Architecture: source
Version: 3.2.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Ivo De Decker <iv...@debian.org>
Description:
 libplexus-io-java - Plexus IO Components
Closes: 973135
Changes:
 plexus-io (3.2.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch to disable SymlinkUtilsTest (Closes: #973135)
Checksums-Sha1:
 ef5396b217aa9ea16b7115ec24222b6ccc015390 2235 plexus-io_3.2.0-1.1.dsc
 d336ed12e232d2c0683863ba838e4adf3b43fd87 4444 plexus-io_3.2.0-1.1.debian.tar.xz
Checksums-Sha256:
 4feb70c3ad12049e31cefb4b04e48a8c85bf640d19ccab893f7c3a83567fdd9c 2235 
plexus-io_3.2.0-1.1.dsc
 3004e098b7b2645b44801a2840432a629dbbf71bc39445e7c2741e7c7cca734a 4444 
plexus-io_3.2.0-1.1.debian.tar.xz
Files:
 566683593fd1218217ec588c92e16706 2235 java optional plexus-io_3.2.0-1.1.dsc
 c4f2f38e183dbf7c4f26bad43af11eef 4444 java optional 
plexus-io_3.2.0-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJKBAEBCAA0FiEE9GM4QTXwpzdLbkGwrEC7WJcE6vwFAmA0A84WHGl2by5kZWRl
Y2tlckB1Z2VudC5iZQAKCRCsQLtYlwTq/Bh7D/4646sTOF1fq1lWk620Oe5IALSX
eYkCRGgAIDcbfCseJzeRZ4D3gpz3nfvJSzL65Mu1XIp5mulc+RrSV0zPZ/iXpoTJ
AjLtuzje/WI69Iys4GLYTvLDdXEvMOI/FyL6NgM8Q043aRYIRd8/mH8omTWjCoK1
EydzN3HlilPhFVtLcwIASFI6B94UNq+SjukpFe5EPUIgTLG9QdXrdxtqfLiyHJyq
wCDXsVWJPzZChQXmXtAsKTA2WqW6O2r2F1vad0gSfEI3mPMgnnyJV/8RrL0YENR/
kDuwBdEzHlA4bw0pDzglwWSniC1QqdeQncaMIFUEpNM8zClVyioaviMFQovotvnc
lvP6De/KGgUEQ7HTmlsDgDC3IrE1ET5JzPzvWBy4pqaMrFISgkArklFDrvZuxnS7
W9qaAgkhgWiffrzjUiWqpg23YF08oVv5tyceT3Jwh0KfAkgbdg0Vz/1QIbKN+DY7
r15A3Gq6ZVwEyO+fmvBIBt49/cl1QPcSr8Df3vohSlnJZdaJ517f227KjpFbm20Z
z8q8YPebe8zsIyZDzIZAbSzGXXnwLDhcjRsTjfC8twY8OEcpeu0MI91cMUlGBwHF
A/+JvuA+4Qx+CAMSCxdKfeIuUlr6mjtUfrhkybEjTsSvztTLK788gTArVsRQoQfJ
gEPv7shetKlEFGJ2Gg==
=leVW
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to