You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/06/10 00:43:24 UTC

Build failed in Jenkins: kafka-trunk-jdk7 #2379

See <https://builds.apache.org/job/kafka-trunk-jdk7/2379/display/redirect?page=changes>

Changes:

[jason] KAFKA-5415; Remove timestamp check in completeTransitionTo

------------------------------------------
[...truncated 22.13 MB...]
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:345)
	at com.esotericsoftware.kryo.io.Output.flush(Output.java:154)
	... 53 more

unit.kafka.server.KafkaApisTest > shouldRespondWithUnsupportedForMessageFormatOnHandleWriteTxnMarkersWhenMagicLowerThanRequired STARTED

unit.kafka.server.KafkaApisTest > shouldRespondWithUnsupportedForMessageFormatOnHandleWriteTxnMarkersWhenMagicLowerThanRequired FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.shouldRespondWithUnsupportedForMessageFormatOnHandleWriteTxnMarkersWhenMagicLowerThanRequired(KafkaApisTest.scala:135)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-7879391240810558071: No space left on device
            at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
            at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
            at java.nio.file.Files.createDirectory(Files.java:630)
            at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
            at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
            at java.nio.file.Files.createTempDirectory(Files.java:944)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
            ... 6 more

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleTxnOffsetCommitRequestWhenInterBrokerProtocolNotSupported STARTED

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleTxnOffsetCommitRequestWhenInterBrokerProtocolNotSupported FAILED
    java.lang.Exception: Unexpected exception, expected<org.apache.kafka.common.errors.UnsupportedVersionException> but was<java.lang.RuntimeException>

        Caused by:
        java.lang.RuntimeException: Failed to create a temp dir
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
            at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
            at unit.kafka.server.KafkaApisTest.shouldThrowUnsupportedVersionExceptionOnHandleTxnOffsetCommitRequestWhenInterBrokerProtocolNotSupported(KafkaApisTest.scala:110)

            Caused by:
            java.nio.file.FileSystemException: /tmp/kafka-5774244997723750119: No space left on device
                at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
                at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
                at java.nio.file.Files.createDirectory(Files.java:630)
                at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
                at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
                at java.nio.file.Files.createTempDirectory(Files.java:944)
                at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
                ... 6 more

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleAddPartitionsToTxnRequestWhenInterBrokerProtocolNotSupported STARTED

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleAddPartitionsToTxnRequestWhenInterBrokerProtocolNotSupported FAILED
    java.lang.Exception: Unexpected exception, expected<org.apache.kafka.common.errors.UnsupportedVersionException> but was<java.lang.RuntimeException>

        Caused by:
        java.lang.RuntimeException: Failed to create a temp dir
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
            at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
            at unit.kafka.server.KafkaApisTest.shouldThrowUnsupportedVersionExceptionOnHandleAddPartitionsToTxnRequestWhenInterBrokerProtocolNotSupported(KafkaApisTest.scala:105)

            Caused by:
            java.nio.file.FileSystemException: /tmp/kafka-3097158986137909378: No space left on device
                at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
                at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
                at java.nio.file.Files.createDirectory(Files.java:630)
                at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
                at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
                at java.nio.file.Files.createTempDirectory(Files.java:944)
                at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
                ... 6 more

unit.kafka.server.KafkaApisTest > shouldAppendToLogOnWriteTxnMarkersWhenCorrectMagicVersion STARTED

unit.kafka.server.KafkaApisTest > shouldAppendToLogOnWriteTxnMarkersWhenCorrectMagicVersion FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.shouldAppendToLogOnWriteTxnMarkersWhenCorrectMagicVersion(KafkaApisTest.scala:219)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-52102750607948535: No space left on device
            at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
            at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
            at java.nio.file.Files.createDirectory(Files.java:630)
            at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
            at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
            at java.nio.file.Files.createTempDirectory(Files.java:944)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
            ... 6 more

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleWriteTxnMarkersRequestWhenInterBrokerProtocolNotSupported STARTED

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleWriteTxnMarkersRequestWhenInterBrokerProtocolNotSupported FAILED
    java.lang.Exception: Unexpected exception, expected<org.apache.kafka.common.errors.UnsupportedVersionException> but was<java.lang.RuntimeException>

        Caused by:
        java.lang.RuntimeException: Failed to create a temp dir
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
            at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
            at unit.kafka.server.KafkaApisTest.shouldThrowUnsupportedVersionExceptionOnHandleWriteTxnMarkersRequestWhenInterBrokerProtocolNotSupported(KafkaApisTest.scala:120)

            Caused by:
            java.nio.file.FileSystemException: /tmp/kafka-7642868494592589418: No space left on device
                at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
                at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
                at java.nio.file.Files.createDirectory(Files.java:630)
                at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
                at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
                at java.nio.file.Files.createTempDirectory(Files.java:944)
                at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
                ... 6 more

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleAddOffsetToTxnRequestWhenInterBrokerProtocolNotSupported STARTED

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleAddOffsetToTxnRequestWhenInterBrokerProtocolNotSupported FAILED
    java.lang.Exception: Unexpected exception, expected<org.apache.kafka.common.errors.UnsupportedVersionException> but was<java.lang.RuntimeException>

        Caused by:
        java.lang.RuntimeException: Failed to create a temp dir
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
            at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
            at unit.kafka.server.KafkaApisTest.shouldThrowUnsupportedVersionExceptionOnHandleAddOffsetToTxnRequestWhenInterBrokerProtocolNotSupported(KafkaApisTest.scala:100)

            Caused by:
            java.nio.file.FileSystemException: /tmp/kafka-1828174443332681289: No space left on device
                at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
                at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
                at java.nio.file.Files.createDirectory(Files.java:630)
                at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
                at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
                at java.nio.file.Files.createTempDirectory(Files.java:944)
                at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
                ... 6 more

unit.kafka.server.KafkaApisTest > shouldRespondWithUnsupportedMessageFormatForBadPartitionAndNoErrorsForGoodPartition STARTED

unit.kafka.server.KafkaApisTest > shouldRespondWithUnsupportedMessageFormatForBadPartitionAndNoErrorsForGoodPartition FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.shouldRespondWithUnsupportedMessageFormatForBadPartitionAndNoErrorsForGoodPartition(KafkaApisTest.scala:184)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-164253270848973829: No space left on device
            at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
            at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
            at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
            at java.nio.file.Files.createDirectory(Files.java:630)
            at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
            at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
            at java.nio.file.Files.createTempDirectory(Files.java:944)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
            ... 6 more

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleEndTxnRequestWhenInterBrokerProtocolNotSupported STARTED

unit.kafka.server.KafkaApisTest > shouldThrowUnsupportedVersionExceptionOnHandleEndTxnRequestWhenInterBrokerProtocolNotSupported FAILED
    java.lang.Exception: Unexpected exception, expected<org.apache.kafka.common.errors.UnsupportedVersionException> but was<java.lang.RuntimeException>

        Caused by:
        java.lang.RuntimeException: Failed to create a temp dir
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:174)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:148)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:158)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:87)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:230)
            at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
            at unit.kafka.server.KafkaApisTest.shouldThrowUnsupportedVersionExceptionOnHandleEndTxnRequestWhenInterBrokerProtocolNotSupported(KafkaApisTest.scala:115)

            Caused by:
            java.nio.file.FileSystemException: /tmp/kafka-7101510618565448744: No space left on device
                at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
                at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
                at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:383)
                at java.nio.file.Files.createDirectory(Files.java:630)
                at java.nio.file.TempFileHelper.create(TempFileHelper.java:136)
                at java.nio.file.TempFileHelper.createTempDirectory(TempFileHelper.java:173)
                at java.nio.file.Files.createTempDirectory(Files.java:944)
                at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:171)
                ... 6 more

1439 tests completed, 1000 failed, 5 skipped
:kafka-trunk-jdk7:core:test FAILED
:test_core_2_11 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kafka-trunk-jdk7:core:test'.
> java.io.IOException: No space left on device

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 8 mins 52.232 secs
Build step 'Execute shell' marked build as failure
[FINDBUGS] Collecting findbugs analysis files...
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
[FINDBUGS] Searching for all files in <https://builds.apache.org/job/kafka-trunk-jdk7/ws/> that match the pattern **/build/reports/findbugs/*.xml
[FINDBUGS] Parsing 1 file in <https://builds.apache.org/job/kafka-trunk-jdk7/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/build/reports/findbugs/main.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #2378
Recording test results
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2

Jenkins build is back to normal : kafka-trunk-jdk7 #2380

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/kafka-trunk-jdk7/2380/display/redirect?page=changes>