Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-3550

Spark silently fails but Build Succeeds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.5.0
    • None
    • build, spark
    • None
    • Centos7

    Description

      Build claims success but doesn't produce any output.

      [matt@chappy bigtop]$ git reset --hard release-1.5.0
      HEAD is now at 79f0b3a Additional fix of release notes for 1.5.0 RC0
      [matt@chappy bigtop]$ source ../fix.sh 
      [matt@chappy bigtop]$ ./gradlew spark-pkg-ind
      ... truncated...
      All projects evaluated.
      Selected primary task 'spark-pkg' from project :
      Tasks to be executed: [task ':spark_vardefines', task ':spark-download', task ':spark-tar', task ':spark-srpm', task ':spark-rpm', task ':spark-pkg']
      :spark_vardefines (Thread[Execution worker for ':',5,main]) started.
      
      > Task :spark_vardefines
      Caching disabled for task ':spark_vardefines' because:
        Build cache is disabled
      Task ':spark_vardefines' is not up-to-date because:
        Task has not declared any outputs despite executing actions.
      :spark_vardefines (Thread[Execution worker for ':',5,main]) completed. Took 0.677 secs.
      :spark-download (Thread[Execution worker for ':',5,main]) started.
      
      > Task :spark-download
      Caching disabled for task ':spark-download' because:
        Build cache is disabled
      Task ':spark-download' is not up-to-date because:
        Task has not declared any outputs despite executing actions.
      	File /bigtop/dl/spark-2.4.5.tar.gz appears to be already downloaded. Exiting...
      :spark-download (Thread[Execution worker for ':',5,main]) completed. Took 0.026 secs.
      :spark-tar (Thread[Execution worker for ':',5,main]) started.
      
      > Task :spark-tar
      Caching disabled for task ':spark-tar' because:
        Build cache is disabled
      Task ':spark-tar' is not up-to-date because:
        Task has not declared any outputs despite executing actions.
      	Nothing to do. Exiting...
      :spark-tar (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
      :spark-srpm (Thread[Execution worker for ':',5,main]) started.
      
      > Task :spark-srpm
      Caching disabled for task ':spark-srpm' because:
        Build cache is disabled
      Task ':spark-srpm' is not up-to-date because:
        Task has not declared any outputs despite executing actions.
      	Nothing to do. Exiting...
      :spark-srpm (Thread[Execution worker for ':',5,main]) completed. Took 0.007 secs.
      :spark-rpm (Thread[Execution worker for ':',5,main]) started.
      
      > Task :spark-rpm
      Caching disabled for task ':spark-rpm' because:
        Build cache is disabled
      Task ':spark-rpm' is not up-to-date because:
        Task has not declared any outputs despite executing actions.
      	Nothing to do. Exiting...
      :spark-rpm (Thread[Execution worker for ':',5,main]) completed. Took 0.007 secs.
      :spark-pkg (Thread[Execution worker for ':',5,main]) started.
      
      > Task :spark-pkg
      Caching disabled for task ':spark-pkg' because:
        Build cache is disabled
      Task ':spark-pkg' is not up-to-date because:
        Task has not declared any outputs despite executing actions.
      :spark-pkg (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
      
      BUILD SUCCESSFUL in 31s
      6 actionable tasks: 6 executed
      + RESULT=0
      + mkdir -p output
      + docker cp a7839c2176f2a30878b6f013a242f27c661c14fdf59bf15d3077314ab971b859:/bigtop/build .
      + docker cp a7839c2176f2a30878b6f013a242f27c661c14fdf59bf15d3077314ab971b859:/bigtop/output .
      + docker rm -f a7839c2176f2a30878b6f013a242f27c661c14fdf59bf15d3077314ab971b859
      a7839c2176f2a30878b6f013a242f27c661c14fdf59bf15d3077314ab971b859
      + '[' 0 -ne 0 ']'
      + docker rm -f a7839c2176f2a30878b6f013a242f27c661c14fdf59bf15d3077314ab971b859
      Error response from daemon: No such container: a7839c2176f2a30878b6f013a242f27c661c14fdf59bf15d3077314ab971b859
      
      BUILD SUCCESSFUL in 1m 42s
      1 actionable task: 1 executed
      [matt@chappy bigtop]$ ls output/
      [matt@chappy bigtop]$ 
      
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mandruff Matt Andruff
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: