The Buildbot has detected a new failure on builder ofbiz-branch14 while building . Full details are available at:
https://ci.apache.org/builders/ofbiz-branch14/builds/329 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: lares_ubuntu Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz14-commit' triggered this build Build Source Stamp: [branch ofbiz/branches/release14.12] 1780696 Blamelist: nmalin BUILD FAILED: failed compile_1 Sincerely, -The Buildbot |
Administrator
|
https://ci.apache.org/builders/ofbiz-branch14/builds/329 (r1780696) is also failing locally
But weirdly I get the same error when reverting to r1779724 (previous commit) when it passed in Buildbot https://ci.apache.org/builders/ofbiz-branch14/builds/328 I thought it was an issue with Buildbot or r1780696, now I'm confused :/ Help appreciated... Jacques Le 28/01/2017 à 16:26, [hidden email] a écrit : > The Buildbot has detected a new failure on builder ofbiz-branch14 while building . Full details are available at: > https://ci.apache.org/builders/ofbiz-branch14/builds/329 > > Buildbot URL: https://ci.apache.org/ > > Buildslave for this Build: lares_ubuntu > > Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz14-commit' triggered this build > Build Source Stamp: [branch ofbiz/branches/release14.12] 1780696 > Blamelist: nmalin > > BUILD FAILED: failed compile_1 > > Sincerely, > -The Buildbot > > > > |
Jacques I haven't build error localy on the branch 14.12, but one unit
test failed basetests testConvertOperatorSubstitutions Failure all converions expected:<...wo || three > four >[=] five < six <= seven> but was:<...wo || three > four >[eq] five < six <= seven> junit.framework.ComparisonFailure: all converions expected:<...wo || three > four >[=] five < six <= seven> but was:<...wo || three > four >[eq] five < six <= seven> at org.ofbiz.base.test.GenericTestCaseBase.assertEquals(GenericTestCaseBase.java:313) at org.ofbiz.base.util.test.StringUtilTests.testConvertOperatorSubstitutions(StringUtilTests.java:269) at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:146) at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237) at org.ofbiz.base.start.Start.startStartLoaders(Start.java:343) at org.ofbiz.base.start.Start.start(Start.java:369) at org.ofbiz.base.start.Start.main(Start.java:136) This isn't related to the r1780696, I will search the reason Nicolas Le 29/01/2017 à 14:20, Jacques Le Roux a écrit : > https://ci.apache.org/builders/ofbiz-branch14/builds/329 (r1780696) is > also failing locally > > But weirdly I get the same error when reverting to r1779724 (previous > commit) when it passed in Buildbot > https://ci.apache.org/builders/ofbiz-branch14/builds/328 > > I thought it was an issue with Buildbot or r1780696, now I'm confused :/ > > Help appreciated... > > Jacques > > Le 28/01/2017 à 16:26, [hidden email] a écrit : >> The Buildbot has detected a new failure on builder ofbiz-branch14 >> while building . Full details are available at: >> https://ci.apache.org/builders/ofbiz-branch14/builds/329 >> >> Buildbot URL: https://ci.apache.org/ >> >> Buildslave for this Build: lares_ubuntu >> >> Build Reason: The AnyBranchScheduler scheduler named >> 'on-ofbiz14-commit' triggered this build >> Build Source Stamp: [branch ofbiz/branches/release14.12] 1780696 >> Blamelist: nmalin >> >> BUILD FAILED: failed compile_1 >> >> Sincerely, >> -The Buildbot >> >> >> >> > > |
Administrator
|
Thanks Nicolas,
Yes, it's only this test failing and only in this branch Jacques Le 29/01/2017 à 17:30, Nicolas Malin a écrit : > Jacques I haven't build error localy on the branch 14.12, but one unit test failed > > basetests testConvertOperatorSubstitutions Failure all converions expected:<...wo || three > four >[=] five < six <= seven> but was:<...wo > || three > four >[eq] five < six <= seven> > > junit.framework.ComparisonFailure: all converions expected:<...wo || three > four >[=] five < six <= seven> but was:<...wo || three > four >[eq] > five < six <= seven> > at org.ofbiz.base.test.GenericTestCaseBase.assertEquals(GenericTestCaseBase.java:313) > at org.ofbiz.base.util.test.StringUtilTests.testConvertOperatorSubstitutions(StringUtilTests.java:269) > at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:146) > at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237) > at org.ofbiz.base.start.Start.startStartLoaders(Start.java:343) > at org.ofbiz.base.start.Start.start(Start.java:369) > at org.ofbiz.base.start.Start.main(Start.java:136) > > This isn't related to the r1780696, I will search the reason > > Nicolas > > > Le 29/01/2017 à 14:20, Jacques Le Roux a écrit : >> https://ci.apache.org/builders/ofbiz-branch14/builds/329 (r1780696) is also failing locally >> >> But weirdly I get the same error when reverting to r1779724 (previous commit) when it passed in Buildbot >> https://ci.apache.org/builders/ofbiz-branch14/builds/328 >> >> I thought it was an issue with Buildbot or r1780696, now I'm confused :/ >> >> Help appreciated... >> >> Jacques >> >> Le 28/01/2017 à 16:26, [hidden email] a écrit : >>> The Buildbot has detected a new failure on builder ofbiz-branch14 while building . Full details are available at: >>> https://ci.apache.org/builders/ofbiz-branch14/builds/329 >>> >>> Buildbot URL: https://ci.apache.org/ >>> >>> Buildslave for this Build: lares_ubuntu >>> >>> Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz14-commit' triggered this build >>> Build Source Stamp: [branch ofbiz/branches/release14.12] 1780696 >>> Blamelist: nmalin >>> >>> BUILD FAILED: failed compile_1 >>> >>> Sincerely, >>> -The Buildbot >>> >>> >>> >>> >> >> > > |
Ok I found it, it's corrected on revision r1781161.
It's came from a HashMap that don't keep the given order for list Pattern regexp. Replace HashMap by LinkedHashMap solve this. Nicolas Le 30/01/2017 à 09:01, Jacques Le Roux a écrit : > Thanks Nicolas, > > Yes, it's only this test failing and only in this branch > > Jacques > > > Le 29/01/2017 à 17:30, Nicolas Malin a écrit : >> Jacques I haven't build error localy on the branch 14.12, but one >> unit test failed >> >> basetests testConvertOperatorSubstitutions Failure all >> converions expected:<...wo || three > four >[=] five < six <= seven> >> but was:<...wo || three > four >[eq] five < six <= seven> >> >> junit.framework.ComparisonFailure: all converions expected:<...wo || >> three > four >[=] five < six <= seven> but was:<...wo || three > four >> >[eq] five < six <= seven> >> at >> org.ofbiz.base.test.GenericTestCaseBase.assertEquals(GenericTestCaseBase.java:313) >> at >> org.ofbiz.base.util.test.StringUtilTests.testConvertOperatorSubstitutions(StringUtilTests.java:269) >> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:146) >> at >> org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237) >> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:343) >> at org.ofbiz.base.start.Start.start(Start.java:369) >> at org.ofbiz.base.start.Start.main(Start.java:136) >> >> This isn't related to the r1780696, I will search the reason >> >> Nicolas >> >> >> Le 29/01/2017 à 14:20, Jacques Le Roux a écrit : >>> https://ci.apache.org/builders/ofbiz-branch14/builds/329 (r1780696) >>> is also failing locally >>> >>> But weirdly I get the same error when reverting to r1779724 >>> (previous commit) when it passed in Buildbot >>> https://ci.apache.org/builders/ofbiz-branch14/builds/328 >>> >>> I thought it was an issue with Buildbot or r1780696, now I'm >>> confused :/ >>> >>> Help appreciated... >>> >>> Jacques >>> >>> Le 28/01/2017 à 16:26, [hidden email] a écrit : >>>> The Buildbot has detected a new failure on builder ofbiz-branch14 >>>> while building . Full details are available at: >>>> https://ci.apache.org/builders/ofbiz-branch14/builds/329 >>>> >>>> Buildbot URL: https://ci.apache.org/ >>>> >>>> Buildslave for this Build: lares_ubuntu >>>> >>>> Build Reason: The AnyBranchScheduler scheduler named >>>> 'on-ofbiz14-commit' triggered this build >>>> Build Source Stamp: [branch ofbiz/branches/release14.12] 1780696 >>>> Blamelist: nmalin >>>> >>>> BUILD FAILED: failed compile_1 >>>> >>>> Sincerely, >>>> -The Buildbot >>>> >>>> >>>> >>>> >>> >>> >> >> > > |
Administrator
|
Great, thanks Nicolas!
Jacques Le 31/01/2017 à 21:12, Nicolas Malin a écrit : > Ok I found it, it's corrected on revision r1781161. > > It's came from a HashMap that don't keep the given order for list Pattern regexp. Replace HashMap by LinkedHashMap solve this. > > Nicolas > > Le 30/01/2017 à 09:01, Jacques Le Roux a écrit : >> Thanks Nicolas, >> >> Yes, it's only this test failing and only in this branch >> >> Jacques >> >> >> Le 29/01/2017 à 17:30, Nicolas Malin a écrit : >>> Jacques I haven't build error localy on the branch 14.12, but one unit test failed >>> >>> basetests testConvertOperatorSubstitutions Failure all converions expected:<...wo || three > four >[=] five < six <= seven> but was:<...wo >>> || three > four >[eq] five < six <= seven> >>> >>> junit.framework.ComparisonFailure: all converions expected:<...wo || three > four >[=] five < six <= seven> but was:<...wo || three > four >[eq] >>> five < six <= seven> >>> at org.ofbiz.base.test.GenericTestCaseBase.assertEquals(GenericTestCaseBase.java:313) >>> at org.ofbiz.base.util.test.StringUtilTests.testConvertOperatorSubstitutions(StringUtilTests.java:269) >>> at org.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:146) >>> at org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:237) >>> at org.ofbiz.base.start.Start.startStartLoaders(Start.java:343) >>> at org.ofbiz.base.start.Start.start(Start.java:369) >>> at org.ofbiz.base.start.Start.main(Start.java:136) >>> >>> This isn't related to the r1780696, I will search the reason >>> >>> Nicolas >>> >>> >>> Le 29/01/2017 à 14:20, Jacques Le Roux a écrit : >>>> https://ci.apache.org/builders/ofbiz-branch14/builds/329 (r1780696) is also failing locally >>>> >>>> But weirdly I get the same error when reverting to r1779724 (previous commit) when it passed in Buildbot >>>> https://ci.apache.org/builders/ofbiz-branch14/builds/328 >>>> >>>> I thought it was an issue with Buildbot or r1780696, now I'm confused :/ >>>> >>>> Help appreciated... >>>> >>>> Jacques >>>> >>>> Le 28/01/2017 à 16:26, [hidden email] a écrit : >>>>> The Buildbot has detected a new failure on builder ofbiz-branch14 while building . Full details are available at: >>>>> https://ci.apache.org/builders/ofbiz-branch14/builds/329 >>>>> >>>>> Buildbot URL: https://ci.apache.org/ >>>>> >>>>> Buildslave for this Build: lares_ubuntu >>>>> >>>>> Build Reason: The AnyBranchScheduler scheduler named 'on-ofbiz14-commit' triggered this build >>>>> Build Source Stamp: [branch ofbiz/branches/release14.12] 1780696 >>>>> Blamelist: nmalin >>>>> >>>>> BUILD FAILED: failed compile_1 >>>>> >>>>> Sincerely, >>>>> -The Buildbot >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> >> > > |
Free forum by Nabble | Edit this page |