Skip to content

Isi corex graph

Robert Brekelmans requested to merge (removed):isi_corex_graph into master

Errors preventing CI validation appear to be due to data_transformation.normalize_graphs.Common (id dbb3792d-a44b-4941-a88e-5520c0a23488) being commented out of common_primitives/entry_points.ini file.
Opened an issue here: common-primitives#122 (closed)

Thanks!

  File "/src/d3m/d3m/index.py", line 141, in get_primitive_by_id
1076     raise exceptions.InvalidArgumentValueError("Unable to get primitive '{primitive_id}'.".format(primitive_id=primitive_id))
1077 d3m.exceptions.InvalidArgumentValueError: Unable to get primitive 'dbb3792d-a44b-4941-a88e-5520c0a23488'.
1078 The above exception was the direct cause of the following exception:
1079 Traceback (most recent call last):
1080   File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
1081     "__main__", mod_spec)
1082   File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
1083     exec(code, run_globals)
1084   File "/src/d3m/d3m/__main__.py", line 6, in <module>
1085     cli.main(sys.argv)
1086   File "/src/d3m/d3m/cli.py", line 1106, in main
1087     handler(arguments, parser)
1088   File "/src/d3m/d3m/cli.py", line 991, in handler
1089     pipeline_class=pipeline_class,
1090   File "/src/d3m/d3m/cli.py", line 346, in pipeline_handler
1091     pipeline_class=pipeline_class,
1092   File "/src/d3m/d3m/metadata/pipeline.py", line 2858, in describe_handler
1093     raise Exception(f"Error parsing pipeline: {pipeline_path}") from error
1094 Exception: Error parsing pipeline: /tmp/pipelines/d809cbec-617c-4b0e-851b-d9957824fc8b.json
1095 >>> ERROR 'v2019.11.10/d3m.primitives.feature_construction.sdne.DSBOX/1.0.0': Docker command exited with non-zero exit code (1): ['python3', '-m', 'd3m', '--pipelines-path', '/tmp/pipelines', 'pipeline', 'describe', '--not-standard-pipeline', '/tmp/pipelines/d809cbec-617c-4b0e-851b-d9957824fc8b.json']

Merge request reports