bneradt commented on PR #12133:
URL: https://github.com/apache/trafficserver/pull/12133#issuecomment-2755541041
The docs build fails due to the older pipenv not having access to the Sphinx
8.x:
```
FAIL
CRITICAL:pipenv.patched.notpip._internal.resolution.resolvelib.factory:Could
not find a version that satisfies the requirement sphinx==8.2.3 (from versions:
0.1.61611, 0.1.61798, 0.1.61843, 0.1.61945, 0.1.61950, 0.2, 0.3, 0.4, 0.4.1,
0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.2b1, 0.5.2, 0.6b1, 0.6, 0.6.1, 0.6.2, 0.6.3,
0.6.4, 0.6.5, 0.6.6, 0.6.7, 1.0b1, 1.0b2, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4,
1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.2b1, 1.2b2, 1.2b3, 1.2,
1.2.1, 1.2.2, 1.2.3, 1.3b1, 1.3b2, 1.3b3, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.3.4,
1.3.5, 1.3.6, 1.4a1, 1.4b1, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6,
1.4.7, 1.4.8, 1.4.9, 1.5a1, 1.5a2, 1.5b1, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4,
1.5.5, 1.5.6, 1.6b1, 1.6b2, 1.6b3, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6,
1.6.7, 1.7.0b1, 1.7.0b2, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6,
1.7.7, 1.7.8, 1.7.9, 1.8.0b1, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6,
2.0.0b1, 2.0.0b2, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.
3.0, 2.3.1, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 3.0.0b1, 3.0.0, 3.0.1,
3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.2.1, 3.3.0, 3.3.1, 3.4.0,
3.4.1, 3.4.2, 3.4.3, 3.5.0, 3.5.1, 3.5.2, 3.5.3, 3.5.4, 4.0.0b1, 4.0.0b2,
4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.3.0, 4.3.1, 4.3.2,
4.4.0, 4.5.0, 5.0.0b1, 5.0.0, 5.0.1, 5.0.2, 5.1.0, 5.1.1, 5.2.0, 5.2.0.post0,
5.2.1, 5.2.2, 5.2.3, 5.3.0, 6.0.0b1, 6.0.0b2, 6.0.0, 6.0.1, 6.1.0, 6.1.1,
6.1.2, 6.1.3, 6.2.0, 6.2.1, 7.0.0rc1, 7.0.0, 7.0.1, 7.1.0, 7.1.1, 7.1.2)
[ResolutionFailure]: File
"/usr/local/lib/python3.6/site-packages/pipenv/resolver.py", line 822, in _main
[ResolutionFailure]: resolve_packages(
[ResolutionFailure]: File
"/usr/local/lib/python3.6/site-packages/pipenv/resolver.py", line 771, in
resolve_packages
[ResolutionFailure]: results, resolver = resolve(
[ResolutionFailure]: File
"/usr/local/lib/python3.6/site-packages/pipenv/resolver.py", line 751, in
resolve
[ResolutionFailure]: return resolve_deps(
[ResolutionFailure]: File
"/usr/local/lib/python3.6/site-packages/pipenv/utils/resolver.py", line 1066,
in resolve_deps
[ResolutionFailure]: results, hashes, markers_lookup, resolver,
skipped = actually_resolve_deps(
[ResolutionFailure]: File
"/usr/local/lib/python3.6/site-packages/pipenv/utils/resolver.py", line 862, in
actually_resolve_deps
[ResolutionFailure]: resolver.resolve()
[ResolutionFailure]: File
"/usr/local/lib/python3.6/site-packages/pipenv/utils/resolver.py", line 663, in
resolve
[ResolutionFailure]: raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not
be resolved. You likely have a mismatch in your sub-dependencies.
You can use $ pipenv install --skip-lock to bypass this mechanism, then
run $ pipenv graph to inspect the situation.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: No matching distribution found for sphinx==8.2.3
```
Might be time to update our doc builds to use the fedora releases rather
than the rockylinux:8 container. Or update to rockylinux:9? I think most devs
would appreciate fedora rather than the rocky flavors.
--
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]