You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to add circleci to bids-specification (/mnt/datasets/datalad/ci/bids-specification on smaug). tinuous 0.6.1.post27+gc5a0953 with circleci support PR merged. For adding circleci in that location I just added its config section, didn't adjust anything else (like originally I did in some other clone of that repo), and ran regular cron job after updating code base.
The run crashed with
2023-05-10T13:07:10-0400 [INFO ] tinuous: Downloading logs for job 17090, step 104-0 to 2023/02/09/push/pull%2f1411/4b57505/circleci-search_build-5884-failed/check_links/104-0.txt
2023-05-10T13:07:10-0400 [INFO ] tinuous: Found pipeline 5883 with 0 workflow(s)
2023-05-10T13:07:10-0400 [INFO ] tinuous: Found pipeline 5882 with 0 workflow(s)
2023-05-10T13:07:10-0400 [INFO ] tinuous: Found pipeline 5881 with 0 workflow(s)
2023-05-10T13:07:10-0400 [INFO ] tinuous: Found pipeline 5880 with 0 workflow(s)
... many more ...
2023-05-10T13:07:31-0400 [INFO ] tinuous: Found pipeline 5629 with 0 workflow(s)
2023-05-10T13:07:31-0400 [INFO ] tinuous: Found pipeline 5628 with 0 workflow(s)
Traceback (most recent call last):
File "/home/datalad/miniconda3/envs/tinuous-dev/bin/tinuous", line 33, in <module>
sys.exit(load_entry_point('tinuous', 'console_scripts', 'tinuous')())
File "/home/datalad/miniconda3/envs/tinuous-dev/lib/python3.9/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/home/datalad/miniconda3/envs/tinuous-dev/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/datalad/miniconda3/envs/tinuous-dev/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/datalad/miniconda3/envs/tinuous-dev/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/datalad/miniconda3/envs/tinuous-dev/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/datalad/miniconda3/envs/tinuous-dev/lib/python3.9/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context().obj, *args, **kwargs)
File "/mnt/datasets/datalad/ci/tinuous/src/tinuous/__main__.py", line 117, in fetch
for obj in ci.get_build_assets(
File "/mnt/datasets/datalad/ci/tinuous/src/tinuous/circleci.py", line 98, in get_build_assets
for pipeline in self.get_pipelines():
File "/mnt/datasets/datalad/ci/tinuous/src/tinuous/circleci.py", line 68, in get_pipelines
yield Pipeline.parse_obj(item)
File "pydantic/main.py", line 578, in pydantic.main.BaseModel.parse_obj
File "pydantic/main.py", line 406, in pydantic.main.BaseModel.__init__
pydantic.error_wrappers.ValidationError: 1 validation error for Pipeline
trigger -> type
value is not a valid enumeration member; permitted: 'scheduled-pipeline', 'explicit', 'api', 'webhook' (type=type_error.enum; enum_values=[<TriggerType.SCHEDULED: 'scheduled-pipeline'>, <TriggerType.EXPLICIT: 'explicit'>, <TriggerType.API: 'api'>, <TriggerType.WEBHOOK: 'webhook'>])
after the crash I kept repo as is in its dirty state:
Trying to add
circleci
to bids-specification (/mnt/datasets/datalad/ci/bids-specification
on smaug).tinuous
0.6.1.post27+gc5a0953 with circleci support PR merged. For adding circleci in that location I just added its config section, didn't adjust anything else (like originally I did in some other clone of that repo), and ran regular cron job after updating code base.The run crashed with
after the crash I kept repo as is in its dirty state:
The text was updated successfully, but these errors were encountered: