thisisnic commented on pull request #12212: URL: https://github.com/apache/arrow/pull/12212#issuecomment-1027199874
I'm a bit stuck on this as I updated all the hunks in the Ruby tests, but I have another error where an assertion fails (https://github.com/apache/arrow/runs/4957293229?check_suite_focus=true#step:6:25). I've tried to run the scripts locally, but am getting archery errors, e.g. ``` (base) nic2@xps:~/arrow$ dev/release/01-prepare.sh 7.0.0 8.0.0 15 Delete existing git tag apache-arrow-7.0.0 Deleted tag 'apache-arrow-7.0.0' (was be397071f) Create local branch release-7.0.0-rc15 for release candidate 15 Switched to a new branch 'release-7.0.0-rc15' Updating changelog for 7.0.0 Traceback (most recent call last): File "/home/nic2/.local/lib/python3.8/site-packages/git/util.py", line 889, in __getitem__ return getattr(self, index) File "/home/nic2/.local/lib/python3.8/site-packages/git/util.py", line 882, in __getattr__ return list.__getattribute__(self, attr) AttributeError: 'IterableList' object has no attribute 'apache-arrow-6.0.0' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/nic2/anaconda3/bin/archery", line 33, in <module> sys.exit(load_entry_point('archery', 'console_scripts', 'archery')()) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) File "/home/nic2/anaconda3/lib/python3.8/site-packages/click/decorators.py", line 33, in new_func return f(get_current_context().obj, *args, **kwargs) File "/home/nic2/arrow/dev/archery/archery/cli.py", line 832, in release_changelog_add changelog = release.changelog() File "/home/nic2/arrow/dev/archery/archery/release.py", line 408, in changelog curation = self.curate() File "/home/nic2/arrow/dev/archery/archery/release.py", line 386, in curate for c in self.commits: File "/home/nic2/arrow/dev/archery/archery/release.py", line 365, in commits lower = self.repo.tags[self.previous.tag] File "/home/nic2/.local/lib/python3.8/site-packages/git/util.py", line 891, in __getitem__ raise IndexError("No item found with id %r" % (self._prefix + index)) from e IndexError: No item found with id 'apache-arrow-6.0.0' ``` I'm a bit stuck in terms of what to try next! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
