Github user JoshRosen commented on the pull request:

    https://github.com/apache/spark/pull/4029#issuecomment-69865400
  
    It looks like this failed due to a test compilation error:
    
    ```
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/src/test/scala/org/apache/spark/scheduler/SparkListenerSuite.scala:47:
 not enough arguments for method apply: (jobId: Int, time: Option[Long], 
jobResult: 
org.apache.spark.scheduler.JobResult)org.apache.spark.scheduler.SparkListenerJobEnd
 in object SparkListenerJobEnd.
    [error] Unspecified value parameter jobResult.
    [error]     (1 to 5).foreach { _ => bus.post(SparkListenerJobEnd(0, 
JobSucceeded)) }
    [error]                                                         ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/src/test/scala/org/apache/spark/scheduler/SparkListenerSuite.scala:57:
 not enough arguments for method apply: (jobId: Int, time: Option[Long], 
jobResult: 
org.apache.spark.scheduler.JobResult)org.apache.spark.scheduler.SparkListenerJobEnd
 in object SparkListenerJobEnd.
    [error] Unspecified value parameter jobResult.
    [error]     (1 to 5).foreach { _ => bus.post(SparkListenerJobEnd(0, 
JobSucceeded)) }
    [error]                                                         ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/src/test/scala/org/apache/spark/scheduler/SparkListenerSuite.scala:102:
 not enough arguments for method apply: (jobId: Int, time: Option[Long], 
jobResult: 
org.apache.spark.scheduler.JobResult)org.apache.spark.scheduler.SparkListenerJobEnd
 in object SparkListenerJobEnd.
    [error] Unspecified value parameter jobResult.
    [error]     bus.post(SparkListenerJobEnd(0, JobSucceeded))
    [error]                                 ^
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/src/test/scala/org/apache/spark/scheduler/SparkListenerSuite.scala:348:
 not enough arguments for method apply: (jobId: Int, time: Option[Long], 
jobResult: 
org.apache.spark.scheduler.JobResult)org.apache.spark.scheduler.SparkListenerJobEnd
 in object SparkListenerJobEnd.
    [error] Unspecified value parameter jobResult.
    [error]     (1 to 5).foreach { _ => bus.post(SparkListenerJobEnd(0, 
JobSucceeded)) }
    [error]                                                         ^
    [info] Compiling 1 Scala source and 1 Java source to 
    ```
    
    To prevent these sorts of issues, you can run `sbt/sbt test:compile` to 
compile the tests without running them.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to