You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tomas Repik (JIRA)" <ji...@apache.org> on 2016/09/26 12:25:20 UTC

[jira] [Created] (CASSANDRA-12708) test failure in fedora rawhide

Tomas Repik created CASSANDRA-12708:
---------------------------------------

             Summary: test failure in fedora rawhide
                 Key: CASSANDRA-12708
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12708
             Project: Cassandra
          Issue Type: Bug
          Components: Testing
         Environment: fedora rawhide
            Reporter: Tomas Repik
             Fix For: 3.5


I get this error when runnning on fedora 25/rawhide 

test:
    [mkdir] Created dir: /builddir/build/BUILD/cassandra-3.5/build/test/cassandra
    [mkdir] Created dir: /builddir/build/BUILD/cassandra-3.5/build/test/output
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/usr/share/java/ant/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/usr/share/java/ant.jar!/org/apache/tools/ant/Project.class
    [junit] Testsuite: org.apache.cassandra.auth.RoleOptionsTest
    [junit] Testsuite: org.apache.cassandra.auth.RoleOptionsTest Tests run: 4, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.444 sec
    [junit] 
    [junit] Testcase: rejectUnsupportedOptions(org.apache.cassandra.auth.RoleOptionsTest):	Caused an ERROR
    [junit] null
    [junit] java.lang.ExceptionInInitializerError
    [junit] 	at org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:127)
    [junit] 	at sun.misc.Unsafe.ensureClassInitialized(Native Method)
    [junit] 	at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088)
    [junit] 	at java.lang.reflect.Field.getFieldAccessor(Field.java:1069)
    [junit] 	at java.lang.reflect.Field.set(Field.java:764)
    [junit] 	at org.apache.cassandra.auth.RoleOptionsTest.setupRoleManager(RoleOptionsTest.java:123)
    [junit] 	at org.apache.cassandra.auth.RoleOptionsTest.rejectUnsupportedOptions(RoleOptionsTest.java:71)
    [junit] Caused by: org.apache.cassandra.exceptions.ConfigurationException: Unable to check disk space available to build/test/cassandra/commitlog:0. Perhaps the Cassandra user does not have the necessary permissions
    [junit] 	at org.apache.cassandra.config.DatabaseDescriptor.applyConfig(DatabaseDescriptor.java:543)
    [junit] 	at org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:122)
    [junit] Caused by: java.io.IOException: Mount point not found
    [junit] 	at sun.nio.fs.LinuxFileStore.findMountEntry(LinuxFileStore.java:91)
    [junit] 	at sun.nio.fs.UnixFileStore.<init>(UnixFileStore.java:65)
    [junit] 	at sun.nio.fs.LinuxFileStore.<init>(LinuxFileStore.java:44)
    [junit] 	at sun.nio.fs.LinuxFileSystemProvider.getFileStore(LinuxFileSystemProvider.java:51)
    [junit] 	at sun.nio.fs.LinuxFileSystemProvider.getFileStore(LinuxFileSystemProvider.java:39)
    [junit] 	at sun.nio.fs.UnixFileSystemProvider.getFileStore(UnixFileSystemProvider.java:368)
    [junit] 	at java.nio.file.Files.getFileStore(Files.java:1461)
    [junit] 	at org.apache.cassandra.config.DatabaseDescriptor.guessFileStore(DatabaseDescriptor.java:734)
    [junit] 	at org.apache.cassandra.config.DatabaseDescriptor.applyConfig(DatabaseDescriptor.java:538)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)