Skip to content

Instantly share code, notes, and snippets.

@tuxdna
Created October 31, 2017 12:07
Show Gist options
  • Save tuxdna/f6ca508fdfc0921b610eac7b1552519c to your computer and use it in GitHub Desktop.
Save tuxdna/f6ca508fdfc0921b610eac7b1552519c to your computer and use it in GitHub Desktop.
None version appearing in one dependency

http://localhost:32000/api/v1/component-analyses/go/github.com%2fgorilla%2fmux/master

data-model-importer_1   | --------------------------------------------------------------------------------
data-model-importer_1   | INFO in rest_api [/src/rest_api.py:80]:
data-model-importer_1   | Selective Ingestion with payload - {"select_ingest": ["libraries_io", "git_stats"], "package_list": [{"ecosystem": "go", "version": null, "name": "github.com/gorilla/context"}]}
data-model-importer_1   | --------------------------------------------------------------------------------
data-model-importer_1   | --------------------------------------------------------------------------------
data-model-importer_1   | INFO in rest_api [/src/rest_api.py:88]:
data-model-importer_1   | {'epv': {u'select_ingest': [u'libraries_io', u'git_stats'], u'package_list': [{u'ecosystem': u'go', u'version': '', u'name': u'github.com/gorilla/context'}]}, 'message': 'The import finished successfully!', 'count_imported_EPVs': 1}
data-model-importer_1   | --------------------------------------------------------------------------------


worker-ingestion_1      | {"node_args": {"url": "https://github.com/gorilla/context", "_release": "go:github.com/gorilla/context:None", "ecosystem": "go", "_audit": {"started_at": "2017-10-31T10:41:40.360501", "version": "v1", "ended_at": "2017-10-31T10:41:40.381757"}, "name": "github.com/gorilla/context", "document_id": 2}, "parent": {"PackageResultCollector": "32411ea8-b83d-4511-9eab-561c84cb94a8"}, "event": "TASK_START", "flow_name": "bayesianPackageFlow", "queue": "sansari_ingestion_GraphImporterTask_v0", "task_id": "6bd7e066-fade-48f7-9c82-820b45ebe369", "dispatcher_id": "9dd975cd-c8df-458b-9b68-385641c9e48e", "task_name": "PackageGraphImporterTask"}
worker-ingestion_1      | 2017-10-31 10:42:32,248 [INFO] GraphImporterTask: Invoke graph importer at url: 'http://data-model-importer:9192/api/v1/selective_ingest' for {'package_list': [{'ecosystem': 'go', 'version': None, 'name': 'github.com/gorilla/context'}], 'select_ingest': ['libraries_io', 'git_stats']}
worker-ingestion_1      | 2017-10-31 10:42:32,699 [INFO] GraphImporterTask: Graph import succeeded with response: {
worker-ingestion_1      |   "count_imported_EPVs": 1, 
worker-ingestion_1      |   "epv": {
worker-ingestion_1      |     "package_list": [
worker-ingestion_1      |       {
worker-ingestion_1      |         "ecosystem": "go", 
worker-ingestion_1      |         "name": "github.com/gorilla/context", 
worker-ingestion_1      |         "version": ""
worker-ingestion_1      |       }
worker-ingestion_1      |     ], 
worker-ingestion_1      |     "select_ingest": [
worker-ingestion_1      |       "libraries_io", 
worker-ingestion_1      |       "git_stats"
worker-ingestion_1      |     ]
worker-ingestion_1      |   }, 
worker-ingestion_1      |   "message": "The import finished successfully!"
worker-ingestion_1      | }
worker-ingestion_1      | 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment