[ https://issues.apache.org/jira/browse/HADOOP-16849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17035030#comment-17035030 ]
Hadoop QA commented on HADOOP-16849: ------------------------------------ | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 28m 29s{color} | {color:blue} Docker mode activated. {color} | || || || || {color:brown} Prechecks {color} || | {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s{color} | {color:green} The patch does not contain any @author tags. {color} | | {color:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m 0s{color} | {color:red} The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color} | || || || || {color:brown} trunk Compile Tests {color} || | {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 22m 23s{color} | {color:green} trunk passed {color} | | {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 16m 46s{color} | {color:green} trunk passed {color} | | {color:green}+1{color} | {color:green} shadedclient {color} | {color:green} 14m 23s{color} | {color:green} branch has no errors when building and testing our client artifacts. {color} | || || || || {color:brown} Patch Compile Tests {color} || | {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 19m 27s{color} | {color:green} the patch passed {color} | | {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 16m 19s{color} | {color:green} the patch passed {color} | | {color:green}+1{color} | {color:green} shellcheck {color} | {color:green} 0m 0s{color} | {color:green} There were no new shellcheck issues. {color} | | {color:green}+1{color} | {color:green} shelldocs {color} | {color:green} 0m 13s{color} | {color:green} There were no new shelldocs issues. {color} | | {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 0s{color} | {color:green} The patch has no whitespace issues. {color} | | {color:green}+1{color} | {color:green} shadedclient {color} | {color:green} 14m 7s{color} | {color:green} patch has no errors when building and testing our client artifacts. {color} | || || || || {color:brown} Other Tests {color} || | {color:green}+1{color} | {color:green} unit {color} | {color:green} 19m 5s{color} | {color:green} root in the patch passed. {color} | | {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 54s{color} | {color:green} The patch does not generate ASF License warnings. {color} | | {color:black}{color} | {color:black} {color} | {color:black}152m 57s{color} | {color:black} {color} | \\ \\ || Subsystem || Report/Notes || | Docker | Client=19.03.5 Server=19.03.5 Image:yetus/hadoop:c44943d1fc3 | | JIRA Issue | HADOOP-16849 | | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12993021/userid.patch | | Optional Tests | dupname asflicense mvnsite unit shellcheck shelldocs | | uname | Linux b899a1b0e097 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux | | Build tool | maven | | Personality | /testptch/patchprocess/precommit/personality/provided.sh | | git revision | trunk / 9b8a78d | | maven | version: Apache Maven 3.3.9 | | shellcheck | v0.3.7 | | Test Results | https://builds.apache.org/job/PreCommit-HADOOP-Build/16760/testReport/ | | Max. process+thread count | 307 (vs. ulimit of 5500) | | modules | C: . U: . | | Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/16760/console | | Powered by | Apache Yetus 0.8.0 http://yetus.apache.org | This message was automatically generated. > start-build-env.sh behaves incorrectly when username is numeric only > -------------------------------------------------------------------- > > Key: HADOOP-16849 > URL: https://issues.apache.org/jira/browse/HADOOP-16849 > Project: Hadoop Common > Issue Type: Bug > Components: build > Reporter: Jihyun Cho > Assignee: Jihyun Cho > Priority: Minor > Attachments: userid.patch > > > When username is numaric only, the build environment does not run correctly. > Here is my case. > {noformat} > ~/hadoop$ ./start-build-env.sh > ... > Successfully tagged hadoop-build-1649860140:latest > _ _ _ ______ > | | | | | | | _ \ > | |_| | __ _ __| | ___ ___ _ __ | | | |_____ __ > | _ |/ _` |/ _` |/ _ \ / _ \| '_ \ | | | / _ \ \ / / > | | | | (_| | (_| | (_) | (_) | |_) | | |/ / __/\ V / > \_| |_/\__,_|\__,_|\___/ \___/| .__/ |___/ \___| \_(_) > | | > |_| > This is the standard Hadoop Developer build environment. > This has all the right tools installed required to build > Hadoop from source. > I have no name!@fceab279f8d1:~/hadoop$ whoami > whoami: cannot find name for user ID 1112533 > I have no name!@fceab279f8d1:~/hadoop$ sudo ls > sudo: unknown uid 1112533: who are you? > {noformat} > I changed {{USER_NAME}} to {{USER_ID}} in the script. Then it worked > correctly. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org