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 2020/08/14 17:57:03 UTC

Build failed in Jenkins: Kafka » kafka-2.0-jdk8 #2

See <https://ci-builds.apache.org/job/Kafka/job/kafka-2.0-jdk8/2/display/redirect>

Changes:


------------------------------------------
Started by user Ismael Juma
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H29 (ubuntu) in workspace <https://ci-builds.apache.org/job/Kafka/job/kafka-2.0-jdk8/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/kafka.git
 > git init <https://ci-builds.apache.org/job/Kafka/job/kafka-2.0-jdk8/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/kafka.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/kafka.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/kafka.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/kafka.git # timeout=10
Fetching upstream changes from https://github.com/apache/kafka.git
 > git fetch --tags --progress -- https://github.com/apache/kafka.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/2.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/2.0^{commit} # timeout=10
Checking out Revision 8c4d78ee2a85760fc73062b590c732a346d80502 (refs/remotes/origin/2.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c4d78ee2a85760fc73062b590c732a346d80502 # timeout=10
Commit message: "MINOR: Upgrade ducktape to 0.7.8 (#8879)"
 > git rev-list --no-walk 8c4d78ee2a85760fc73062b590c732a346d80502 # timeout=10
[kafka-2.0-jdk8] $ /bin/sh -xe /tmp/jenkins4402437334660952235.sh
+ rm -rf <https://ci-builds.apache.org/job/Kafka/job/kafka-2.0-jdk8/ws/.gradle>
[kafka-2.0-jdk8] $ /bin/sh -xe /tmp/jenkins8305903453482636948.sh
+ export GRADLE_OPTS=-Xmx1024m
+ ./gradlew --no-daemon -PmaxParallelForks=1 -PtestLoggingEvents=started,passed,skipped,failed -PxmlFindBugsReport=true clean testAll
Exception in thread "main" java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:31)
	at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:108)
	at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
Caused by: java.lang.NoClassDefFoundError: org/gradle/api/internal/classpath/ModuleRegistry
	at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
	... 7 more
Caused by: java.lang.ClassNotFoundException: org.gradle.api.internal.classpath.ModuleRegistry
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 8 more
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?