You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/18 15:15:34 UTC

[GitHub] [incubator-openwhisk] houshengbo opened a new issue #4357: Two test cases with consistent failures in Jenkins pipeline build

houshengbo opened a new issue #4357: Two test cases with consistent failures in Jenkins pipeline build
URL: https://github.com/apache/incubator-openwhisk/issues/4357
 
 
   There are three VMs used to launch Jenkins pipeline builds.
   VM1 is used to deploy controller and all the other services except invoker.
   VM2 is used to deploy invoker0. VM2 is used to deploy invoker1.
   
   There are two test cases consistently failing each time:
   ```
   org.apache.openwhisk.core.limits.ActionLimitsTests > Action limits should be aborted when exceeding its memory limits FAILED
       java.util.NoSuchElementException: key not found: error
           at scala.collection.MapLike.default(MapLike.scala:231)
           at scala.collection.MapLike.default$(MapLike.scala:230)
           at scala.collection.immutable.TreeMap.default(TreeMap.scala:46)
           at scala.collection.MapLike.apply(MapLike.scala:140)
           at scala.collection.MapLike.apply$(MapLike.scala:139)
           at scala.collection.immutable.TreeMap.apply(TreeMap.scala:46)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$63(ActionLimitsTests.scala:465)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$63$adapted(ActionLimitsTests.scala:465)
           at common.WskTestHelpers.$anonfun$withActivation$2(WskTestHelpers.scala:272)
           at common.WskTestHelpers.withRethrowingPrint(WskTestHelpers.scala:304)
           at common.WskTestHelpers.withRethrowingPrint$(WskTestHelpers.scala:303)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.withRethrowingPrint(ActionLimitsTests.scala:56)
           at common.WskTestHelpers.withActivation(WskTestHelpers.scala:272)
           at common.WskTestHelpers.withActivation$(WskTestHelpers.scala:260)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.withActivation(ActionLimitsTests.scala:56)
           at common.WskTestHelpers.withActivation(WskTestHelpers.scala:253)
           at common.WskTestHelpers.withActivation$(WskTestHelpers.scala:241)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.withActivation(ActionLimitsTests.scala:56)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$61(ActionLimitsTests.scala:464)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$61$adapted(ActionLimitsTests.scala:453)
           at common.WskTestHelpers.withAssetCleaner(WskTestHelpers.scala:198)
           at common.WskTestHelpers.withAssetCleaner$(WskTestHelpers.scala:193)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.withAssetCleaner(ActionLimitsTests.scala:56)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.$anonfun$new$60(ActionLimitsTests.scala:453)
           at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
           at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
           at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
           at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
           at org.scalatest.Transformer.apply(Transformer.scala:22)
           at org.scalatest.Transformer.apply(Transformer.scala:20)
           at org.scalatest.FlatSpecLike$$anon$1.apply(FlatSpecLike.scala:1682)
           at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
           at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
           at org.scalatest.FlatSpec.withFixture(FlatSpec.scala:1685)
           at org.scalatest.FlatSpecLike.invokeWithFixture$1(FlatSpecLike.scala:1680)
           at org.scalatest.FlatSpecLike.$anonfun$runTest$1(FlatSpecLike.scala:1692)
           at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
           at org.scalatest.FlatSpecLike.runTest(FlatSpecLike.scala:1692)
           at org.scalatest.FlatSpecLike.runTest$(FlatSpecLike.scala:1674)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(ActionLimitsTests.scala:56)
           at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:194)
           at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:187)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.runTest(ActionLimitsTests.scala:56)
           at org.scalatest.FlatSpecLike.$anonfun$runTests$1(FlatSpecLike.scala:1750)
           at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:396)
           at scala.collection.immutable.List.foreach(List.scala:388)
           at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
           at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:373)
           at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:410)
           at scala.collection.immutable.List.foreach(List.scala:388)
           at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
           at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:379)
           at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
           at org.scalatest.FlatSpecLike.runTests(FlatSpecLike.scala:1750)
           at org.scalatest.FlatSpecLike.runTests$(FlatSpecLike.scala:1749)
           at org.scalatest.FlatSpec.runTests(FlatSpec.scala:1685)
           at org.scalatest.Suite.run(Suite.scala:1147)
           at org.scalatest.Suite.run$(Suite.scala:1129)
           at org.scalatest.FlatSpec.org$scalatest$FlatSpecLike$$super$run(FlatSpec.scala:1685)
           at org.scalatest.FlatSpecLike.$anonfun$run$1(FlatSpecLike.scala:1795)
           at org.scalatest.SuperEngine.runImpl(Engine.scala:521)
           at org.scalatest.FlatSpecLike.run(FlatSpecLike.scala:1795)
           at org.scalatest.FlatSpecLike.run$(FlatSpecLike.scala:1793)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.org$scalatest$BeforeAndAfterAll$$super$run(ActionLimitsTests.scala:56)
           at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
           at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
           at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
           at org.apache.openwhisk.core.limits.ActionLimitsTests.run(ActionLimitsTests.scala:56)
   ```
   
   ```
   system.basic.WskSequenceTests > Wsk Sequence should invoke a sequence with an enclosing sequence action FAILED
       org.scalatest.exceptions.TestFailedException: 2 was not equal to 3
           at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:346)
           at org.scalatest.Matchers$AnyShouldWrapper.shouldBe(Matchers.scala:6864)
           at system.basic.WskSequenceTests.checkSequenceLogsAndAnnotations(WskSequenceTests.scala:481)
           at system.basic.WskSequenceTests.$anonfun$new$17(WskSequenceTests.scala:140)
           at system.basic.WskSequenceTests.$anonfun$new$17$adapted(WskSequenceTests.scala:139)
           at common.WskTestHelpers.$anonfun$withActivation$2(WskTestHelpers.scala:272)
           at common.WskTestHelpers.withRethrowingPrint(WskTestHelpers.scala:304)
           at common.WskTestHelpers.withRethrowingPrint$(WskTestHelpers.scala:303)
           at system.basic.WskSequenceTests.withRethrowingPrint(WskSequenceTests.scala:42)
           at common.WskTestHelpers.withActivation(WskTestHelpers.scala:272)
           at common.WskTestHelpers.withActivation$(WskTestHelpers.scala:260)
           at system.basic.WskSequenceTests.withActivation(WskSequenceTests.scala:42)
           at common.WskTestHelpers.withActivation(WskTestHelpers.scala:253)
           at common.WskTestHelpers.withActivation$(WskTestHelpers.scala:241)
           at system.basic.WskSequenceTests.withActivation(WskSequenceTests.scala:42)
           at system.basic.WskSequenceTests.$anonfun$new$12(WskSequenceTests.scala:139)
           at system.basic.WskSequenceTests.$anonfun$new$12$adapted(WskSequenceTests.scala:109)
           at common.WskTestHelpers.withAssetCleaner(WskTestHelpers.scala:198)
           at common.WskTestHelpers.withAssetCleaner$(WskTestHelpers.scala:193)
           at system.basic.WskSequenceTests.withAssetCleaner(WskSequenceTests.scala:42)
           at system.basic.WskSequenceTests.$anonfun$new$11(WskSequenceTests.scala:109)
           at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
           at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
           at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
           at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
           at org.scalatest.Transformer.apply(Transformer.scala:22)
           at org.scalatest.Transformer.apply(Transformer.scala:20)
           at org.scalatest.FlatSpecLike$$anon$1.apply(FlatSpecLike.scala:1682)
           at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
           at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
           at org.scalatest.FlatSpec.withFixture(FlatSpec.scala:1685)
           at org.scalatest.FlatSpecLike.invokeWithFixture$1(FlatSpecLike.scala:1680)
           at org.scalatest.FlatSpecLike.$anonfun$runTest$1(FlatSpecLike.scala:1692)
           at org.scalatest.SuperEngine.runTestImpl(Engine.scala:289)
           at org.scalatest.FlatSpecLike.runTest(FlatSpecLike.scala:1692)
           at org.scalatest.FlatSpecLike.runTest$(FlatSpecLike.scala:1674)
           at system.basic.WskSequenceTests.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(WskSequenceTests.scala:42)
           at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:194)
           at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:187)
           at system.basic.WskSequenceTests.runTest(WskSequenceTests.scala:42)
           at org.scalatest.FlatSpecLike.$anonfun$runTests$1(FlatSpecLike.scala:1750)
           at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:396)
           at scala.collection.immutable.List.foreach(List.scala:388)
           at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
           at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:373)
           at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:410)
           at scala.collection.immutable.List.foreach(List.scala:388)
           at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:384)
           at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:379)
           at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:461)
           at org.scalatest.FlatSpecLike.runTests(FlatSpecLike.scala:1750)
           at org.scalatest.FlatSpecLike.runTests$(FlatSpecLike.scala:1749)
           at org.scalatest.FlatSpec.runTests(FlatSpec.scala:1685)
           at org.scalatest.Suite.run(Suite.scala:1147)
           at org.scalatest.Suite.run$(Suite.scala:1129)
           at org.scalatest.FlatSpec.org$scalatest$FlatSpecLike$$super$run(FlatSpec.scala:1685)
           at org.scalatest.FlatSpecLike.$anonfun$run$1(FlatSpecLike.scala:1795)
           at org.scalatest.SuperEngine.runImpl(Engine.scala:521)
           at org.scalatest.FlatSpecLike.run(FlatSpecLike.scala:1795)
           at org.scalatest.FlatSpecLike.run$(FlatSpecLike.scala:1793)
           at system.basic.WskSequenceTests.org$scalatest$BeforeAndAfterAll$$super$run(WskSequenceTests.scala:42)
           at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
           at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
           at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
           at system.basic.WskSequenceTests.run(WskSequenceTests.scala:42)
   ```
   
   You can see the build log here: https://builds.apache.org/view/O/view/OpenWhisk/job/openwhisk-test-pipeline/34/console.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services