Skip to content

Merge pull request #2506 from opencb/TASK-6879-dev #1007

Merge pull request #2506 from opencb/TASK-6879-dev

Merge pull request #2506 from opencb/TASK-6879-dev #1007

GitHub Actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests failed Sep 28, 2024 in 0s

1773 tests run, 104 skipped, 122 failed.

Annotations

Check failure on line 78 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/clinical/ClinicalInterpretationAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

ClinicalInterpretationAnalysisTest.

Error computing pedigree graph for family family
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family family
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:228)
	at org.opencb.opencga.catalog.managers.AbstractClinicalManagerTest.setUpCatalogManager(AbstractClinicalManagerTest.java:111)
	at org.opencb.opencga.catalog.managers.AbstractClinicalManagerTest.setUp(AbstractClinicalManagerTest.java:88)
	at org.opencb.opencga.analysis.clinical.ClinicalAnalysisUtilsTest.getClinicalTest(ClinicalAnalysisUtilsTest.java:52)
	at org.opencb.opencga.analysis.clinical.ClinicalInterpretationAnalysisTest.setUp(ClinicalInterpretationAnalysisTest.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-36fda6cb-0192-0007-0001-938c7a17237d-9652680673978
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 46 more

Check failure on line 51 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/clinical/exomiser/ExomiserInterpretationAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

ExomiserInterpretationAnalysisTest.

Error computing pedigree graph for family family
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family family
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:228)
	at org.opencb.opencga.catalog.managers.AbstractClinicalManagerTest.setUpCatalogManager(AbstractClinicalManagerTest.java:111)
	at org.opencb.opencga.catalog.managers.AbstractClinicalManagerTest.setUp(AbstractClinicalManagerTest.java:88)
	at org.opencb.opencga.analysis.clinical.ClinicalAnalysisUtilsTest.getClinicalTest(ClinicalAnalysisUtilsTest.java:52)
	at org.opencb.opencga.analysis.clinical.exomiser.ExomiserInterpretationAnalysisTest.setUp(ExomiserInterpretationAnalysisTest.java:51)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-36fd0f39-0192-0007-0001-727379ae56af-9613924871508
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 46 more

Check failure on line 83 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/family/FamilyAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

FamilyAnalysisTest.

Error computing pedigree graph for family Martinez-Martinez
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family Martinez-Martinez
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.family.FamilyAnalysisTest.createDummyFamily(FamilyAnalysisTest.java:337)
	at org.opencb.opencga.analysis.family.FamilyAnalysisTest.createDummyFamily(FamilyAnalysisTest.java:215)
	at org.opencb.opencga.analysis.family.FamilyAnalysisTest.setUpCatalogManager(FamilyAnalysisTest.java:102)
	at org.opencb.opencga.analysis.family.FamilyAnalysisTest.setUp(FamilyAnalysisTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3723c7c4-0192-0007-0001-5406e4238bb3-12151511079775
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 44 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testCohortStatsIndex[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37253ce9-0192-0007-0001-806f78dbea3a-12246910490560
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testHRDetectParseResults[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37266362-0192-0007-0001-ffb0bd77b0ea-12322275561188
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testVariantStatsTwoCohorts[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37277e5a-0192-0007-0001-07a27d5896cc-12394712137139
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testCellbaseConfigure[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37289528-0192-0007-0001-85af5b433b91-12466085224357
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testPedigreeGraph[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37299fd3-0192-0007-0001-f5a07e325476-12534353977866
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testVariantStats[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-372ab232-0192-0007-0001-0c51db135f7e-12604588516321
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testGwas[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-372bc0af-0192-0007-0001-cf0791c9a4b4-12673833622210
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testVariantStatsWithFilter[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-372ccca4-0192-0007-0001-e7c8b5645a0d-12742430257440
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testKnockoutGenesByBiotype[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-372dcaa5-0192-0007-0001-2ef7ea750492-12807462748211
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testClinicalAnalysisLoading[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-372ec650-0192-0007-0001-a26c1ea648a2-12871880991425
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testHRDetect[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-372fb9d5-0192-0007-0001-8c9b484ab5be-12934221926239
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testMalformedVcfFileIndex[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3730c5bf-0192-0007-0001-131b6eb2d77e-13002807189853
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testSampleStats[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3731cd6c-0192-0007-0001-ad7ede016d2a-13070308507399
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testExportTped[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3732bc33-0192-0007-0001-0378a0701ce4-13131437122232
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testGwasByPhenotype[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3733b981-0192-0007-0001-9db1af4b8a86-13196280612856
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testMutationalSignatureFittingSNV[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3734b8de-0192-0007-0001-494a9b92d945-13261659270532
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 59 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testKnockoutGenesSpecificGenesAndBiotypeProteinCoding[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3735aeb1-0192-0007-0001-2c3fb751b954-13324587482809
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 58 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testCohortStats[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-3736a59b-0192-0007-0001-6774cda07104-13387806069443
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 58 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testKnockoutGenesSpecificGenesAndBiotypeNMD[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37379fa3-0192-0007-0001-fa246aa7ee98-13451801970068
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 58 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testSampleStatsSampleFilter[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37389dbf-0192-0007-0001-c30b39a729c2-13516855077417
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 58 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testExportVep[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-37399bf8-0192-0007-0001-3b7dedd6320d-13581935688395
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 58 more

Check failure on line 226 in opencga-analysis/src/test/java/org/opencb/opencga/analysis/variant/VariantAnalysisTest.java

See this annotation in the file changed.

@github-actions github-actions / Surefire tests report emr6.13 runShortTests,runMediumTests,runLongTests

VariantAnalysisTest.testExport[hadoop]

Error computing pedigree graph for family f1
Raw output
org.opencb.opencga.catalog.exceptions.CatalogDBException: Error computing pedigree graph for family f1
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:215)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.lambda$insert$0(FamilyMongoDBAdaptor.java:131)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.lambda$runTransaction$1(MongoDBAdaptor.java:126)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:211)
	at com.mongodb.client.internal.ClientSessionImpl.withTransaction(ClientSessionImpl.java:199)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:124)
	at org.opencb.opencga.catalog.db.mongodb.MongoDBAdaptor.runTransaction(MongoDBAdaptor.java:101)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:122)
	at org.opencb.opencga.catalog.managers.FamilyManager.create(FamilyManager.java:286)
	at org.opencb.opencga.analysis.variant.VariantAnalysisTest.setUp(VariantAnalysisTest.java:226)
	at sun.reflect.GeneratedMethodAccessor1874.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69)
	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.io.IOException: Pedigree graph image file (pedigree.png) not found at /tmp/pedigree-graph-373a846d-0192-0007-0001-925542185a77-13641445797824
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getB64Image(PedigreeGraphUtils.java:90)
	at org.opencb.opencga.catalog.utils.PedigreeGraphUtils.getPedigreeGraph(PedigreeGraphUtils.java:47)
	at org.opencb.opencga.catalog.db.mongodb.FamilyMongoDBAdaptor.insert(FamilyMongoDBAdaptor.java:211)
	... 58 more