ari-apc-lab / croupier

Cloudify plugin for HPCs and batch applications
https://hub.docker.com/repository/docker/marangiop/cloudify-croupier-ari-apc-lab
Apache License 2.0
6 stars 4 forks source link

'run_jobs' workflow execution failed: '_parse_job_settings' not implemented. #28

Closed piodzi closed 2 years ago

piodzi commented 2 years ago

When I try to run a hpc_interface: SHELL the following error appears:

NotImplementedError: '_parse_job_settings' not implemented. -------------------- >> begin captured logging << -------------------- urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): raw.githubusercontent.com:80 urllib3.connectionpool: DEBUG: http://raw.githubusercontent.com:80 "GET /ari-apc-lab/croupier/master/resources/types/cfy_types.yaml HTTP/1.1" 301 0 urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): raw.githubusercontent.com:443 urllib3.connectionpool: DEBUG: https://raw.githubusercontent.com:443 "GET /ari-apc-lab/croupier/master/resources/types/cfy_types.yaml HTTP/1.1" 200 7259 urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): raw.githubusercontent.com:80 urllib3.connectionpool: DEBUG: http://raw.githubusercontent.com:80 "GET /ari-apc-lab/croupier/ckan-scp/plugin.yaml HTTP/1.1" 301 0 urllib3.connectionpool: DEBUG: Starting new HTTPS connection (1): raw.githubusercontent.com:443 urllib3.connectionpool: DEBUG: https://raw.githubusercontent.com:443 "GET /ari-apc-lab/croupier/ckan-scp/plugin.yaml HTTP/1.1" 200 4895 ctx.4024a7ee-1bdd-47b4-8f3e-fd8dc2bb47a2: INFO: Connecting to infrastructure interface hpc_interface_77lvtp ctx.4024a7ee-1bdd-47b4-8f3e-fd8dc2bb47a2: INFO: - manager: SHELL ctx.5176ccff-da65-4651-8485-17c5c25b1c7b: INFO: Configuring data source: ckan_resource ctx.5176ccff-da65-4651-8485-17c5c25b1c7b: INFO: Data source infrastructure ckan_dataset configured as location for data source ckan_resource ctx.4024a7ee-1bdd-47b4-8f3e-fd8dc2bb47a2: INFO: ..infrastructure ready to be used on $HOME/ckan_20220215_144513 ctx.bbd1d506-cb6f-4825-9889-cfd7daa69aa7: WARNING: No HPC Exporter selected for node hpc_interface. Won't create a collector in any HPC Exporter for it. ctx.0eae4f37-1fa5-4c1f-abff-52cca5e7697f: INFO: Configuring data source: data_out ctx.0eae4f37-1fa5-4c1f-abff-52cca5e7697f: INFO: Data source infrastructure hpc_interface configured as location for data source data_out ctx.bcbe66f9-d678-4bbb-bb8c-974555c560d5: INFO: Preconfiguring job single_job_bgq819 ctx.69c75a49-4f3a-4f5d-ae14-0e998bdc0f87: INFO: Configuring data transfer: data_transfer ctx.69c75a49-4f3a-4f5d-ae14-0e998bdc0f87: INFO: Data Source data_transfer configured ctx.2ec9af88-484e-4cc5-80e1-53d4ca152628: INFO: Bootstraping job single_job_bgq819 ctx.2ec9af88-484e-4cc5-80e1-53d4ca152628: INFO: ..nothing to bootstrap ctx.0b46dffc-0021-4402-89d5-859bc3e1ad7b: INFO: Configuring data transfer source ctx.0b5636b0-6dd0-4070-88cf-6589550d5364: INFO: Configuring data transfer source ctx.12aeac14-2644-4bc2-a78a-3f0e130e904b: INFO: Executing send_job task single_job_bgq819 ctx.12aeac14-2644-4bc2-a78a-3f0e130e904b: INFO: Submitting the job single_job_bgq819 ctx.12aeac14-2644-4bc2-a78a-3f0e130e904b: ERROR: Job single_job_bgq819 could not be submitted because error '_parse_job_settings' not implemented. --------------------- >> end captured logging << ---------------------

piodzi commented 2 years ago

FIXED in branch skan-scp