[
https://issues.apache.org/jira/browse/HADOOP-19799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055690#comment-18055690
]
ASF GitHub Bot commented on HADOOP-19799:
-----------------------------------------
hadoop-yetus commented on PR #8223:
URL: https://github.com/apache/hadoop/pull/8223#issuecomment-3829376686
:confetti_ball: **+1 overall**
| Vote | Subsystem | Runtime | Logfile | Comment |
|:----:|----------:|--------:|:--------:|:-------:|
| +0 :ok: | reexec | 1m 1s | | Docker mode activated. |
|||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | | No case conflicting files
found. |
| +0 :ok: | codespell | 0m 0s | | codespell was not available. |
| +0 :ok: | detsecrets | 0m 0s | | detect-secrets was not available.
|
| +0 :ok: | shelldocs | 0m 1s | | Shelldocs was not available. |
| +1 :green_heart: | @author | 0m 0s | | The patch does not contain
any @author tags. |
|||| _ trunk Compile Tests _ |
| +0 :ok: | mvndep | 8m 42s | | Maven dependency ordering for branch |
| +1 :green_heart: | shadedclient | 26m 55s | | branch has no errors
when building and testing our client artifacts. |
| -0 :warning: | patch | 27m 17s | | Used diff version of patch file.
Binary files and potentially other changes not applied. Please rebase and
squash commits if necessary. |
|||| _ Patch Compile Tests _ |
| +0 :ok: | mvndep | 0m 29s | | Maven dependency ordering for patch |
| +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks
issues. |
| +1 :green_heart: | hadolint | 0m 2s | | No new issues. |
| +1 :green_heart: | shellcheck | 0m 0s | | No new issues. |
| +1 :green_heart: | shadedclient | 26m 11s | | patch has no errors
when building and testing our client artifacts. |
|||| _ Other Tests _ |
| +1 :green_heart: | asflicense | 0m 34s | | The patch does not
generate ASF License warnings. |
| | | 66m 39s | | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.53 ServerAPI=1.53 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8223/1/artifact/out/Dockerfile
|
| Optional Tests | dupname asflicense codespell detsecrets hadolint
shellcheck shelldocs |
| uname | Linux a97d58c26208 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14
20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | trunk / 90150aff3f84183cebaf21e977834b8a77e8ede7 |
| Max. process+thread count | 611 (vs. ulimit of 5500) |
| modules | C: U: |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8223/1/console |
| versions | git=2.25.1 maven=3.9.11 hadolint=1.11.1-0-g0e692dd
shellcheck=0.7.0 |
| Powered by | Apache Yetus 0.14.1 https://yetus.apache.org |
This message was automatically generated.
> Ubuntu 24 images cannot build full release docs
> -----------------------------------------------
>
> Key: HADOOP-19799
> URL: https://issues.apache.org/jira/browse/HADOOP-19799
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Chris Nauroth
> Assignee: Chris Nauroth
> Priority: Blocker
> Labels: pull-request-available
>
> The full release docs have Python dependencies on pylint and dateutil. These
> packages are not currently included in the Ubuntu 24 images.
> {code}
> mvn install site site:stage -DskipTests -DskipShade -Pdist,src
> -Preleasedocs,docs
> [INFO] --- exec:1.3.1:exec (releasedocs) @ hadoop-common ---
> ERROR:root:This script requires python-dateutil module to be installed. You
> can install it using:
> pip install python-dateutil
> {code}
> Older images included these via
> dev-support/docker/pkg-resolver/install-common-pkgs.sh, which uses pip. This
> won't work for Ubuntu 24, which enforces that Python packages are managed
> with apt. We can simply include them in the apt commands.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]