You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Lutz Weischer (Jira)" <ji...@apache.org> on 2021/03/12 09:51:00 UTC

[jira] [Created] (KNOX-2546) test fails on AArch64, Fedora 33, but build worked

Lutz Weischer created KNOX-2546:
-----------------------------------

             Summary: test fails on AArch64, Fedora 33, but build worked
                 Key: KNOX-2546
                 URL: https://issues.apache.org/jira/browse/KNOX-2546
             Project: Apache Knox
          Issue Type: Bug
            Reporter: Lutz Weischer


mvn install results in: 
... 
[INFO] Running org.apache.knox.gateway.GatewayLdapGroupFuncTest
Running org.apache.knox.gateway.GatewayLdapGroupFuncTest#testGroupMember
Exiting org.apache.knox.gateway.GatewayLdapGroupFuncTest#testGroupMember
Running org.apache.knox.gateway.GatewayLdapGroupFuncTest#testNonGroupMember
Exiting org.apache.knox.gateway.GatewayLdapGroupFuncTest#testNonGroupMember
Running org.apache.knox.gateway.GatewayLdapGroupFuncTest#cleanupSuite
Exiting org.apache.knox.gateway.GatewayLdapGroupFuncTest#cleanupSuite
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.859 s - in org.apache.knox.gateway.GatewayLdapGroupFuncTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   GatewayAppFuncTest.testDefaultAppName:307
Expected: is an array with size <0>
     but: array size was <1>
[ERROR]   GatewayAppFuncTest.testDefaultTopology:562
Expected: is an array with size <1>
     but: array size was <2>
[ERROR]   GatewayAppFuncTest.testDeploymentCleanup:491
Expected: is an array with size <1>
     but: array size was <3>
[ERROR]   GatewayAppFuncTest.testServicesAndApplications:465
Expected: is an array with size <0>
     but: array size was <1>
