psychoinformatics-de / datalad-hirni

DataLad extension for (semi-)automated, reproducible processing of (medical/neuro)imaging data
http://datalad.org
Other
5 stars 8 forks source link

lots of tests failing due to: 'origin' does not appear to be a git repository #202

Open yarikoptic opened 2 years ago

yarikoptic commented 2 years ago

it is red in https://github.com/datalad/datalad-extensions/ . Last green was about a month ago https://github.com/datalad/datalad-extensions/actions/runs/1231927084 so may be relates to fresh datalad release

full dump of failed tests from CI run https://github.com/datalad/datalad-extensions/runs/3992191755?check_suite_focus=true ```shell 2021-10-25T02:58:35.8690591Z ====================================================================== 2021-10-25T02:58:35.8691569Z ERROR: datalad_hirni.tests.test_demos.test_demo_repro_analysis 2021-10-25T02:58:35.8693549Z ---------------------------------------------------------------------- 2021-10-25T02:58:35.8694589Z Traceback (most recent call last): 2021-10-25T02:58:35.8697510Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:35.8699781Z self.test(*self.arg) 2021-10-25T02:58:35.8700973Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:35.8701665Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:35.8702623Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:35.8703702Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:35.8704669Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:35.8705370Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:35.8707399Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:35.8708579Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:35.8709825Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:35.8711540Z git_options=git_options, 2021-10-25T02:58:35.8712680Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:35.8713385Z git_options=git_options) 2021-10-25T02:58:35.8714364Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:35.8715099Z protocol=protocol, 2021-10-25T02:58:35.8716007Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:35.8716798Z **results, 2021-10-25T02:58:35.8719228Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:35.8720893Z fatal: Could not read from remote repository. 2021-10-25T02:58:35.8721221Z 2021-10-25T02:58:35.8721640Z Please make sure you have the correct access rights 2021-10-25T02:58:35.8722309Z and the repository exists.'] 2021-10-25T02:58:35.8722779Z 2021-10-25T02:58:35.8723093Z ====================================================================== 2021-10-25T02:58:35.8724299Z ERROR: datalad_hirni.tests.test_dicom2spec.test_custom_rules 2021-10-25T02:58:35.8726037Z ---------------------------------------------------------------------- 2021-10-25T02:58:35.8726585Z Traceback (most recent call last): 2021-10-25T02:58:35.8727639Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:35.8728342Z self.test(*self.arg) 2021-10-25T02:58:35.8729709Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:35.8730690Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:35.8731865Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:35.8732959Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:35.8734117Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:35.8735311Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:35.8736907Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:35.8738227Z git_options=git_options, 2021-10-25T02:58:35.8739686Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:35.8740653Z git_options=git_options) 2021-10-25T02:58:35.8742263Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:35.8743043Z protocol=protocol, 2021-10-25T02:58:35.8743997Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:35.8744812Z **results, 2021-10-25T02:58:35.8746817Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:35.8749008Z fatal: Could not read from remote repository. 2021-10-25T02:58:35.8749772Z 2021-10-25T02:58:35.8750215Z Please make sure you have the correct access rights 2021-10-25T02:58:35.8750945Z and the repository exists.'] 2021-10-25T02:58:35.8751252Z 2021-10-25T02:58:35.8751571Z ====================================================================== 2021-10-25T02:58:35.8752183Z ERROR: datalad_hirni.tests.test_dicom2spec.test_default_rules 2021-10-25T02:58:35.8753681Z ---------------------------------------------------------------------- 2021-10-25T02:58:35.8754251Z Traceback (most recent call last): 2021-10-25T02:58:35.8755395Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:35.8756644Z self.test(*self.arg) 2021-10-25T02:58:35.8758066Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:35.8759068Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:35.8760569Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:35.8761361Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:35.8762590Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:35.8763461Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:35.8764416Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:35.8765117Z git_options=git_options, 2021-10-25T02:58:35.8766046Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:35.8766748Z git_options=git_options) 2021-10-25T02:58:35.8767736Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:35.8768481Z protocol=protocol, 2021-10-25T02:58:35.8769368Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:35.8770005Z **results, 2021-10-25T02:58:35.8771949Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:35.8773467Z fatal: Could not read from remote repository. 2021-10-25T02:58:35.8773936Z 2021-10-25T02:58:35.8774337Z Please make sure you have the correct access rights 2021-10-25T02:58:35.8774946Z and the repository exists.'] 2021-10-25T02:58:35.8775217Z 2021-10-25T02:58:35.8775503Z ====================================================================== 2021-10-25T02:58:35.8776041Z ERROR: datalad_hirni.tests.test_dicom2spec.test_dicom2spec 2021-10-25T02:58:35.8776820Z ---------------------------------------------------------------------- 2021-10-25T02:58:35.8777327Z Traceback (most recent call last): 2021-10-25T02:58:35.8778417Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:35.8779451Z self.test(*self.arg) 2021-10-25T02:58:35.8780665Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:35.8781577Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:35.8783517Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:35.8784317Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:35.8785430Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:35.8787007Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:35.8788352Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:35.8789436Z git_options=git_options, 2021-10-25T02:58:35.8790459Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:35.8791224Z git_options=git_options) 2021-10-25T02:58:35.8792485Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:35.8793605Z protocol=protocol, 2021-10-25T02:58:35.8794552Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:35.8795539Z **results, 2021-10-25T02:58:35.8798261Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:35.8800207Z fatal: Could not read from remote repository. 2021-10-25T02:58:35.8800546Z 2021-10-25T02:58:35.8801293Z Please make sure you have the correct access rights 2021-10-25T02:58:35.8801921Z and the repository exists.'] 2021-10-25T02:58:35.8802194Z 2021-10-25T02:58:35.8802490Z ====================================================================== 2021-10-25T02:58:35.8803204Z ERROR: datalad_hirni.tests.test_dicomconv.test_dicom2bids('structural',) 2021-10-25T02:58:35.8804019Z ---------------------------------------------------------------------- 2021-10-25T02:58:35.8804706Z Traceback (most recent call last): 2021-10-25T02:58:35.8805861Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:35.8806545Z self.test(*self.arg) 2021-10-25T02:58:35.8808451Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:35.8816310Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:35.8817731Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:35.8818873Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:35.8820937Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:35.8822561Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:35.8824079Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:35.8824801Z git_options=git_options, 2021-10-25T02:58:35.8825782Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:35.8826837Z git_options=git_options) 2021-10-25T02:58:35.8827904Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:35.8828672Z protocol=protocol, 2021-10-25T02:58:35.8829680Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:35.8830505Z **results, 2021-10-25T02:58:35.8833043Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:35.8834874Z fatal: Could not read from remote repository. 2021-10-25T02:58:35.8835238Z 2021-10-25T02:58:35.8835925Z Please make sure you have the correct access rights 2021-10-25T02:58:35.8836698Z and the repository exists.'] 2021-10-25T02:58:37.8338676Z 2021-10-25T02:58:37.8340257Z ====================================================================== 2021-10-25T02:58:37.8341640Z ERROR: datalad_hirni.tests.test_dicomconv.test_dicom2bids('functional',) 2021-10-25T02:58:37.8342908Z ---------------------------------------------------------------------- 2021-10-25T02:58:37.8343802Z Traceback (most recent call last): 2021-10-25T02:58:37.8345976Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:37.8346791Z self.test(*self.arg) 2021-10-25T02:58:37.8348256Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:37.8349259Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:37.8350573Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:37.8351735Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:37.8353365Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:37.8354602Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:37.8355829Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:37.8357475Z git_options=git_options, 2021-10-25T02:58:37.8359079Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:37.8360256Z git_options=git_options) 2021-10-25T02:58:37.8361713Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:37.8363415Z protocol=protocol, 2021-10-25T02:58:37.8365407Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:37.8366375Z **results, 2021-10-25T02:58:37.8368930Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:37.8371527Z fatal: Could not read from remote repository. 2021-10-25T02:58:37.8372101Z 2021-10-25T02:58:37.8372545Z Please make sure you have the correct access rights 2021-10-25T02:58:37.8373243Z and the repository exists.'] 2021-10-25T02:58:37.8373553Z 2021-10-25T02:58:37.8373872Z ====================================================================== 2021-10-25T02:58:37.8374467Z ERROR: datalad_hirni.tests.test_dicomconv.test_spec2bids 2021-10-25T02:58:37.8375334Z ---------------------------------------------------------------------- 2021-10-25T02:58:37.8376081Z Traceback (most recent call last): 2021-10-25T02:58:37.8377691Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:37.8378466Z self.test(*self.arg) 2021-10-25T02:58:37.8380379Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:37.8381201Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:37.8382398Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:37.8383625Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:37.8384846Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:37.8385742Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:37.8387875Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:37.8389006Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:37.8390198Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:37.8391025Z git_options=git_options, 2021-10-25T02:58:37.8392299Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:37.8393147Z git_options=git_options) 2021-10-25T02:58:37.8394340Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:37.8395350Z protocol=protocol, 2021-10-25T02:58:37.8396482Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:37.8397209Z **results, 2021-10-25T02:58:37.8399411Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:37.8401210Z fatal: Could not read from remote repository. 2021-10-25T02:58:37.8401565Z 2021-10-25T02:58:37.8402017Z Please make sure you have the correct access rights 2021-10-25T02:58:37.8402729Z and the repository exists.'] 2021-10-25T02:58:37.8403037Z 2021-10-25T02:58:37.8403374Z ====================================================================== 2021-10-25T02:58:37.8403935Z ERROR: datalad_hirni.tests.test_import.test_import_tarball 2021-10-25T02:58:37.8404859Z ---------------------------------------------------------------------- 2021-10-25T02:58:37.8405426Z Traceback (most recent call last): 2021-10-25T02:58:37.8406501Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nose/case.py", line 198, in runTest 2021-10-25T02:58:37.8407484Z self.test(*self.arg) 2021-10-25T02:58:37.8408645Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:37.8409482Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:37.8410658Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/tests/utils.py", line 742, in _wrap_with_tempfile 2021-10-25T02:58:37.8411506Z return t(*(arg + (filename,)), **kw) 2021-10-25T02:58:37.8412638Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 246, in newfunc 2021-10-25T02:58:37.8413658Z ds = get_cached_dataset(url, version=None) 2021-10-25T02:58:37.8415019Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad_hirni/tests/utils.py", line 123, in get_cached_dataset 2021-10-25T02:58:37.8415985Z for c in ds.repo.fetch('origin')): 2021-10-25T02:58:37.8417296Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1902, in fetch 2021-10-25T02:58:37.8419308Z git_options=git_options, 2021-10-25T02:58:37.8420750Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 1919, in fetch_ 2021-10-25T02:58:37.8421828Z git_options=git_options) 2021-10-25T02:58:37.8423051Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/support/gitrepo.py", line 2083, in _fetch_push_helper 2021-10-25T02:58:37.8424463Z protocol=protocol, 2021-10-25T02:58:37.8425547Z File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/datalad/runner/runner.py", line 149, in run 2021-10-25T02:58:37.8426293Z **results, 2021-10-25T02:58:37.8428523Z datalad.runner.exception.CommandError: CommandError: 'git -c diff.ignoreSubmodules=none fetch --verbose --progress origin' failed with exitcode 128 under /home/runner/.cache/datalad/tests/https___github.com_psychoinformatics-de_hirni-toolbox.git [err: 'fatal: 'origin' does not appear to be a git repository 2021-10-25T02:58:37.8430501Z fatal: Could not read from remote repository. 2021-10-25T02:58:37.8430851Z 2021-10-25T02:58:37.8431308Z Please make sure you have the correct access rights 2021-10-25T02:58:37.8432027Z and the repository exists.'] ```
bpoldrack commented 2 years ago

Hm. May also relate to it being an unauthenticated HTTPS URL to github. I think that's no longer allowed even if the repo is public, right?