2 graph_failure_expected: true
3 error_message: "Module p2 expects to consume a product from module p1 with the signature(.|\\n)*Instance name:\\s*\\n(.|\\n)*However, no product of that signature is provided by module p1"
10 p1: { produces: [["int", "instanceName" ]] }
11 p2: { consumes: [["int", "p1::current_process"]] }
17 path: [p1, f1, p2, f2]