Bug#1086280: libapfloat-java: FTBFS: org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
Santiago Vila
sanvila at debian.org
Tue Oct 29 18:46:37 GMT 2024
Package: src:libapfloat-java
Version: 1.14.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --with javahelper
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
mh_patchpoms -plibapfloat-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
jh_linkjars
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 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.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[... snipped ...]
[INFO] Running org.apfloat.internal.DoubleMatrixStrategyTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.apfloat.internal.DoubleMatrixStrategyTest
[INFO] Running org.apfloat.internal.FloatMediumConvolutionStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.apfloat.internal.FloatMediumConvolutionStrategyTest
[INFO] Running org.apfloat.internal.DoubleApfloatBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.apfloat.internal.DoubleApfloatBuilderTest
[INFO] Running org.apfloat.internal.FloatMemoryDataStorageTest
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.217 s <<< FAILURE! - in org.apfloat.internal.FloatMemoryDataStorageTest
[ERROR] testIsCached(org.apfloat.internal.FloatDiskDataStorageTest) Time elapsed: 0.006 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.FloatDiskDataStorageTest.testIsCached(FloatDiskDataStorageTest.java:126)
[INFO] Running org.apfloat.internal.FloatParallelThreeNTTConvolutionStrategyTest
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.563 s <<< FAILURE! - in org.apfloat.internal.FloatParallelThreeNTTConvolutionStrategyTest
[ERROR] testSharedMemoryLock(org.apfloat.internal.FloatParallelThreeNTTConvolutionStrategyTest) Time elapsed: 0.013 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.FloatParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock(FloatParallelThreeNTTConvolutionStrategyTest.java:82)
[INFO] Running org.apfloat.internal.IntTwoPassFNTStrategyTest
[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.075 s <<< FAILURE! - in org.apfloat.internal.IntTwoPassFNTStrategyTest
[ERROR] testRoundTrip(org.apfloat.internal.IntTwoPassFNTStrategyTest) Time elapsed: 0.039 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.IntTwoPassFNTStrategyTest.runRoundTrip(IntTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.IntTwoPassFNTStrategyTest.testRoundTrip(IntTwoPassFNTStrategyTest.java:69)
[ERROR] testRoundTripBig(org.apfloat.internal.IntTwoPassFNTStrategyTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.IntTwoPassFNTStrategyTest.runRoundTrip(IntTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.IntTwoPassFNTStrategyTest.testRoundTripBig(IntTwoPassFNTStrategyTest.java:80)
[ERROR] testRoundTripMultithread(org.apfloat.internal.IntTwoPassFNTStrategyTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/2.ap"
at org.apfloat.internal.IntTwoPassFNTStrategyTest.runRoundTrip(IntTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.IntTwoPassFNTStrategyTest.testRoundTripMultithread(IntTwoPassFNTStrategyTest.java:92)
[ERROR] testRoundTripMultithreadBig(org.apfloat.internal.IntTwoPassFNTStrategyTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/3.ap"
at org.apfloat.internal.IntTwoPassFNTStrategyTest.runRoundTrip(IntTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.IntTwoPassFNTStrategyTest.testRoundTripMultithreadBig(IntTwoPassFNTStrategyTest.java:104)
[INFO] Running org.apfloat.internal.LongAdditionStrategyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.apfloat.internal.LongAdditionStrategyTest
[INFO] Running org.apfloat.internal.IntWTablesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.apfloat.internal.IntWTablesTest
[INFO] Running org.apfloat.internal.LongBuilderFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.apfloat.internal.LongBuilderFactoryTest
[INFO] Running org.apfloat.internal.DoubleShortConvolutionStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.apfloat.internal.DoubleShortConvolutionStrategyTest
[INFO] Running org.apfloat.internal.DoubleMemoryArrayAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.apfloat.internal.DoubleMemoryArrayAccessTest
[INFO] Running org.apfloat.internal.ConcurrentSoftHashMapTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 s - in org.apfloat.internal.ConcurrentSoftHashMapTest
[INFO] Running org.apfloat.internal.IntThreeNTTConvolutionStrategyTest
[ERROR] Tests run: 10, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.473 s <<< FAILURE! - in org.apfloat.internal.IntThreeNTTConvolutionStrategyTest
[ERROR] testFullHugeParallel(org.apfloat.internal.IntThreeNTTConvolutionStrategyTest) Time elapsed: 0.017 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.IntThreeNTTConvolutionStrategyTest.runBig(IntThreeNTTConvolutionStrategyTest.java:192)
at org.apfloat.internal.IntThreeNTTConvolutionStrategyTest.testFullHugeParallel(IntThreeNTTConvolutionStrategyTest.java:157)
[ERROR] testAutoHugeParallel(org.apfloat.internal.IntThreeNTTConvolutionStrategyTest) Time elapsed: 0.002 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.IntThreeNTTConvolutionStrategyTest.runAutoBig(IntThreeNTTConvolutionStrategyTest.java:286)
at org.apfloat.internal.IntThreeNTTConvolutionStrategyTest.testAutoHugeParallel(IntThreeNTTConvolutionStrategyTest.java:258)
[INFO] Running org.apfloat.internal.IntBaseMathTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.apfloat.internal.IntBaseMathTest
[INFO] Running org.apfloat.internal.IntApfloatImplTest
[ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 17.737 s <<< FAILURE! - in org.apfloat.internal.IntApfloatImplTest
[ERROR] testStreamConstructor(org.apfloat.internal.IntApfloatImplTest) Time elapsed: 0.285 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.IntApfloatImplTest.testStreamConstructor(IntApfloatImplTest.java:837)
[INFO] Running org.apfloat.internal.IntElementaryModMathTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.apfloat.internal.IntElementaryModMathTest
[INFO] Running org.apfloat.internal.DoubleMemoryDataStorageTest
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.204 s <<< FAILURE! - in org.apfloat.internal.DoubleMemoryDataStorageTest
[ERROR] testIsCached(org.apfloat.internal.DoubleDiskDataStorageTest) Time elapsed: 0.006 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.DoubleDiskDataStorageTest.testIsCached(DoubleDiskDataStorageTest.java:126)
[INFO] Running org.apfloat.internal.ScrambleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.apfloat.internal.ScrambleTest
[INFO] Running org.apfloat.internal.LongParallelThreeNTTConvolutionStrategyTest
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.446 s <<< FAILURE! - in org.apfloat.internal.LongParallelThreeNTTConvolutionStrategyTest
[ERROR] testSharedMemoryLock(org.apfloat.internal.LongParallelThreeNTTConvolutionStrategyTest) Time elapsed: 0.016 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.LongParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock(LongParallelThreeNTTConvolutionStrategyTest.java:82)
[INFO] Running org.apfloat.internal.FloatApfloatBuilderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apfloat.internal.FloatApfloatBuilderTest
[INFO] Running org.apfloat.internal.IntMatrixStrategyTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.apfloat.internal.IntMatrixStrategyTest
[INFO] Running org.apfloat.internal.LongBaseMathTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.apfloat.internal.LongBaseMathTest
[INFO] Running org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest
[ERROR] Tests run: 10, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.563 s <<< FAILURE! - in org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest
[ERROR] testFullHugeParallel(org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest) Time elapsed: 0.008 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest.runBig(FloatThreeNTTConvolutionStrategyTest.java:192)
at org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest.testFullHugeParallel(FloatThreeNTTConvolutionStrategyTest.java:157)
[ERROR] testAutoHugeParallel(org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest) Time elapsed: 0.002 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest.runAutoBig(FloatThreeNTTConvolutionStrategyTest.java:286)
at org.apfloat.internal.FloatThreeNTTConvolutionStrategyTest.testAutoHugeParallel(FloatThreeNTTConvolutionStrategyTest.java:258)
[INFO] Running org.apfloat.internal.LongElementaryModMathTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.apfloat.internal.LongElementaryModMathTest
[INFO] Running org.apfloat.internal.ParallelRunnerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 102.508 s - in org.apfloat.internal.ParallelRunnerTest
[INFO] Running org.apfloat.internal.FloatElementaryModMathTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.apfloat.internal.FloatElementaryModMathTest
[INFO] Running org.apfloat.internal.FloatBuilderFactoryTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.apfloat.internal.FloatBuilderFactoryTest
[INFO] Running org.apfloat.internal.IntKaratsubaConvolutionStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.apfloat.internal.IntKaratsubaConvolutionStrategyTest
[INFO] Running org.apfloat.internal.DoubleCarryCRTStrategyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.apfloat.internal.DoubleCarryCRTStrategyTest
[INFO] Running org.apfloat.internal.LongApfloatImplTest
[ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.172 s <<< FAILURE! - in org.apfloat.internal.LongApfloatImplTest
[ERROR] testStreamConstructor(org.apfloat.internal.LongApfloatImplTest) Time elapsed: 0.266 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.LongApfloatImplTest.testStreamConstructor(LongApfloatImplTest.java:837)
[INFO] Running org.apfloat.internal.IntDiskDataStorageTest
[ERROR] Tests run: 21, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.827 s <<< FAILURE! - in org.apfloat.internal.IntDiskDataStorageTest
[ERROR] testGetArray(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.044 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testSubsequence(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.004 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testSubsequenceSubArray(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/2.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testReadOnly(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/3.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testCopyFrom(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/4.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testIterator(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/8.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testSubsequenceIterator(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/10.ap"
at org.apfloat.internal.IntDiskDataStorageTest.createDataStorage(IntDiskDataStorageTest.java:81)
[ERROR] testGetTransposedArrayWide(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/19.ap"
at org.apfloat.internal.IntDiskDataStorageTest.runGetTransposedArray(IntDiskDataStorageTest.java:179)
at org.apfloat.internal.IntDiskDataStorageTest.testGetTransposedArrayWide(IntDiskDataStorageTest.java:116)
[ERROR] testGetTransposedArrayWideBig(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/20.ap"
at org.apfloat.internal.IntDiskDataStorageTest.runGetTransposedArray(IntDiskDataStorageTest.java:179)
at org.apfloat.internal.IntDiskDataStorageTest.testGetTransposedArrayWideBig(IntDiskDataStorageTest.java:121)
[ERROR] testIsCached(org.apfloat.internal.IntDiskDataStorageTest) Time elapsed: 0.002 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/21.ap"
at org.apfloat.internal.IntDiskDataStorageTest.testIsCached(IntDiskDataStorageTest.java:126)
[INFO] Running org.apfloat.internal.IntMemoryArrayAccessTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.apfloat.internal.IntMemoryArrayAccessTest
[INFO] Running org.apfloat.internal.LongDataStorageBuilderTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.066 s <<< FAILURE! - in org.apfloat.internal.LongDataStorageBuilderTest
[ERROR] testCreate(org.apfloat.internal.LongDataStorageBuilderTest) Time elapsed: 0.032 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.LongDataStorageBuilderTest.testCreate(LongDataStorageBuilderTest.java:71)
[INFO] Running org.apfloat.internal.FloatBaseMathTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.apfloat.internal.FloatBaseMathTest
[INFO] Running org.apfloat.internal.IntCRTMathTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.apfloat.internal.IntCRTMathTest
[INFO] Running org.apfloat.internal.DoubleWTablesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apfloat.internal.DoubleWTablesTest
[INFO] Running org.apfloat.internal.DoubleTableFNTStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.273 s - in org.apfloat.internal.DoubleTableFNTStrategyTest
[INFO] Running org.apfloat.internal.LongTwoPassFNTStrategyTest
[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.074 s <<< FAILURE! - in org.apfloat.internal.LongTwoPassFNTStrategyTest
[ERROR] testRoundTrip(org.apfloat.internal.LongTwoPassFNTStrategyTest) Time elapsed: 0.038 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.LongTwoPassFNTStrategyTest.runRoundTrip(LongTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.LongTwoPassFNTStrategyTest.testRoundTrip(LongTwoPassFNTStrategyTest.java:69)
[ERROR] testRoundTripBig(org.apfloat.internal.LongTwoPassFNTStrategyTest) Time elapsed: 0.002 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.LongTwoPassFNTStrategyTest.runRoundTrip(LongTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.LongTwoPassFNTStrategyTest.testRoundTripBig(LongTwoPassFNTStrategyTest.java:80)
[ERROR] testRoundTripMultithread(org.apfloat.internal.LongTwoPassFNTStrategyTest) Time elapsed: 0.004 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/2.ap"
at org.apfloat.internal.LongTwoPassFNTStrategyTest.runRoundTrip(LongTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.LongTwoPassFNTStrategyTest.testRoundTripMultithread(LongTwoPassFNTStrategyTest.java:92)
[ERROR] testRoundTripMultithreadBig(org.apfloat.internal.LongTwoPassFNTStrategyTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/3.ap"
at org.apfloat.internal.LongTwoPassFNTStrategyTest.runRoundTrip(LongTwoPassFNTStrategyTest.java:109)
at org.apfloat.internal.LongTwoPassFNTStrategyTest.testRoundTripMultithreadBig(LongTwoPassFNTStrategyTest.java:104)
[INFO] Running org.apfloat.internal.FloatApfloatImplTest
[ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 33.272 s <<< FAILURE! - in org.apfloat.internal.FloatApfloatImplTest
[ERROR] testStreamConstructor(org.apfloat.internal.FloatApfloatImplTest) Time elapsed: 0.248 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.FloatApfloatImplTest.testStreamConstructor(FloatApfloatImplTest.java:837)
[INFO] Running org.apfloat.internal.LongDiskDataStorageTest
[ERROR] Tests run: 21, Failures: 0, Errors: 12, Skipped: 0, Time elapsed: 0.428 s <<< FAILURE! - in org.apfloat.internal.LongDiskDataStorageTest
[ERROR] testGetArray(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.031 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testSubsequence(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testSubsequenceSubArray(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/2.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testReadOnly(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/3.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testCopyFrom(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/4.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testCopyFromBig(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.032 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/7.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testIterator(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/8.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testSubsequenceIterator(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/10.ap"
at org.apfloat.internal.LongDiskDataStorageTest.createDataStorage(LongDiskDataStorageTest.java:81)
[ERROR] testGetTransposedArrayBig(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/18.ap"
at org.apfloat.internal.LongDiskDataStorageTest.runGetTransposedArray(LongDiskDataStorageTest.java:179)
at org.apfloat.internal.LongDiskDataStorageTest.testGetTransposedArrayBig(LongDiskDataStorageTest.java:111)
[ERROR] testGetTransposedArrayWide(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0.002 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/19.ap"
at org.apfloat.internal.LongDiskDataStorageTest.runGetTransposedArray(LongDiskDataStorageTest.java:179)
at org.apfloat.internal.LongDiskDataStorageTest.testGetTransposedArrayWide(LongDiskDataStorageTest.java:116)
[ERROR] testGetTransposedArrayWideBig(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/20.ap"
at org.apfloat.internal.LongDiskDataStorageTest.runGetTransposedArray(LongDiskDataStorageTest.java:179)
at org.apfloat.internal.LongDiskDataStorageTest.testGetTransposedArrayWideBig(LongDiskDataStorageTest.java:121)
[ERROR] testIsCached(org.apfloat.internal.LongDiskDataStorageTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/21.ap"
at org.apfloat.internal.LongDiskDataStorageTest.testIsCached(LongDiskDataStorageTest.java:126)
[INFO] Running org.apfloat.internal.IntParallelThreeNTTConvolutionStrategyTest
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.404 s <<< FAILURE! - in org.apfloat.internal.IntParallelThreeNTTConvolutionStrategyTest
[ERROR] testSharedMemoryLock(org.apfloat.internal.IntParallelThreeNTTConvolutionStrategyTest) Time elapsed: 0.01 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.IntParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock(IntParallelThreeNTTConvolutionStrategyTest.java:82)
[INFO] Running org.apfloat.internal.LongWTablesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.apfloat.internal.LongWTablesTest
[INFO] Running org.apfloat.internal.DoubleKaratsubaConvolutionStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.apfloat.internal.DoubleKaratsubaConvolutionStrategyTest
[INFO] Running org.apfloat.internal.LongSixStepFNTStrategyTest
[ERROR] Tests run: 6, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.163 s <<< FAILURE! - in org.apfloat.internal.LongSixStepFNTStrategyTest
[ERROR] testForwardBig(org.apfloat.internal.LongSixStepFNTStrategyTest) Time elapsed: 0.011 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.internal.LongSixStepFNTStrategyTest.runTestForward(LongSixStepFNTStrategyTest.java:82)
at org.apfloat.internal.LongSixStepFNTStrategyTest.testForwardBig(LongSixStepFNTStrategyTest.java:75)
[ERROR] testRoundTrip(org.apfloat.internal.LongSixStepFNTStrategyTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.internal.LongSixStepFNTStrategyTest.runRoundTrip(LongSixStepFNTStrategyTest.java:144)
at org.apfloat.internal.LongSixStepFNTStrategyTest.testRoundTrip(LongSixStepFNTStrategyTest.java:111)
[ERROR] testRoundTripBig(org.apfloat.internal.LongSixStepFNTStrategyTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/2.ap"
at org.apfloat.internal.LongSixStepFNTStrategyTest.runRoundTrip(LongSixStepFNTStrategyTest.java:144)
at org.apfloat.internal.LongSixStepFNTStrategyTest.testRoundTripBig(LongSixStepFNTStrategyTest.java:120)
[ERROR] testRoundTripMultithread(org.apfloat.internal.LongSixStepFNTStrategyTest) Time elapsed: 0 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/3.ap"
at org.apfloat.internal.LongSixStepFNTStrategyTest.runRoundTrip(LongSixStepFNTStrategyTest.java:144)
at org.apfloat.internal.LongSixStepFNTStrategyTest.testRoundTripMultithread(LongSixStepFNTStrategyTest.java:129)
[ERROR] testRoundTripMultithreadBig(org.apfloat.internal.LongSixStepFNTStrategyTest) Time elapsed: 0.001 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/4.ap"
at org.apfloat.internal.LongSixStepFNTStrategyTest.runRoundTrip(LongSixStepFNTStrategyTest.java:144)
at org.apfloat.internal.LongSixStepFNTStrategyTest.testRoundTripMultithreadBig(LongSixStepFNTStrategyTest.java:139)
[INFO] Running org.apfloat.internal.DoubleMediumConvolutionStrategyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.apfloat.internal.DoubleMediumConvolutionStrategyTest
[INFO] Running org.apfloat.ApcomplexMathTest
[ERROR] Tests run: 94, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 286.535 s <<< FAILURE! - in org.apfloat.ApcomplexMathTest
[ERROR] testTanh(org.apfloat.ApcomplexMathTest) Time elapsed: 0.067 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/0.ap"
at org.apfloat.ApcomplexMathTest.testTanh(ApcomplexMathTest.java:1395)
[ERROR] testTan(org.apfloat.ApcomplexMathTest) Time elapsed: 0.296 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/1.ap"
at org.apfloat.ApcomplexMathTest.testTan(ApcomplexMathTest.java:1640)
[ERROR] testDigamma(org.apfloat.ApcomplexMathTest) Time elapsed: 0.077 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/2.ap"
at org.apfloat.ApcomplexMathTest.testDigamma(ApcomplexMathTest.java:2563)
[ERROR] testErf(org.apfloat.ApcomplexMathTest) Time elapsed: 0.233 s <<< ERROR!
org.apfloat.internal.BackingStorageException: Failed to create new file "/<<PKGBUILDDIR>>/apfloat/3.ap"
at org.apfloat.ApcomplexMathTest.testErf(ApcomplexMathTest.java:4298)
[INFO] Running org.apfloat.ConcurrentWeakHashMapTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.049 s - in org.apfloat.ConcurrentWeakHashMapTest
[INFO] Running org.apfloat.ApfloatContextTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.111 s - in org.apfloat.ApfloatContextTest
[INFO] Running org.apfloat.AprationalMathTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.643 s - in org.apfloat.AprationalMathTest
[INFO] Running org.apfloat.ApfloatTest
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.895 s - in org.apfloat.ApfloatTest
[INFO] Running org.apfloat.RoundingHelperTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.apfloat.RoundingHelperTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ApcomplexMathTest.testDigamma:2563 » BackingStorage Failed to create new file ...
[ERROR] ApcomplexMathTest.testErf:4298 » BackingStorage Failed to create new file "/bu...
[ERROR] ApcomplexMathTest.testTan:1640 » BackingStorage Failed to create new file "/bu...
[ERROR] ApcomplexMathTest.testTanh:1395 » BackingStorage Failed to create new file "/b...
[ERROR] ApfloatMathTest.testTanh:1648 » BackingStorage Failed to create new file "/bui...
[ERROR] FixedPrecisionApfloatHelperTest.testZeta:1382 » BackingStorage Failed to creat...
[ERROR] DoubleApfloatImplTest.testStreamConstructor:837 » BackingStorage Failed to cre...
[ERROR] DoubleDataStorageBuilderTest.testCreate:71 » BackingStorage Failed to create n...
[ERROR] DoubleDiskDataStorageTest>DoubleDataStorageTestCase.testGetArray:78->createDataStorage:81 » BackingStorage
[ERROR] org.apfloat.internal.DoubleDiskDataStorageTest.testIsCached(org.apfloat.internal.DoubleDiskDataStorageTest)
[INFO] Run 1: PASS
[ERROR] Run 2: DoubleDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create n...
[INFO]
[ERROR] DoubleDiskDataStorageTest>DoubleDataStorageTestCase.testReadOnly:183->createDataStorage:81 » BackingStorage
[ERROR] DoubleDiskDataStorageTest>DoubleDataStorageTestCase.testSubsequence:103->createDataStorage:81 » BackingStorage
[ERROR] DoubleDiskDataStorageTest>DoubleDataStorageTestCase.testSubsequenceSubArray:144->createDataStorage:81 » BackingStorage
[ERROR] DoubleFactor3NTTStrategyTest.testRoundTrip:99->runRoundTrip:121->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleFactor3NTTStrategyTest.testRoundTripParallel:112->runRoundTrip:121->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock:82->DoubleThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->DoubleThreeNTTConvolutionStrategyTest.runBig:192 » BackingStorage
[ERROR] DoubleSixStepFNTStrategyTest.testForwardBig:75->runTestForward:82->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleSixStepFNTStrategyTest.testRoundTrip:111->runRoundTrip:144->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleSixStepFNTStrategyTest.testRoundTripBig:120->runRoundTrip:144->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleSixStepFNTStrategyTest.testRoundTripMultithread:129->runRoundTrip:144->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleThreeNTTConvolutionStrategyTest.testAutoHugeParallel:258->runAutoBig:286 » BackingStorage
[ERROR] DoubleThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->runBig:192 » BackingStorage
[ERROR] DoubleTwoPassFNTStrategyTest.testRoundTrip:69->runRoundTrip:109->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleTwoPassFNTStrategyTest.testRoundTripBig:80->runRoundTrip:109->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleTwoPassFNTStrategyTest.testRoundTripMultithread:92->runRoundTrip:109->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] DoubleTwoPassFNTStrategyTest.testRoundTripMultithreadBig:104->runRoundTrip:109->DoubleNTTStrategyTestCase.runRoundTrip:127->DoubleNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatApfloatImplTest.testStreamConstructor:837 » BackingStorage Failed to crea...
[ERROR] FloatDataStorageBuilderTest.testCreate:71 » BackingStorage Failed to create ne...
[ERROR] FloatDiskDataStorageTest>FloatDataStorageTestCase.testCopyFromBig:335->createDataStorage:81 » BackingStorage
[ERROR] FloatDiskDataStorageTest>FloatDataStorageTestCase.testGetArray:78->createDataStorage:81 » BackingStorage
[ERROR] FloatDiskDataStorageTest.testGetTransposedArrayWideBig:121->runGetTransposedArray:179 » BackingStorage
[ERROR] org.apfloat.internal.FloatDiskDataStorageTest.testIsCached(org.apfloat.internal.FloatDiskDataStorageTest)
[ERROR] Run 1: FloatDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create ne...
[ERROR] Run 2: FloatDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create ne...
[INFO]
[ERROR] FloatDiskDataStorageTest>FloatDataStorageTestCase.testReadOnly:183->createDataStorage:81 » BackingStorage
[ERROR] FloatDiskDataStorageTest>FloatDataStorageTestCase.testSubsequence:103->createDataStorage:81 » BackingStorage
[ERROR] FloatDiskDataStorageTest>FloatDataStorageTestCase.testSubsequenceSubArray:144->createDataStorage:81 » BackingStorage
[ERROR] FloatFactor3NTTStrategyTest.testRoundTrip:99->runRoundTrip:121->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatFactor3NTTStrategyTest.testRoundTripParallel:112->runRoundTrip:121->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock:82->FloatThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->FloatThreeNTTConvolutionStrategyTest.runBig:192 » BackingStorage
[ERROR] FloatSixStepFNTStrategyTest.testForwardBig:75->runTestForward:82->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatSixStepFNTStrategyTest.testRoundTripBig:120->runRoundTrip:144->FloatNTTStrategyTestCase.runRoundTrip:127->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatSixStepFNTStrategyTest.testRoundTripMultithreadBig:139->runRoundTrip:144->FloatNTTStrategyTestCase.runRoundTrip:127->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatThreeNTTConvolutionStrategyTest.testAutoHugeParallel:258->runAutoBig:286 » BackingStorage
[ERROR] FloatThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->runBig:192 » BackingStorage
[ERROR] FloatTwoPassFNTStrategyTest.testRoundTrip:69->runRoundTrip:109->FloatNTTStrategyTestCase.runRoundTrip:127->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatTwoPassFNTStrategyTest.testRoundTripBig:80->runRoundTrip:109->FloatNTTStrategyTestCase.runRoundTrip:127->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatTwoPassFNTStrategyTest.testRoundTripMultithread:92->runRoundTrip:109->FloatNTTStrategyTestCase.runRoundTrip:127->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] FloatTwoPassFNTStrategyTest.testRoundTripMultithreadBig:104->runRoundTrip:109->FloatNTTStrategyTestCase.runRoundTrip:127->FloatNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntApfloatImplTest.testStreamConstructor:837 » BackingStorage Failed to create...
[ERROR] IntDataStorageBuilderTest.testCreate:71 » BackingStorage Failed to create new ...
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testCopyFrom:217->createDataStorage:81 » BackingStorage
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testGetArray:78->createDataStorage:81 » BackingStorage
[ERROR] IntDiskDataStorageTest.testGetTransposedArrayWide:116->runGetTransposedArray:179 » BackingStorage
[ERROR] IntDiskDataStorageTest.testGetTransposedArrayWideBig:121->runGetTransposedArray:179 » BackingStorage
[ERROR] org.apfloat.internal.IntDiskDataStorageTest.testIsCached(org.apfloat.internal.IntDiskDataStorageTest)
[ERROR] Run 1: IntDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create new ...
[ERROR] Run 2: IntDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create new ...
[INFO]
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testIterator:350->createDataStorage:81 » BackingStorage
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testReadOnly:183->createDataStorage:81 » BackingStorage
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testSubsequence:103->createDataStorage:81 » BackingStorage
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testSubsequenceIterator:466->createDataStorage:81 » BackingStorage
[ERROR] IntDiskDataStorageTest>IntDataStorageTestCase.testSubsequenceSubArray:144->createDataStorage:81 » BackingStorage
[ERROR] IntFactor3NTTStrategyTest.testRoundTrip:99->runRoundTrip:121->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntFactor3NTTStrategyTest.testRoundTripParallel:112->runRoundTrip:121->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock:82->IntThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->IntThreeNTTConvolutionStrategyTest.runBig:192 » BackingStorage
[ERROR] IntSixStepFNTStrategyTest.testForwardBig:75->runTestForward:82->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntSixStepFNTStrategyTest.testRoundTripBig:120->runRoundTrip:144->IntNTTStrategyTestCase.runRoundTrip:127->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntSixStepFNTStrategyTest.testRoundTripMultithreadBig:139->runRoundTrip:144->IntNTTStrategyTestCase.runRoundTrip:127->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntThreeNTTConvolutionStrategyTest.testAutoHugeParallel:258->runAutoBig:286 » BackingStorage
[ERROR] IntThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->runBig:192 » BackingStorage
[ERROR] IntTwoPassFNTStrategyTest.testRoundTrip:69->runRoundTrip:109->IntNTTStrategyTestCase.runRoundTrip:127->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntTwoPassFNTStrategyTest.testRoundTripBig:80->runRoundTrip:109->IntNTTStrategyTestCase.runRoundTrip:127->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntTwoPassFNTStrategyTest.testRoundTripMultithread:92->runRoundTrip:109->IntNTTStrategyTestCase.runRoundTrip:127->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] IntTwoPassFNTStrategyTest.testRoundTripMultithreadBig:104->runRoundTrip:109->IntNTTStrategyTestCase.runRoundTrip:127->IntNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongApfloatImplTest.testStreamConstructor:837 » BackingStorage Failed to creat...
[ERROR] LongDataStorageBuilderTest.testCreate:71 » BackingStorage Failed to create new...
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testCopyFrom:217->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testCopyFromBig:335->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testGetArray:78->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest.testGetTransposedArrayBig:111->runGetTransposedArray:179 » BackingStorage
[ERROR] LongDiskDataStorageTest.testGetTransposedArrayWide:116->runGetTransposedArray:179 » BackingStorage
[ERROR] LongDiskDataStorageTest.testGetTransposedArrayWideBig:121->runGetTransposedArray:179 » BackingStorage
[ERROR] org.apfloat.internal.LongDiskDataStorageTest.testIsCached(org.apfloat.internal.LongDiskDataStorageTest)
[ERROR] Run 1: LongDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create new...
[ERROR] Run 2: LongDiskDataStorageTest.testIsCached:126 » BackingStorage Failed to create new...
[INFO]
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testIterator:350->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testReadOnly:183->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testSubsequence:103->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testSubsequenceIterator:466->createDataStorage:81 » BackingStorage
[ERROR] LongDiskDataStorageTest>LongDataStorageTestCase.testSubsequenceSubArray:144->createDataStorage:81 » BackingStorage
[ERROR] LongFactor3NTTStrategyTest.testRoundTrip:99->runRoundTrip:121->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongFactor3NTTStrategyTest.testRoundTripParallel:112->runRoundTrip:121->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongParallelThreeNTTConvolutionStrategyTest.testSharedMemoryLock:82->LongThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->LongThreeNTTConvolutionStrategyTest.runBig:192 » BackingStorage
[ERROR] LongSixStepFNTStrategyTest.testForwardBig:75->runTestForward:82->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongSixStepFNTStrategyTest.testRoundTrip:111->runRoundTrip:144->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongSixStepFNTStrategyTest.testRoundTripBig:120->runRoundTrip:144->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongSixStepFNTStrategyTest.testRoundTripMultithread:129->runRoundTrip:144->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongSixStepFNTStrategyTest.testRoundTripMultithreadBig:139->runRoundTrip:144->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongThreeNTTConvolutionStrategyTest.testAutoHugeParallel:258->runAutoBig:286 » BackingStorage
[ERROR] LongThreeNTTConvolutionStrategyTest.testFullHugeParallel:157->runBig:192 » BackingStorage
[ERROR] LongTwoPassFNTStrategyTest.testRoundTrip:69->runRoundTrip:109->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongTwoPassFNTStrategyTest.testRoundTripBig:80->runRoundTrip:109->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongTwoPassFNTStrategyTest.testRoundTripMultithread:92->runRoundTrip:109->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[ERROR] LongTwoPassFNTStrategyTest.testRoundTripMultithreadBig:104->runRoundTrip:109->LongNTTStrategyTestCase.runRoundTrip:127->LongNTTStrategyTestCase.createDataStorage:47 » BackingStorage
[INFO]
[ERROR] Tests run: 1273, Failures: 0, Errors: 99, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for apfloat-parent 1.14.0:
[INFO]
[INFO] apfloat-parent ..................................... SUCCESS [ 0.029 s]
[INFO] apfloat ............................................ FAILURE [ 01:19 h]
[INFO] apfloat-calc ....................................... SKIPPED
[INFO] apfloat-samples .................................... SKIPPED
[INFO] apfloat-applet ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 h
[INFO] Finished at: 2024-10-29T08:47:29Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.3:test (default-test) on project apfloat: There are test failures.
[ERROR]
[ERROR] Please refer to /<<PKGBUILDDIR>>/apfloat/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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :apfloat
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 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
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202410/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
More information about the pkg-java-maintainers
mailing list