xhochy commented on pull request #8371: URL: https://github.com/apache/arrow/pull/8371#issuecomment-704835713
@kszucs Do you have an idea why my new `r_config` parameter doesn't work? I get the following traceback by the bot: ``` Cloning into '/tmp/tmpzsnkz8m4/arrow'... From https://github.com/apache/arrow * [new ref] refs/pull/8371/head -> ARROW-4960 Switched to branch 'ARROW-4960' Cloning into '/tmp/tmpzsnkz8m4/crossbow'... Traceback (most recent call last): File "/tmp/tmpzsnkz8m4/arrow/dev/tasks/crossbow.py", line 720, in render_files rendered = template.render(task=self, **params) File "/usr/share/miniconda/lib/python3.7/site-packages/jinja2/environment.py", line 1090, in render self.environment.handle_exception() File "/usr/share/miniconda/lib/python3.7/site-packages/jinja2/environment.py", line 832, in handle_exception reraise(*rewrite_traceback_stack(source=source)) File "/usr/share/miniconda/lib/python3.7/site-packages/jinja2/_compat.py", line 28, in reraise raise value.with_traceback(tb) File "<template>", line 9, in top-level template code jinja2.exceptions.UndefinedError: 'r_config' is undefined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/tmpzsnkz8m4/arrow/dev/tasks/crossbow.py", line 1653, in <module> crossbow(obj={}, auto_envvar_prefix='CROSSBOW') File "/usr/share/miniconda/lib/python3.7/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/usr/share/miniconda/lib/python3.7/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/usr/share/miniconda/lib/python3.7/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/share/miniconda/lib/python3.7/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/share/miniconda/lib/python3.7/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/usr/share/miniconda/lib/python3.7/site-packages/click/decorators.py", line 33, in new_func return f(get_current_context().obj, *args, **kwargs) File "/tmp/tmpzsnkz8m4/arrow/dev/tasks/crossbow.py", line 1439, in submit config.validate() File "/tmp/tmpzsnkz8m4/arrow/dev/tasks/crossbow.py", line 1063, in validate queue_remote_url='https://github.com/org/crossbow' File "/tmp/tmpzsnkz8m4/arrow/dev/tasks/crossbow.py", line 724, in render_files path, e.__class__.__name__, str(e) RuntimeError: Failed to render template `/tmp/tmpzsnkz8m4/arrow/dev/tasks/conda-recipes/azure.linux.yml` with UndefinedError: 'r_config' is undefined Command '['/tmp/tmpzsnkz8m4/arrow/dev/tasks/crossbow.py', '--queue-path', '/tmp/tmpzsnkz8m4/crossbow', '--output-file', '/home/runner/work/arrow/arrow/result.yml', 'submit', '--job-prefix', 'actions', '--arrow-remote', 'https://github.com/xhochy/arrow.git', '--arrow-branch', 'ARROW-4960', 'conda-linux-gcc-py36-cpu']' returned non-zero exit status 1. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
