Hi All,
I am trying to build and validate alluxio on Power LE (ppc64le), Ubuntu 16.04, RHEL 7,3.
It builds without issues and the tests for all the modules pass successfully.
However, the fuse module is failing with three errors.
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
Running alluxio.fuse.AlluxioFuseFileSystemTest
Tests run: 9, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.84 sec <<< FAILURE! - in alluxio.fuse.AlluxioFuseFileSystemTest
read(alluxio.fuse.AlluxioFuseFileSystemTest) Time elapsed: 0.025 sec <<< ERROR!
java.lang.IllegalArgumentException: unsupported integer type: ADDRESS
at alluxio.fuse.AlluxioFuseFileSystemTest.read(AlluxioFuseFileSystemTest.java:186)
flush(alluxio.fuse.AlluxioFuseFileSystemTest) Time elapsed: 0.019 sec <<< ERROR!
java.lang.IllegalArgumentException: unsupported integer type: ADDRESS
at alluxio.fuse.AlluxioFuseFileSystemTest.flush(AlluxioFuseFileSystemTest.java:111)
write(alluxio.fuse.AlluxioFuseFileSystemTest) Time elapsed: 0.004 sec <<< ERROR!
java.lang.IllegalArgumentException: unsupported integer type: ADDRESS
at alluxio.fuse.AlluxioFuseFileSystemTest.write(AlluxioFuseFileSystemTest.java:211)
Results :
Tests in error:
AlluxioFuseFileSystemTest.flush:111 ? IllegalArgument unsupported integer type...
AlluxioFuseFileSystemTest.read:186 ? IllegalArgument unsupported integer type:...
AlluxioFuseFileSystemTest.write:211 ? IllegalArgument unsupported integer type...
Tests run: 9, Failures: 0, Errors: 3, Skipped: 0
I am using openjdk-8 and have fuse-devel-2.9.2-7.el7.ppc64le installed and kernel version is 3.10.0-693.el7.ppc64le. I built and validated the jnr-fuse project on ppc64le separately and it builds and passes all its self-tests successfully.
Any pointers on how to trace/debug this further will be of great help, thanks!
Regards,
Priya