[INFO]
[ERROR] Tests run: 77, Failures: 4, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] build-tools 1.0.0 .................................. SUCCESS [  5.395 s]
[INFO] gateway 1.6.0-SNAPSHOT ............................. SUCCESS [ 35.970 s]
[INFO] gateway-test-utils 1.6.0-SNAPSHOT .................. SUCCESS [ 29.807 s]
[INFO] gateway-i18n 1.6.0-SNAPSHOT ........................ SUCCESS [ 27.790 s]
[INFO] gateway-util-common 1.6.0-SNAPSHOT ................. SUCCESS [ 43.093 s]
[INFO] gateway-util-configinjector 1.6.0-SNAPSHOT ......... SUCCESS [ 22.322 s]
[INFO] gateway-util-launcher 1.6.0-SNAPSHOT ............... SUCCESS [ 21.588 s]
[INFO] gateway-util-urltemplate 1.6.0-SNAPSHOT ............ SUCCESS [ 26.271 s]
[INFO] gateway-demo-ldap 1.6.0-SNAPSHOT ................... SUCCESS [ 39.261 s]
[INFO] gateway-demo-ldap-launcher 1.6.0-SNAPSHOT .......... SUCCESS [  1.852 s]
[INFO] gateway-i18n-logging-log4j 1.6.0-SNAPSHOT .......... SUCCESS [ 16.338 s]
[INFO] gateway-i18n-logging-sl4j 1.6.0-SNAPSHOT ........... SUCCESS [ 16.181 s]
[INFO] gateway-service-definitions 1.6.0-SNAPSHOT ......... SUCCESS [ 22.122 s]
[INFO] gateway-provider-rewrite-common 1.6.0-SNAPSHOT ..... SUCCESS [ 17.658 s]
[INFO] gateway-spi 1.6.0-SNAPSHOT ......................... SUCCESS [ 44.101 s]
[INFO] gateway-discovery-ambari 1.6.0-SNAPSHOT ............ SUCCESS [01:09 min]
[INFO] gateway-topology-simple 1.6.0-SNAPSHOT ............. SUCCESS [ 23.818 s]
[INFO] gateway-topology-hadoop-xml 1.6.0-SNAPSHOT ......... SUCCESS [ 31.669 s]
[INFO] gateway-service-hashicorp-vault 1.6.0-SNAPSHOT ..... SUCCESS [ 22.042 s]
[INFO] gateway-provider-rewrite 1.6.0-SNAPSHOT ............ SUCCESS [ 48.502 s]
[INFO] gateway-server-xforwarded-filter 1.6.0-SNAPSHOT .... SUCCESS [ 19.233 s]
[INFO] gateway-service-remoteconfig 1.6.0-SNAPSHOT ........ SUCCESS [ 45.415 s]
[INFO] gateway-server 1.6.0-SNAPSHOT ...................... SUCCESS [03:39 min]
[INFO] gateway-discovery-cm 1.6.0-SNAPSHOT ................ SUCCESS [02:40 min]
[INFO] gateway-shell 1.6.0-SNAPSHOT ....................... SUCCESS [ 58.940 s]
[INFO] gateway-performance-test 1.6.0-SNAPSHOT ............ SUCCESS [ 19.574 s]
[INFO] gateway-server-launcher 1.6.0-SNAPSHOT ............. SUCCESS [  0.871 s]
[INFO] gateway-provider-rewrite-func-hostmap-static 1.6.0-SNAPSHOT SUCCESS [ 20.072 s]
[INFO] gateway-provider-ha 1.6.0-SNAPSHOT ................. SUCCESS [ 44.619 s]
[INFO] gateway-provider-rewrite-func-service-registry 1.6.0-SNAPSHOT SUCCESS [ 29.128 s]
[INFO] gateway-provider-rewrite-func-inbound-url 1.6.0-SNAPSHOT SUCCESS [ 19.747 s]
[INFO] gateway-provider-rewrite-step-secure-query 1.6.0-SNAPSHOT SUCCESS [ 26.304 s]
[INFO] gateway-provider-rewrite-step-encrypt-uri 1.6.0-SNAPSHOT SUCCESS [ 22.934 s]
[INFO] gateway-provider-security-jwt 1.6.0-SNAPSHOT ....... SUCCESS [ 31.006 s]
[INFO] gateway-provider-security-webappsec 1.6.0-SNAPSHOT . SUCCESS [ 20.472 s]
[INFO] gateway-provider-security-preauth 1.6.0-SNAPSHOT ... SUCCESS [ 24.333 s]
[INFO] gateway-provider-security-pac4j 1.6.0-SNAPSHOT ..... SUCCESS [ 42.713 s]
[INFO] gateway-provider-security-hadoop-auth 1.6.0-SNAPSHOT SUCCESS [ 32.082 s]
[INFO] gateway-provider-security-clientcert 1.6.0-SNAPSHOT  SUCCESS [ 19.103 s]
[INFO] gateway-provider-security-shiro 1.6.0-SNAPSHOT ..... SUCCESS [ 31.904 s]
[INFO] gateway-provider-security-authz-acls 1.6.0-SNAPSHOT  SUCCESS [ 20.540 s]
[INFO] gateway-provider-security-authz-composite 1.6.0-SNAPSHOT SUCCESS [ 21.836 s]
[INFO] gateway-provider-security-authc-anon 1.6.0-SNAPSHOT  SUCCESS [ 17.805 s]
[INFO] gateway-provider-identity-assertion-common 1.6.0-SNAPSHOT SUCCESS [ 27.221 s]
[INFO] gateway-provider-identity-assertion-concat 1.6.0-SNAPSHOT SUCCESS [ 18.755 s]
[INFO] gateway-provider-identity-assertion-hadoop-groups 1.6.0-SNAPSHOT SUCCESS [ 24.193 s]
[INFO] gateway-provider-identity-assertion-regex 1.6.0-SNAPSHOT SUCCESS [ 19.943 s]
[INFO] gateway-provider-identity-assertion-switchcase 1.6.0-SNAPSHOT SUCCESS [ 19.098 s]
[INFO] gateway-provider-identity-assertion-pseudo 1.6.0-SNAPSHOT SUCCESS [ 18.622 s]
[INFO] gateway-provider-jersey 1.6.0-SNAPSHOT ............. SUCCESS [ 22.950 s]
[INFO] gateway-service-admin 1.6.0-SNAPSHOT ............... SUCCESS [ 32.977 s]
[INFO] gateway-service-as 1.6.0-SNAPSHOT .................. SUCCESS [ 11.693 s]
[INFO] gateway-service-hbase 1.6.0-SNAPSHOT ............... SUCCESS [ 21.007 s]
[INFO] gateway-service-hive 1.6.0-SNAPSHOT ................ SUCCESS [ 14.855 s]
[INFO] gateway-service-impala 1.6.0-SNAPSHOT .............. SUCCESS [ 14.705 s]
[INFO] gateway-service-knoxsso 1.6.0-SNAPSHOT ............. SUCCESS [ 26.108 s]
[INFO] gateway-service-knoxssout 1.6.0-SNAPSHOT ........... SUCCESS [ 20.780 s]
[INFO] gateway-service-knoxtoken 1.6.0-SNAPSHOT ........... SUCCESS [ 26.473 s]
[INFO] gateway-service-livy 1.6.0-SNAPSHOT ................ SUCCESS [ 15.035 s]
[INFO] gateway-service-jkg 1.6.0-SNAPSHOT ................. SUCCESS [ 14.612 s]
[INFO] gateway-service-health 1.6.0-SNAPSHOT .............. SUCCESS [ 23.964 s]
[INFO] gateway-service-webhdfs 1.6.0-SNAPSHOT ............. SUCCESS [ 25.097 s]
[INFO] gateway-service-tgs 1.6.0-SNAPSHOT ................. SUCCESS [ 11.777 s]
[INFO] gateway-service-rm 1.6.0-SNAPSHOT .................. SUCCESS [ 26.482 s]
[INFO] gateway-service-storm 1.6.0-SNAPSHOT ............... SUCCESS [ 13.260 s]
[INFO] gateway-shell-launcher 1.6.0-SNAPSHOT .............. SUCCESS [  0.844 s]
[INFO] knox-cli-launcher 1.6.0-SNAPSHOT ................... SUCCESS [  0.800 s]
[INFO] gateway-service-nifi 1.6.0-SNAPSHOT ................ SUCCESS [ 16.877 s]
[INFO] gateway-adapter 1.6.0-SNAPSHOT ..................... SUCCESS [ 29.529 s]
[INFO] hadoop-examples 1.6.0-SNAPSHOT ..................... SUCCESS [ 14.011 s]
[INFO] gateway-service-test 1.6.0-SNAPSHOT ................ SUCCESS [ 17.831 s]
[INFO] gateway-service-nifi-registry 1.6.0-SNAPSHOT ....... SUCCESS [ 14.112 s]
[INFO] gateway-admin-ui 1.6.0-SNAPSHOT .................... SUCCESS [01:55 min]
[INFO] knox-homepage-ui 1.6.0-SNAPSHOT .................... SUCCESS [01:18 min]
[INFO] gateway-service-metadata 1.6.0-SNAPSHOT ............ SUCCESS [ 24.878 s]
[INFO] gateway-openapi-ui 1.6.0-SNAPSHOT .................. SUCCESS [  4.978 s]
[INFO] gateway-applications 1.6.0-SNAPSHOT ................ SUCCESS [  2.703 s]
[INFO] gateway-shell-samples 1.6.0-SNAPSHOT ............... SUCCESS [  0.814 s]
[INFO] gateway-service-session 1.6.0-SNAPSHOT ............. SUCCESS [ 13.874 s]
[INFO] gateway-release 1.6.0-SNAPSHOT ..................... SUCCESS [ 10.096 s]
[INFO] gateway-service-vault 1.6.0-SNAPSHOT ............... SUCCESS [ 13.121 s]
[INFO] gateway-test-release-utils 1.6.0-SNAPSHOT .......... SUCCESS [ 30.417 s]
[INFO] gateway-test 1.6.0-SNAPSHOT ........................ FAILURE [07:26 min]
[INFO] gateway-test-release 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] webhdfs-kerb-test 1.6.0-SNAPSHOT ................... SKIPPED
[INFO] webhdfs-test 1.6.0-SNAPSHOT ........................ SKIPPED
[INFO] gateway-shell-release 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-docker 1.6.0-SNAPSHOT ...................... SKIPPED
[INFO] gateway-release-common 1.6.0-SNAPSHOT .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  46:42 min
[INFO] Finished at: 2021-03-12T10:34:06+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project gateway-test: There are test failures.
[ERROR]
[ERROR] Please refer to /home/jw/apache/knox/gateway-test/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :gateway-test
[jw@cn05 knox]$ 

ant full works, too. 

[jw@cn05 knox]$ mvn -Panalyze -Prelease clean site
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] build-tools                                                        [jar]
... 
[INFO] --- maven-dependency-plugin:3.1.2:unpack (unpack) @ gateway-applications ---
[INFO] Configured Artifact: org.apache.knox:gateway-admin-ui:?:jar
[INFO] Configured Artifact: org.apache.knox:knox-homepage-ui:?:jar
[INFO] Configured Artifact: org.apache.knox:gateway-openapi-ui:?:jar
[INFO] Unpacking /home/jw/apache/knox/gateway-admin-ui/target/classes to /home/jw/apache/knox/gateway-applications/target/classes/applications with includes "admin-ui/**" and excludes ""
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] build-tools 1.0.0 .................................. SUCCESS [  8.157 s]
[INFO] gateway 1.6.0-SNAPSHOT ............................. FAILURE [04:59 min]
[INFO] gateway-test-utils 1.6.0-SNAPSHOT .................. SKIPPED
[INFO] gateway-i18n 1.6.0-SNAPSHOT ........................ SKIPPED
[INFO] gateway-util-common 1.6.0-SNAPSHOT ................. SKIPPED
[INFO] gateway-util-configinjector 1.6.0-SNAPSHOT ......... SKIPPED
[INFO] gateway-util-launcher 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-util-urltemplate 1.6.0-SNAPSHOT ............ SKIPPED
[INFO] gateway-demo-ldap 1.6.0-SNAPSHOT ................... SKIPPED
[INFO] gateway-demo-ldap-launcher 1.6.0-SNAPSHOT .......... SKIPPED
[INFO] gateway-i18n-logging-log4j 1.6.0-SNAPSHOT .......... SKIPPED
[INFO] gateway-i18n-logging-sl4j 1.6.0-SNAPSHOT ........... SKIPPED
[INFO] gateway-service-definitions 1.6.0-SNAPSHOT ......... SKIPPED
[INFO] gateway-provider-rewrite-common 1.6.0-SNAPSHOT ..... SKIPPED
[INFO] gateway-spi 1.6.0-SNAPSHOT ......................... SKIPPED
[INFO] gateway-discovery-ambari 1.6.0-SNAPSHOT ............ SKIPPED
[INFO] gateway-topology-simple 1.6.0-SNAPSHOT ............. SKIPPED
[INFO] gateway-topology-hadoop-xml 1.6.0-SNAPSHOT ......... SKIPPED
[INFO] gateway-service-hashicorp-vault 1.6.0-SNAPSHOT ..... SKIPPED
[INFO] gateway-provider-rewrite 1.6.0-SNAPSHOT ............ SKIPPED
[INFO] gateway-server-xforwarded-filter 1.6.0-SNAPSHOT .... SKIPPED
[INFO] gateway-service-remoteconfig 1.6.0-SNAPSHOT ........ SKIPPED
[INFO] gateway-server 1.6.0-SNAPSHOT ...................... SKIPPED
[INFO] gateway-discovery-cm 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] gateway-shell 1.6.0-SNAPSHOT ....................... SKIPPED
[INFO] gateway-performance-test 1.6.0-SNAPSHOT ............ SKIPPED
[INFO] gateway-server-launcher 1.6.0-SNAPSHOT ............. SKIPPED
[INFO] gateway-provider-rewrite-func-hostmap-static 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-ha 1.6.0-SNAPSHOT ................. SKIPPED
[INFO] gateway-provider-rewrite-func-service-registry 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-rewrite-func-inbound-url 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-rewrite-step-secure-query 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-rewrite-step-encrypt-uri 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-security-jwt 1.6.0-SNAPSHOT ....... SKIPPED
[INFO] gateway-provider-security-webappsec 1.6.0-SNAPSHOT . SKIPPED
[INFO] gateway-provider-security-preauth 1.6.0-SNAPSHOT ... SKIPPED
[INFO] gateway-provider-security-pac4j 1.6.0-SNAPSHOT ..... SKIPPED
[INFO] gateway-provider-security-hadoop-auth 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-security-clientcert 1.6.0-SNAPSHOT  SKIPPED
[INFO] gateway-provider-security-shiro 1.6.0-SNAPSHOT ..... SKIPPED
[INFO] gateway-provider-security-authz-acls 1.6.0-SNAPSHOT  SKIPPED
[INFO] gateway-provider-security-authz-composite 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-security-authc-anon 1.6.0-SNAPSHOT  SKIPPED
[INFO] gateway-provider-identity-assertion-common 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-identity-assertion-concat 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-identity-assertion-hadoop-groups 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-identity-assertion-regex 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-identity-assertion-switchcase 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-identity-assertion-pseudo 1.6.0-SNAPSHOT SKIPPED
[INFO] gateway-provider-jersey 1.6.0-SNAPSHOT ............. SKIPPED
[INFO] gateway-service-admin 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-service-as 1.6.0-SNAPSHOT .................. SKIPPED
[INFO] gateway-service-hbase 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-service-hive 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] gateway-service-impala 1.6.0-SNAPSHOT .............. SKIPPED
[INFO] gateway-service-knoxsso 1.6.0-SNAPSHOT ............. SKIPPED
[INFO] gateway-service-knoxssout 1.6.0-SNAPSHOT ........... SKIPPED
[INFO] gateway-service-knoxtoken 1.6.0-SNAPSHOT ........... SKIPPED
[INFO] gateway-service-livy 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] gateway-service-jkg 1.6.0-SNAPSHOT ................. SKIPPED
[INFO] gateway-service-health 1.6.0-SNAPSHOT .............. SKIPPED
[INFO] gateway-service-webhdfs 1.6.0-SNAPSHOT ............. SKIPPED
[INFO] gateway-service-tgs 1.6.0-SNAPSHOT ................. SKIPPED
[INFO] gateway-service-rm 1.6.0-SNAPSHOT .................. SKIPPED
[INFO] gateway-service-storm 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-shell-launcher 1.6.0-SNAPSHOT .............. SKIPPED
[INFO] knox-cli-launcher 1.6.0-SNAPSHOT ................... SKIPPED
[INFO] gateway-service-nifi 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] gateway-adapter 1.6.0-SNAPSHOT ..................... SKIPPED
[INFO] hadoop-examples 1.6.0-SNAPSHOT ..................... SKIPPED
[INFO] gateway-service-test 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] gateway-service-nifi-registry 1.6.0-SNAPSHOT ....... SKIPPED
[INFO] gateway-admin-ui 1.6.0-SNAPSHOT .................... SKIPPED
[INFO] knox-homepage-ui 1.6.0-SNAPSHOT .................... SKIPPED
[INFO] gateway-service-metadata 1.6.0-SNAPSHOT ............ SKIPPED
[INFO] gateway-openapi-ui 1.6.0-SNAPSHOT .................. SKIPPED
[INFO] gateway-applications 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] gateway-shell-samples 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-service-session 1.6.0-SNAPSHOT ............. SKIPPED
[INFO] gateway-release 1.6.0-SNAPSHOT ..................... SKIPPED
[INFO] gateway-service-vault 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-test-release-utils 1.6.0-SNAPSHOT .......... SKIPPED
[INFO] gateway-test 1.6.0-SNAPSHOT ........................ SKIPPED
[INFO] gateway-test-release 1.6.0-SNAPSHOT ................ SKIPPED
[INFO] webhdfs-kerb-test 1.6.0-SNAPSHOT ................... SKIPPED
[INFO] webhdfs-test 1.6.0-SNAPSHOT ........................ SKIPPED
[INFO] gateway-shell-release 1.6.0-SNAPSHOT ............... SKIPPED
[INFO] gateway-docker 1.6.0-SNAPSHOT ...................... SKIPPED
[INFO] gateway-release-common 1.6.0-SNAPSHOT .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:12 min
[INFO] Finished at: 2021-03-12T10:48:35+01:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "analyze" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project gateway: failed to get report for org.apache.maven.plugins:maven-javadoc-plugin: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.2:unpack (unpack) on project gateway-applications: Artifact has not been packaged yet. When used on reactor artifact, unpack should be executed after packaging: see MDEP-98. -> [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 <args> -rf :gateway
[jw@cn05 knox]$ 



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