buildbot exception in on ofbizBranch17FrameworkPlugins

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

buildbot exception in on ofbizBranch17FrameworkPlugins

buildbot
The Buildbot has detected a build exception on builder ofbizBranch17FrameworkPlugins while building ofbiz-framework. Full details are available at:
    https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf947_ubuntu

Build Reason: downstream
Build Source Stamp: [branch release17.12] afae70b71a7602543b289d5c4ffce505bc09161e
Blamelist: Jacques Le Roux <[hidden email]>

BUILD FAILED: exception shell_1 upload_2

Sincerely,
 -The Buildbot



Reply | Threaded
Open this post in threaded view
|

Re: buildbot exception in on ofbizBranch17FrameworkPlugins

Deepak Dixit-5
Hi Dev,


Build failing for release 17.12, please be very careful while backporting changes to release branches, Please make sure you are verifying changes after merge/backport.

Also please check the build boat failure notification, and before committing please run the testIntegration task on local box.
==================
:compileJava/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:452: error: cannot find symbol
                .where("userLoginId", userLoginId)
                                      ^
  symbol:   variable userLoginId
  location: class LoginServices
/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:450: error: cannot find symbol
        EntityQuery eq = EntityQuery.use(delegator)
                                         ^
  symbol:   variable delegator
  location: class LoginServices
/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:475: error: cannot find symbol
        GenericValue userLoginPwdHistToCreate = delegator.makeValue("UserLoginPasswordHistory", UtilMisc.toMap("userLoginId", userLoginId,"fromDate", nowTimestamp));
                                                ^
  symbol:   variable delegator
  location: class LoginServices
/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:475: error: cannot find symbol
        GenericValue userLoginPwdHistToCreate = delegator.makeValue("UserLoginPasswordHistory", UtilMisc.toMap("userLoginId", userLoginId,"fromDate", nowTimestamp));
                                                                                                                              ^
  symbol:   variable userLoginId
  location: class LoginServices
/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:476: error: cannot find symbol
        userLoginPwdHistToCreate.set("currentPassword", currentPassword);
                                                        ^
  symbol:   variable currentPassword
  location: class LoginServices
/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:945: error: variable delegator is already defined in method checkNewPassword(GenericValue,String,String,String,String,List<String>,boolean,Locale)
        Delegator delegator = userLogin.getDelegator();
                  ^
/home/buildslave/slave/ofbizBranch17FrameworkPlugins/build/framework/common/src/main/java/org/apache/ofbiz/common/login/LoginServices.java:947: error: variable currentPassword is already defined in method checkNewPassword(GenericValue,String,String,String,String,List<String>,boolean,Locale)
        String currentPassword = userLogin.getString("currentPassword");
               ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
7 errors
 FAILED
======================


Thanks & Regards
--
Deepak Dixit


On Sat, Feb 22, 2020 at 2:38 PM <[hidden email]> wrote:
The Buildbot has detected a build exception on builder ofbizBranch17FrameworkPlugins while building ofbiz-framework. Full details are available at:
    https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: asf947_ubuntu

Build Reason: downstream
Build Source Stamp: [branch release17.12] afae70b71a7602543b289d5c4ffce505bc09161e
Blamelist: Jacques Le Roux <[hidden email]>

BUILD FAILED: exception shell_1 upload_2

Sincerely,
 -The Buildbot