Skip to content

HADOOP-17097. start-build-env.sh fails in branch-3.1. #2108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2020

Conversation

iwasakims
Copy link
Member

I aligned the versions with the one pulled by frontend-maven-plugin (used in mvn install -Pyarn-ui).

The packages installed by apt-get are optional ones for interactive debugging. While I think we should use node.js pulled by frontend-maven-plugin along with the doc added by YARN-10020 (#1750), removing the packages here would surprise existing users of the env.

@hadoop-yetus
Copy link

(!) A patch to the testing environment has been detected.
Re-executing against the patched versions to perform further tests.
The console is at https://builds.apache.org/job/hadoop-multibranch/job/PR-2108/1/console in case of problems.

@aajisaka
Copy link
Member

+1 pending Jenkins

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 12m 9s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 hadolint 0m 0s hadolint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ branch-3.1 Compile Tests _
+0 🆗 mvndep 0m 30s Maven dependency ordering for branch
-1 ❌ shadedclient 1m 35s branch has errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 17s Maven dependency ordering for patch
+1 💚 shellcheck 0m 0s There were no new shellcheck issues.
+1 💚 shelldocs 0m 16s There were no new shelldocs issues.
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
-1 ❌ shadedclient 0m 51s patch has errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 asflicense 0m 33s The patch does not generate ASF License warnings.
17m 54s
Subsystem Report/Notes
Docker ClientAPI=1.40 ServerAPI=1.40 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-2108/1/artifact/out/Dockerfile
GITHUB PR #2108
Optional Tests dupname asflicense hadolint shellcheck shelldocs
uname Linux 64fec959188a 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision branch-3.1 / d26dcf6
Max. process+thread count 82 (vs. ulimit of 5500)
modules C: U:
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-2108/1/console
versions git=2.7.4 maven=3.3.9 shellcheck=0.3.7
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@aajisaka
Copy link
Member

https://builds.apache.org/job/hadoop-multibranch/job/PR-2108/lastBuild/artifact/out/branch-shadedclient.txt

[ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2108/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/nativeio/NativeIO.java:[481,17] cannot find symbol
[ERROR] symbol:   class Cleaner
[ERROR] location: package sun.misc
[ERROR] /home/jenkins/jenkins-slave/workspace/hadoop-multibranch_PR-2108/src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/CryptoStreamUtils.java:[40,21] cannot find symbol
[ERROR] symbol:   class Cleaner
[ERROR] location: package sun.misc

It seems that the check runs with Java9. Java 9 can be removed from the docker image in a separate jira.

@aajisaka aajisaka self-requested a review June 29, 2020 15:34
@iwasakims iwasakims merged commit d84386c into apache:branch-3.1 Jun 30, 2020
@iwasakims
Copy link
Member Author

Thanks, @aajisaka. I merged this.

okumin pushed a commit to zookage/hadoop that referenced this pull request Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants