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/09/19 01:02:48 UTC

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

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

Changes:

[wangguoz] KAFKA-5918: Fix minor typos and errors in the Kafka Streams turotial

------------------------------------------
[...truncated 10.10 MB...]
            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:173)
            ... 7 more

unit.kafka.server.KafkaApisTest > testReadCommittedConsumerListOffsetLatest STARTED

unit.kafka.server.KafkaApisTest > testReadCommittedConsumerListOffsetLatest FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:176)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.testConsumerListOffsetLatest(KafkaApisTest.scala:376)
        at unit.kafka.server.KafkaApisTest.testReadCommittedConsumerListOffsetLatest(KafkaApisTest.scala:353)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-3757158794440097963: 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:173)
            ... 7 more

unit.kafka.server.KafkaApisTest > testReadCommittedConsumerListOffsetLimitedAtLastStableOffset STARTED

unit.kafka.server.KafkaApisTest > testReadCommittedConsumerListOffsetLimitedAtLastStableOffset FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:176)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.testConsumerListOffsetLimit(KafkaApisTest.scala:291)
        at unit.kafka.server.KafkaApisTest.testReadCommittedConsumerListOffsetLimitedAtLastStableOffset(KafkaApisTest.scala:265)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-8550028654335279351: 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:173)
            ... 7 more

unit.kafka.server.KafkaApisTest > testReadUncommittedConsumerListOffsetEarliestOffsetEqualsHighWatermark STARTED

unit.kafka.server.KafkaApisTest > testReadUncommittedConsumerListOffsetEarliestOffsetEqualsHighWatermark FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:176)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.testConsumerListOffsetEarliestOffsetEqualsLimit(KafkaApisTest.scala:335)
        at unit.kafka.server.KafkaApisTest.testReadUncommittedConsumerListOffsetEarliestOffsetEqualsHighWatermark(KafkaApisTest.scala:304)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-1134929902672729428: 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:173)
            ... 7 more

unit.kafka.server.KafkaApisTest > testReadUncommittedConsumerListOffsetLimitedAtHighWatermark STARTED

unit.kafka.server.KafkaApisTest > testReadUncommittedConsumerListOffsetLimitedAtHighWatermark FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:176)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.testConsumerListOffsetLimit(KafkaApisTest.scala:291)
        at unit.kafka.server.KafkaApisTest.testReadUncommittedConsumerListOffsetLimitedAtHighWatermark(KafkaApisTest.scala:260)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-8845424281344950670: 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:173)
            ... 7 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:176)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
            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-6902043834313088855: 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:173)
                ... 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:176)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.shouldRespondWithUnsupportedMessageFormatForBadPartitionAndNoErrorsForGoodPartition(KafkaApisTest.scala:191)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-7398108449655444113: 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:173)
            ... 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:176)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
            at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
            at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
            at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
            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-2944604080924192897: 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:173)
                ... 6 more

unit.kafka.server.KafkaApisTest > shouldRespondWithUnknownTopicOrPartitionForBadPartitionAndNoErrorsForGoodPartition STARTED

unit.kafka.server.KafkaApisTest > shouldRespondWithUnknownTopicOrPartitionForBadPartitionAndNoErrorsForGoodPartition FAILED
    java.lang.RuntimeException: Failed to create a temp dir
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:176)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:150)
        at org.apache.kafka.test.TestUtils.tempDirectory(TestUtils.java:160)
        at kafka.utils.TestUtils$.tempDir(TestUtils.scala:88)
        at kafka.utils.TestUtils$.createBrokerConfig(TestUtils.scala:244)
        at unit.kafka.server.KafkaApisTest.createKafkaApis(KafkaApisTest.scala:76)
        at unit.kafka.server.KafkaApisTest.shouldRespondWithUnknownTopicOrPartitionForBadPartitionAndNoErrorsForGoodPartition(KafkaApisTest.scala:229)

        Caused by:
        java.nio.file.FileSystemException: /tmp/kafka-8713507193679531707: 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:173)
            ... 6 more

1587 tests completed, 792 failed, 4 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.

* Get more help at https://help.gradle.org

BUILD FAILED in 24m 20s
16 actionable tasks: 8 executed, 8 up-to-date
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.
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
Setting GRADLE_3_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_3.4-rc-2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=a64fe2ed88642bdd6531540e3d67f958deca2891, workspace=<https://builds.apache.org/job/kafka-trunk-jdk7/ws/>
[FINDBUGS] Computing warning deltas based on reference build #2776
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
Not sending mail to unregistered user wangguoz@gmail.com

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

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