jonkeane commented on pull request #11815: URL: https://github.com/apache/arrow/pull/11815#issuecomment-982958594
Whoa fantastic debugging and puzzle-piece-putting together here. > So, apt-key, which is used as part of the R bit of the docs build is now deprecated[1] and Ubuntu 20.10 (Groovy Gorilla) is no longer a supported release as of 22nd July 2021 [2] which can apparently cause issues subsequently trying to do stuff via apt[3]. This now makes _so much sense_ now. I'm fine with waiting for the Clang fix and then bumping to 21.04 (or 21.10??). Also, we could add `CLANG_TOOLS: 9` or `CLANG_TOOLS: 11` to the task and bump now [like we do for a few others](https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L1193) FWIW, https://dev.azure.com/ursacomputing/crossbow/_build/latest?definitionId=1&branchName=actions-1219-azure-test-ubuntu-20.04-docs looks unrelated to the R package stuff (though I suspect the R package issues masked when this was introduced): ``` + sphinx-build -b html -j 2 /arrow/docs/source /build/docs Running Sphinx v3.5.4 Extension error: Could not import extension sphinx_tabs.tabs (exception: No module named 'sphinx_tabs') 2 Error: `docker-compose --file /home/vsts/work/1/s/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0.dev219 ubuntu-docs` exited with a non-zero exit code 2, see the process log above. ``` -- 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]
