It's a bit easy for this to happen with the patch workflow. The GitHub one via the merge script fixes it nicely. There are a couple of improvements that need to be done and then I will start a vote on switching to it. Hopefully early next week.
Ismael On 17 Jul 2015 18:55, "Gwen Shapira" <csh...@gmail.com> wrote: > my bad, I missed a file while committing. > > I did a "trivial" commit with the missing file and I think the build > looks ok now. > > > On Fri, Jul 17, 2015 at 10:42 AM, Gwen Shapira <csh...@gmail.com> wrote: > > Ick. It seemed to work locally. I'm checking what went wrong. > > > > Let me know if you want a revert. > > > > On Fri, Jul 17, 2015 at 10:39 AM, Apache Jenkins Server > > <jenk...@builds.apache.org> wrote: > >> See <https://builds.apache.org/job/KafkaPreCommit/156/changes> > >> > >> Changes: > >> > >> [cshapi] KAFKA-2345; Attempt to delete a topic already marked for > deletion throws ZkNodeExistsException; patched by Ashish Singh; reviewed by > Sriharsha Chintalapani and Ismael Juma > >> > >> ------------------------------------------ > >> Started by an SCM change > >> Building remotely on ubuntu-5 (docker Ubuntu ubuntu5 ubuntu) in > workspace <https://builds.apache.org/job/KafkaPreCommit/ws/> > >> > git rev-parse --is-inside-work-tree # timeout=10 > >> Fetching changes from the remote Git repository > >> > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/kafka.git # timeout=10 > >> Fetching upstream changes from > https://git-wip-us.apache.org/repos/asf/kafka.git > >> > git --version # timeout=10 > >> > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/kafka.git > +refs/heads/*:refs/remotes/origin/* > >> > git rev-parse refs/remotes/origin/trunk^{commit} # timeout=10 > >> > git rev-parse refs/remotes/origin/origin/trunk^{commit} # timeout=10 > >> Checking out Revision a5b11886df8c7aad0548efd2c7c3dbc579232f03 > (refs/remotes/origin/trunk) > >> > git config core.sparsecheckout # timeout=10 > >> > git checkout -f a5b11886df8c7aad0548efd2c7c3dbc579232f03 > >> > git rev-list 15cba9f00dc606dd49e428f4ac8ccae0c0b8b37d # timeout=10 > >> Setting > GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1 > >> [KafkaPreCommit] $ /bin/bash -xe /tmp/hudson3311779494119504084.sh > >> + > /home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1/bin/gradle > >> To honour the JVM settings for this build a new JVM will be forked. > Please consider using the daemon: > http://gradle.org/docs/2.1/userguide/gradle_daemon.html. > >> Building project 'core' with Scala version 2.10.5 > >> :downloadWrapper UP-TO-DATE > >> > >> BUILD SUCCESSFUL > >> > >> Total time: 20.182 secs > >> Setting > GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1 > >> [KafkaPreCommit] $ /bin/bash -xe /tmp/hudson5074359631024072349.sh > >> + ./gradlew -PscalaVersion=2.10.1 test > >> To honour the JVM settings for this build a new JVM will be forked. > Please consider using the daemon: > http://gradle.org/docs/2.4/userguide/gradle_daemon.html. > >> Building project 'core' with Scala version 2.10.1 > >> :compileJava UP-TO-DATE > >> :processResources UP-TO-DATE > >> :classes UP-TO-DATE > >> :rat > >> Rat report: build/rat/rat-report.html > >> :compileTestJava UP-TO-DATE > >> :processTestResources UP-TO-DATE > >> :testClasses UP-TO-DATE > >> :test UP-TO-DATE > >> :clients:compileJava UP-TO-DATE > >> :clients:processResources UP-TO-DATE > >> :clients:classes UP-TO-DATE > >> :clients:checkstyleMain UP-TO-DATE > >> :clients:compileTestJava UP-TO-DATE > >> :clients:processTestResources UP-TO-DATE > >> :clients:testClasses UP-TO-DATE > >> :clients:checkstyleTest UP-TO-DATE > >> :clients:test UP-TO-DATE > >> :contrib:compileJava UP-TO-DATE > >> :contrib:processResources UP-TO-DATE > >> :contrib:classes UP-TO-DATE > >> :contrib:compileTestJava UP-TO-DATE > >> :contrib:processTestResources UP-TO-DATE > >> :contrib:testClasses UP-TO-DATE > >> :contrib:test UP-TO-DATE > >> :clients:jar UP-TO-DATE > >> :log4j-appender:compileJava UP-TO-DATE > >> :log4j-appender:processResources UP-TO-DATE > >> :log4j-appender:classes UP-TO-DATE > >> :log4j-appender:jar UP-TO-DATE > >> :core:compileJava UP-TO-DATE > >> :core:compileScala< > https://builds.apache.org/job/KafkaPreCommit/ws/core/src/main/scala/kafka/admin/AdminUtils.scala>:169: > not found: type TopicAlreadyMarkedForDeletionException > >> case e1: ZkNodeExistsException => throw new > TopicAlreadyMarkedForDeletionException( > >> ^ > >> one error found > >> FAILED > >> > >> FAILURE: Build failed with an exception. > >> > >> * What went wrong: > >> Execution failed for task ':core:compileScala'. > >>> Compilation failed > >> > >> * 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: 45.069 secs > >> Build step 'Execute shell' marked build as failure > >> Setting > GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1 >