See <https://ci-builds.apache.org/job/Kafka/job/kafka-2.7-jdk8/199/display/redirect>
Changes: ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds30 (ubuntu) in workspace <https://ci-builds.apache.org/job/Kafka/job/kafka-2.7-jdk8/ws/> [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: git 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.7-jdk8/ws/> # > timeout=10 Fetching upstream changes from https://github.com/apache/kafka.git > git --version # timeout=10 > git --version # 'git version 2.34.1' > git fetch --tags --force --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 Avoid second fetch > git rev-parse refs/remotes/origin/2.7^{commit} # timeout=10 Checking out Revision e053ccc7a7efa5e5b7b4de9335d74c5a97532d28 (refs/remotes/origin/2.7) > git config core.sparsecheckout # timeout=10 > git checkout -f e053ccc7a7efa5e5b7b4de9335d74c5a97532d28 # timeout=10 Commit message: "HOTIFX: fix Kafka versions for system tests (#14493)" First time build. Skipping changelog. [kafka-2.7-jdk8] $ /bin/sh -xe /tmp/jenkins16127710672340063812.sh + rm -rf <https://ci-builds.apache.org/job/Kafka/job/kafka-2.7-jdk8/ws/.gradle> [kafka-2.7-jdk8] $ /bin/sh -xe /tmp/jenkins5456761941265969176.sh + ./gradlew --no-daemon --continue -PmaxParallelForks=2 -PtestLoggingEvents=started,passed,skipped,failed -PxmlFindBugsReport=true -PscalaVersion=2.12 clean test Downloading https://services.gradle.org/distributions/gradle-6.6-all.zip .............10%..............20%..............30%..............40%..............50%..............60%.............70%..............80%..............90%..............100% Welcome to Gradle 6.6! Here are the highlights of this release: - Experimental build configuration caching - Built-in conventions for handling credentials - Java compilation supports --release flag For more details see https://docs.gradle.org/6.6/release-notes.html To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/6.6/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'kafka-2.7-jdk8'. > Could not resolve all artifacts for configuration ':classpath'. > Could not find org.ajoberstar.grgit:grgit-core:4.0.2. Searched in the following locations: - https://repo.maven.apache.org/maven2/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom - https://jcenter.bintray.com/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom - https://plugins.gradle.org/m2/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom - https://dl.bintray.com/content/netflixoss/external-gradle-plugins/org/ajoberstar/grgit/grgit-core/4.0.2/grgit-core-4.0.2.pom Required by: project : * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 34s 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?