Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/772
actually - i see that there is a whole other host of errors:
```text
[ERROR] Errors:
[ERROR]
org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest.shouldFailWithImproperTraverserRequirements(org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest)
[INFO] Run 1: PASS
[ERROR] Run 2:
GraphComputerTest.shouldFailWithImproperTraverserRequirements:2448 »
NullPointer
[ERROR] Run 3:
GraphComputerTest.shouldFailWithImproperTraverserRequirements:2448 »
NullPointer
[INFO] Run 4: PASS
[INFO] Run 5: PASS
[INFO]
[ERROR]
org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest.shouldSucceedWithProperTraverserRequirements(org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest)
[INFO] Run 1: PASS
[ERROR] Run 2:
GraphComputerTest.shouldSucceedWithProperTraverserRequirements:2426 »
NullPointer
[ERROR] Run 3:
GraphComputerTest.shouldSucceedWithProperTraverserRequirements:2426 »
NullPointer
[INFO] Run 4: PASS
[INFO] Run 5: PASS
[INFO]
[ERROR]
GroovyProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
» IllegalState
[ERROR]
org.apache.tinkerpop.gremlin.process.traversal.step.map.ProgramTest$Traversals.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX(org.apache.tinkerpop.gremlin.process.traversal.step.map.ProgramTest$Traversals)
[ERROR] Run 1:
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
» IllegalState
[ERROR] Run 2:
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
» IllegalState
[ERROR] Run 3:
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
» IllegalState
[ERROR] Run 4:
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
» IllegalState
[ERROR] Run 5:
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
» IllegalState
```
Are you still looking into a resolution for these?
---