>From master on Ubuntu 16.04; is there an issue using the ubuntu-14.04 docker image?
$ sudo docker run -u jenkins --rm --workdir /ws -v `pwd`:/ws bigtop/slaves:trunk-ubuntu-14.04 bash -l -c './gradlew hadoop-deb bigtop-utils-deb zookeeper-deb' [INFO] Reactor Summary: [INFO] [INFO] Apache Hadoop Main ................................. SUCCESS [ 20.159 s] [INFO] Apache Hadoop Build Tools .......................... SUCCESS [ 2.572 s] [INFO] Apache Hadoop Project POM .......................... SUCCESS [ 2.685 s] [INFO] Apache Hadoop Annotations .......................... SUCCESS [ 3.150 s] [INFO] Apache Hadoop Assemblies ........................... SUCCESS [ 0.077 s] [INFO] Apache Hadoop Project Dist POM ..................... SUCCESS [ 1.082 s] [INFO] Apache Hadoop Maven Plugins ........................ SUCCESS [ 4.444 s] [INFO] Apache Hadoop MiniKDC .............................. SUCCESS [ 44.601 s] [INFO] Apache Hadoop Auth ................................. SUCCESS [ 19.104 s] [INFO] Apache Hadoop Auth Examples ........................ SUCCESS [ 2.294 s] [INFO] Apache Hadoop Common ............................... SUCCESS [01:16 min] [INFO] Apache Hadoop NFS .................................. SUCCESS [ 2.472 s] [INFO] Apache Hadoop KMS .................................. SUCCESS [ 12.127 s] [INFO] Apache Hadoop Common Project ....................... SUCCESS [ 0.028 s] [INFO] Apache Hadoop HDFS ................................. SUCCESS [01:09 min] [INFO] Apache Hadoop HttpFS ............................... SUCCESS [ 16.642 s] [INFO] Apache Hadoop HDFS BookKeeper Journal .............. SUCCESS [ 7.189 s] [INFO] Apache Hadoop HDFS-NFS ............................. SUCCESS [ 2.218 s] [INFO] Apache Hadoop HDFS Project ......................... SUCCESS [ 0.020 s] [INFO] hadoop-yarn ........................................ SUCCESS [ 0.017 s] [INFO] hadoop-yarn-api .................................... SUCCESS [ 15.536 s] [INFO] hadoop-yarn-common ................................. SUCCESS [ 26.133 s] [INFO] hadoop-yarn-server ................................. SUCCESS [ 0.018 s] [INFO] hadoop-yarn-server-common .......................... SUCCESS [ 4.366 s] [INFO] hadoop-yarn-server-nodemanager ..................... SUCCESS [ 7.952 s] [INFO] hadoop-yarn-server-web-proxy ....................... SUCCESS [ 1.665 s] [INFO] hadoop-yarn-server-applicationhistoryservice ....... SUCCESS [ 2.927 s] [INFO] hadoop-yarn-server-resourcemanager ................. SUCCESS [ 8.022 s] [INFO] hadoop-yarn-server-tests ........................... FAILURE [ 4.129 s] [INFO] hadoop-yarn-client ................................. SKIPPED [INFO] hadoop-yarn-server-sharedcachemanager .............. SKIPPED [INFO] hadoop-yarn-applications ........................... SKIPPED [INFO] hadoop-yarn-applications-distributedshell .......... SKIPPED [INFO] hadoop-yarn-applications-unmanaged-am-launcher ..... SKIPPED [INFO] hadoop-yarn-site ................................... SKIPPED [INFO] hadoop-yarn-registry ............................... SKIPPED [INFO] hadoop-yarn-project ................................ SKIPPED [INFO] hadoop-mapreduce-client ............................ SKIPPED [INFO] hadoop-mapreduce-client-core ....................... SKIPPED [INFO] hadoop-mapreduce-client-common ..................... SKIPPED [INFO] hadoop-mapreduce-client-shuffle .................... SKIPPED [INFO] hadoop-mapreduce-client-app ........................ SKIPPED [INFO] hadoop-mapreduce-client-hs ......................... SKIPPED [INFO] hadoop-mapreduce-client-jobclient .................. SKIPPED [INFO] hadoop-mapreduce-client-hs-plugins ................. SKIPPED [INFO] Apache Hadoop MapReduce Examples ................... SKIPPED [INFO] hadoop-mapreduce ................................... SKIPPED [INFO] Apache Hadoop MapReduce Streaming .................. SKIPPED [INFO] Apache Hadoop Distributed Copy ..................... SKIPPED [INFO] Apache Hadoop Archives ............................. SKIPPED [INFO] Apache Hadoop Rumen ................................ SKIPPED [INFO] Apache Hadoop Gridmix .............................. SKIPPED [INFO] Apache Hadoop Data Join ............................ SKIPPED [INFO] Apache Hadoop Ant Tasks ............................ SKIPPED [INFO] Apache Hadoop Extras ............................... SKIPPED [INFO] Apache Hadoop Pipes ................................ SKIPPED [INFO] Apache Hadoop OpenStack support .................... SKIPPED [INFO] Apache Hadoop Amazon Web Services support .......... SKIPPED [INFO] Apache Hadoop Azure support ........................ SKIPPED [INFO] Apache Hadoop Client ............................... SKIPPED [INFO] Apache Hadoop Mini-Cluster ......................... SKIPPED [INFO] Apache Hadoop Scheduler Load Simulator ............. SKIPPED [INFO] Apache Hadoop Tools Dist ........................... SKIPPED [INFO] Apache Hadoop Tools ................................ SKIPPED [INFO] Apache Hadoop Distribution ......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:04 min [INFO] Finished at: 2017-04-25T01:41:27+00:00 [INFO] Final Memory: 214M/3445M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.3.1:enforce (depcheck) on project hadoop-yarn-server-tests: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :hadoop-yarn-server-tests make[1]: *** [override_dh_auto_build] Error 1 make[1]: Leaving directory `/ws/output/hadoop/hadoop-2.7.3' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 debuild: fatal error at line 1364: dpkg-buildpackage -rfakeroot -D -us -uc -b failed :hadoop-deb FAILED FAILURE: Build failed with an exception. * Where: Script '/ws/packages.gradle' line: 341 * What went wrong: Execution failed for task ':hadoop-deb'. > Process 'command 'debuild'' finished with non-zero exit value 29 * 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: 6 mins 44.819 secs
