You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Matt Andruff (Jira)" <ji...@apache.org> on 2021/06/03 15:21:00 UTC

[jira] [Created] (BIGTOP-3550) Spark silently fails but Build Succeeds

Matt Andruff created BIGTOP-3550:
------------------------------------

             Summary: Spark silently fails but Build Succeeds
                 Key: BIGTOP-3550
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3550
             Project: Bigtop
          Issue Type: Bug
          Components: build, spark
    Affects Versions: 1.5.0
         Environment: Centos7
            Reporter: Matt Andruff


Build claims success but doesn't produce any output.
{code:java}
... 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]$ 


{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)