Hi Deepak,
I guess this also validates my proposal to do an automated vetting of contributor's code changes before these be added to the codebase. See https://ofbiz.markmail.org/message/gkpej7gcxwidggvl?q=vetting for more information. Met vriendelijke groet, Pierre Smits *Proud* *contributor* (but unfortunately without privileges)* of* Apache OFBiz <https://ofbiz.apache.org/>, since 2008 *Apache Trafodion <https://trafodion.apache.org>, Vice President* *Apache Directory <https://directory.apache.org>, PMC Member* Apache Incubator <https://incubator.apache.org>, committer Apache Steve <https://steve.apache.org>, committer On Sun, Feb 23, 2020 at 12:17 PM Deepak Dixit <[hidden email]> wrote: > Hi Dev, > > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 > > 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 > ofbiz.apache.org > > > 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 >> >> >> >> |
Thanks Pierre, I'll check and reply on it.
@Dev: Please review your changes those were backported to 17.12, we can't publish broken 17.12 release, Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Sun, Feb 23, 2020 at 4:55 PM Pierre Smits <[hidden email]> wrote: > Hi Deepak, > > I guess this also validates my proposal to do an automated vetting of > contributor's code changes before these be added to the codebase. > > See https://ofbiz.markmail.org/message/gkpej7gcxwidggvl?q=vetting for more > information. > > Met vriendelijke groet, > > Pierre Smits > *Proud* *contributor* (but unfortunately without privileges)* of* Apache > OFBiz <https://ofbiz.apache.org/>, since 2008 > > *Apache Trafodion <https://trafodion.apache.org>, Vice President* > *Apache Directory <https://directory.apache.org>, PMC Member* > Apache Incubator <https://incubator.apache.org>, committer > Apache Steve <https://steve.apache.org>, committer > > > On Sun, Feb 23, 2020 at 12:17 PM Deepak Dixit <[hidden email]> wrote: > > > Hi Dev, > > > > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 > > > > 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 > > ofbiz.apache.org > > > > > > 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 > >> > >> > >> > >> > |
In reply to this post by Pierre Smits-3
Hi Deepak,
the failures in the given buildbot link seem not to match with the build erros shown below. Am I missing something or is something wrong with this report? Thanks, Michael Brohl ecomify GmbH - www.ecomify.de Am 23.02.20 um 12:17 schrieb Deepak Dixit: > Hi Dev, > > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 > > 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 > ofbiz.apache.org > > > 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 >> >> >> >> smime.p7s (5K) Download Attachment |
Hi Michael,
Please see the details for failure https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466/steps/shell_1/logs/stdio I fixed these errors in commit https://github.com/apache/ofbiz-framework/commit/1a8903e1d529540238798ce234b39c8f45256cb1 Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Sun, Feb 23, 2020 at 5:42 PM Michael Brohl <[hidden email]> wrote: > Hi Deepak, > > the failures in the given buildbot link seem not to match with the build > erros shown below. > > Am I missing something or is something wrong with this report? > > Thanks, > > Michael Brohl > > ecomify GmbH - www.ecomify.de > > > Am 23.02.20 um 12:17 schrieb Deepak Dixit: > > Hi Dev, > > > > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 > > > > 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 > > ofbiz.apache.org > > > > > > 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 > >> > >> > >> > >> > > |
Thanks Deepak,
I missed the stdio link at the bottom. Regards, Michael Am 23.02.20 um 14:00 schrieb Deepak Dixit: > Hi Michael, > > Please see the details for failure > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466/steps/shell_1/logs/stdio > > I fixed these errors in commit > https://github.com/apache/ofbiz-framework/commit/1a8903e1d529540238798ce234b39c8f45256cb1 > > Thanks & Regards > -- > Deepak Dixit > ofbiz.apache.org > > > On Sun, Feb 23, 2020 at 5:42 PM Michael Brohl <[hidden email]> > wrote: > >> Hi Deepak, >> >> the failures in the given buildbot link seem not to match with the build >> erros shown below. >> >> Am I missing something or is something wrong with this report? >> >> Thanks, >> >> Michael Brohl >> >> ecomify GmbH - www.ecomify.de >> >> >> Am 23.02.20 um 12:17 schrieb Deepak Dixit: >>> Hi Dev, >>> >>> https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 >>> >>> 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 >>> ofbiz.apache.org >>> >>> >>> 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 >>>> >>>> >>>> >>>> >> smime.p7s (5K) Download Attachment |
Administrator
|
Maybe this needs more explanation for the common good.
The build Deepak used as reference was not at the origin of the issue. Actually it was https://ci.apache.org/builders/ofbizBranch17Framework/builds/407 The reason that the issue also appeared in the build Deepak used as reference is because each commit in the framework chains a build in the FrameworkPlugins build. Actually the build above was not only for 1 commit but 4. Because, for performance reason, the time between 2 commits to be taken alone is 5 minutes. That can be changed id needed. For more information please see https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf and Buildbot documentation HTH Jacques Le 23/02/2020 à 14:19, Michael Brohl a écrit : > Thanks Deepak, > > I missed the stdio link at the bottom. > > Regards, > > Michael > > > Am 23.02.20 um 14:00 schrieb Deepak Dixit: >> Hi Michael, >> >> Please see the details for failure >> https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466/steps/shell_1/logs/stdio >> >> I fixed these errors in commit >> https://github.com/apache/ofbiz-framework/commit/1a8903e1d529540238798ce234b39c8f45256cb1 >> >> Thanks & Regards >> -- >> Deepak Dixit >> ofbiz.apache.org >> >> >> On Sun, Feb 23, 2020 at 5:42 PM Michael Brohl <[hidden email]> >> wrote: >> >>> Hi Deepak, >>> >>> the failures in the given buildbot link seem not to match with the build >>> erros shown below. >>> >>> Am I missing something or is something wrong with this report? >>> >>> Thanks, >>> >>> Michael Brohl >>> >>> ecomify GmbH - www.ecomify.de >>> >>> >>> Am 23.02.20 um 12:17 schrieb Deepak Dixit: >>>> Hi Dev, >>>> >>>> https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 >>>> >>>> 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 >>>> ofbiz.apache.org >>>> >>>> >>>> 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 >>>>> >>>>> >>>>> >>>>> >>> > |
Hello Deepak,
Thanks for taking care of it. Much appreciated. I think due to same indexes on patch and codebase, patch applied successfully at different place than expected. Also, performed build with same procedure on release18.12 and trunk where everything went flawless, somehow I missed for release17.12. Sorry for the inconvenience. -- Best Regards, Suraj Khurana On Mon, Feb 24, 2020 at 1:00 AM Jacques Le Roux < [hidden email]> wrote: > Maybe this needs more explanation for the common good. > > The build Deepak used as reference was not at the origin of the issue. > > Actually it was > https://ci.apache.org/builders/ofbizBranch17Framework/builds/407 > > The reason that the issue also appeared in the build Deepak used as > reference is because each commit in the framework chains a build in the > FrameworkPlugins build. > > Actually the build above was not only for 1 commit but 4. Because, for > performance reason, the time between 2 commits to be taken alone is 5 > minutes. > That can be changed id needed. > > For more information please see > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf > and Buildbot > documentation > > HTH > > Jacques > > Le 23/02/2020 à 14:19, Michael Brohl a écrit : > > Thanks Deepak, > > > > I missed the stdio link at the bottom. > > > > Regards, > > > > Michael > > > > > > Am 23.02.20 um 14:00 schrieb Deepak Dixit: > >> Hi Michael, > >> > >> Please see the details for failure > >> > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466/steps/shell_1/logs/stdio > >> > >> I fixed these errors in commit > >> > https://github.com/apache/ofbiz-framework/commit/1a8903e1d529540238798ce234b39c8f45256cb1 > >> > >> Thanks & Regards > >> -- > >> Deepak Dixit > >> ofbiz.apache.org > >> > >> > >> On Sun, Feb 23, 2020 at 5:42 PM Michael Brohl <[hidden email] > > > >> wrote: > >> > >>> Hi Deepak, > >>> > >>> the failures in the given buildbot link seem not to match with the > build > >>> erros shown below. > >>> > >>> Am I missing something or is something wrong with this report? > >>> > >>> Thanks, > >>> > >>> Michael Brohl > >>> > >>> ecomify GmbH - www.ecomify.de > >>> > >>> > >>> Am 23.02.20 um 12:17 schrieb Deepak Dixit: > >>>> Hi Dev, > >>>> > >>>> > https://ci.apache.org/builders/ofbizBranch17FrameworkPlugins/builds/466 > >>>> > >>>> 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 > >>>> ofbiz.apache.org > >>>> > >>>> > >>>> 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 > >>>>> > >>>>> > >>>>> > >>>>> > >>> > > > |
Free forum by Nabble | Edit this page |