I have filed INFRA-15080 for the 'No space left on device' error.

On Wed, Sep 13, 2017 at 12:07 PM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> See <https://builds.apache.org/job/kafka-trunk-jdk8/2016/
> display/redirect?page=changes>
>
> Changes:
>
> [ismael] KAFKA-4501; Fix EasyMock and disable PowerMock tests under Java 9
>
> ------------------------------------------
> [...truncated 4.77 MB...]
> org.apache.kafka.streams.kstream.TimeWindowsTest >
> advanceIntervalMustNotBeLargerThanWindowSize PASSED
>
> org.apache.kafka.streams.kstream.TimeWindowsTest >
> retentionTimeMustNoBeSmallerThanWindowSize STARTED
>
> org.apache.kafka.streams.kstream.TimeWindowsTest >
> retentionTimeMustNoBeSmallerThanWindowSize PASSED
>
> org.apache.kafka.streams.kstream.TimeWindowsTest >
> shouldUseWindowSizeAsRentitionTimeIfWindowSizeIsLargerThanDefaultRetentionTime
> STARTED
>
> org.apache.kafka.streams.kstream.TimeWindowsTest >
> shouldUseWindowSizeAsRentitionTimeIfWindowSizeIsLargerThanDefaultRetentionTime
> PASSED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldThrowIfEndIsSmallerThanStart STARTED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldThrowIfEndIsSmallerThanStart PASSED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldNotBeEqualIfDifferentWindowType STARTED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldNotBeEqualIfDifferentWindowType PASSED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldBeEqualIfStartAndEndSame STARTED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldBeEqualIfStartAndEndSame PASSED
>
> org.apache.kafka.streams.kstream.WindowTest > shouldNotBeEqualIfNull
> STARTED
>
> org.apache.kafka.streams.kstream.WindowTest > shouldNotBeEqualIfNull
> PASSED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldThrowIfStartIsNegative STARTED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldThrowIfStartIsNegative PASSED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldNotBeEqualIfStartOrEndIsDifferent STARTED
>
> org.apache.kafka.streams.kstream.WindowTest >
> shouldNotBeEqualIfStartOrEndIsDifferent PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldCreateProcessorThatPrintsToStdOut STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldCreateProcessorThatPrintsToStdOut PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldPrintWithKeyValueMapper STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldPrintWithKeyValueMapper PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowTopologyExceptionIfFilePathIsEmpty STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowTopologyExceptionIfFilePathIsEmpty PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowNullPointerExceptionIfLabelIsNull STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowNullPointerExceptionIfLabelIsNull PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowNullPointerExceptionIfMapperIsNull STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowNullPointerExceptionIfMapperIsNull PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest > shouldPrintWithLabel
> STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest > shouldPrintWithLabel PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowNullPointerExceptionIfFilePathIsNull STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowNullPointerExceptionIfFilePathIsNull PASSED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldCreateProcessorThatPrintsToFile STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldCreateProcessorThatPrintsToFile FAILED
>     java.lang.AssertionError:
>     Expected: "[processor]: hi, 1\n"
>          but: was ""
>         at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
>         at org.junit.Assert.assertThat(Assert.java:956)
>         at org.junit.Assert.assertThat(Assert.java:923)
>         at org.apache.kafka.streams.kstream.PrintedTest.
> shouldCreateProcessorThatPrintsToFile(PrintedTest.java:67)
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowTopologyExceptionIfFilePathDoesntExist STARTED
>
> org.apache.kafka.streams.kstream.PrintedTest >
> shouldThrowTopologyExceptionIfFilePathDoesntExist PASSED
>
> org.apache.kafka.streams.kstream.WindowsTest >
> retentionTimeMustNotBeNegative STARTED
>
> org.apache.kafka.streams.kstream.WindowsTest >
> retentionTimeMustNotBeNegative PASSED
>
> org.apache.kafka.streams.kstream.WindowsTest >
> numberOfSegmentsMustBeAtLeastTwo STARTED
>
> org.apache.kafka.streams.kstream.WindowsTest >
> numberOfSegmentsMustBeAtLeastTwo PASSED
>
> org.apache.kafka.streams.kstream.WindowsTest >
> shouldSetWindowRetentionTime STARTED
>
> org.apache.kafka.streams.kstream.WindowsTest >
> shouldSetWindowRetentionTime PASSED
>
> org.apache.kafka.streams.kstream.WindowsTest > shouldSetNumberOfSegments
> STARTED
>
> org.apache.kafka.streams.kstream.WindowsTest > shouldSetNumberOfSegments
> PASSED
>
> org.apache.kafka.streams.integration.FanoutIntegrationTest > classMethod
> STARTED
>
> org.apache.kafka.streams.integration.FanoutIntegrationTest > classMethod
> FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-2193079333938711227:
> No space left on device
>
> org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.KStreamAggregationIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-8378214279016434502:
> No space left on device
>
> org.apache.kafka.streams.integration.JoinIntegrationTest > classMethod
> STARTED
>
> org.apache.kafka.streams.integration.JoinIntegrationTest > classMethod
> FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-6846698750814151134:
> No space left on device
>
> org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest
> > classMethod STARTED
>
> org.apache.kafka.streams.integration.KStreamAggregationDedupIntegrationTest
> > classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-5925824353746474196:
> No space left on device
>
> org.apache.kafka.streams.integration.QueryableStateIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.QueryableStateIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-3986190671833721924:
> No space left on device
>
> org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.KTableKTableJoinIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-8434491372799722042:
> No space left on device
>
> org.apache.kafka.streams.integration.RegexSourceIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.RegexSourceIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-8432607416159077015:
> No space left on device
>
> org.apache.kafka.streams.integration.KStreamKTableJoinIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.KStreamKTableJoinIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-8919291461344376198:
> No space left on device
>
> org.apache.kafka.streams.integration.GlobalKTableIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.GlobalKTableIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-6675031192363034221:
> No space left on device
>
> org.apache.kafka.streams.integration.EosIntegrationTest > classMethod
> STARTED
>
> org.apache.kafka.streams.integration.EosIntegrationTest > classMethod
> FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-5867377227864768421:
> No space left on device
>
> org.apache.kafka.streams.integration.RestoreIntegrationTest > classMethod
> STARTED
>
> org.apache.kafka.streams.integration.RestoreIntegrationTest > classMethod
> FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-3358136501548195378:
> No space left on device
>
> org.apache.kafka.streams.integration.InternalTopicIntegrationTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.InternalTopicIntegrationTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-5262510826783643961:
> No space left on device
>
> org.apache.kafka.streams.integration.KStreamRepartitionJoinTest >
> classMethod STARTED
>
> org.apache.kafka.streams.integration.KStreamRepartitionJoinTest >
> classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-525534067427341408:
> No space left on device
>
> org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest
> > classMethod STARTED
>
> org.apache.kafka.streams.integration.KStreamsFineGrainedAutoResetIntegrationTest
> > classMethod FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-1440095770365919905:
> No space left on device
>
> org.apache.kafka.streams.integration.ResetIntegrationTest > classMethod
> STARTED
>
> org.apache.kafka.streams.integration.ResetIntegrationTest > classMethod
> FAILED
>     java.lang.RuntimeException: Failed to create a temp dir
>
>         Caused by:
>         java.nio.file.FileSystemException: /tmp/kafka-1093527941095545409:
> No space left on device
>
> 1594 tests completed, 309 failed
> :streams:test FAILED
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':streams: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 52m 8s
> 52 actionable tasks: 31 executed, 21 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-jdk8/ws/> that match the pattern
> **/build/reports/findbugs/*.xml
> [FINDBUGS] Parsing 5 files in <https://builds.apache.org/
> job/kafka-trunk-jdk8/ws/>
> [FINDBUGS] Successfully parsed file <https://builds.apache.org/
> job/kafka-trunk-jdk8/ws/clients/build/reports/findbugs/main.xml> with 0
> unique warnings and 0 duplicates.
> [FINDBUGS] Successfully parsed file <https://builds.apache.org/
> job/kafka-trunk-jdk8/ws/core/build/reports/findbugs/main.xml> with 0
> unique warnings and 0 duplicates.
> [FINDBUGS] Successfully parsed file <https://builds.apache.org/
> job/kafka-trunk-jdk8/ws/examples/build/reports/findbugs/main.xml> with 0
> unique warnings and 0 duplicates.
> [FINDBUGS] Successfully parsed file <https://builds.apache.org/
> job/kafka-trunk-jdk8/ws/log4j-appender/build/reports/findbugs/main.xml>
> with 0 unique warnings and 0 duplicates.
> [FINDBUGS] Successfully parsed file <https://builds.apache.org/
> job/kafka-trunk-jdk8/ws/streams/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=ffd8f18a129fa826d62f527ea2c8eba2cfd644b2,
> workspace=<https://builds.apache.org/job/kafka-trunk-jdk8/ws/>
> [FINDBUGS] Computing warning deltas based on reference build #2014
> Recording test results
> 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
> Not sending mail to unregistered user damian....@gmail.com
> Not sending mail to unregistered user ism...@juma.me.uk
>

Reply via email to