[
https://issues.apache.org/jira/browse/HADOOP-17298?focusedWorklogId=497059&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-497059
]
ASF GitHub Bot logged work on HADOOP-17298:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Oct/20 03:41
Start Date: 08/Oct/20 03:41
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on pull request #2367:
URL: https://github.com/apache/hadoop/pull/2367#issuecomment-705310794
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Logfile | Comment |
|:----:|----------:|--------:|:--------:|:-------:|
| +0 :ok: | reexec | 1m 48s | | Docker mode activated. |
|||| _ Prechecks _ |
| +1 :green_heart: | dupname | 0m 0s | | No case conflicting files
found. |
| +1 :green_heart: | @author | 0m 0s | | The patch does not contain
any @author tags. |
| -1 :x: | test4tests | 0m 0s | | 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.
|
|||| _ trunk Compile Tests _ |
| +1 :green_heart: | mvninstall | 32m 5s | | trunk passed |
| +1 :green_heart: | mvnsite | 25m 16s | | trunk passed |
| +1 :green_heart: | shadedclient | 15m 12s | | branch has no errors
when building and testing our client artifacts. |
|||| _ Patch Compile Tests _ |
| +1 :green_heart: | mvninstall | 19m 2s | | the patch passed |
| +1 :green_heart: | mvnsite | 17m 14s | | the patch passed |
| +1 :green_heart: | shellcheck | 0m 1s | | There were no new
shellcheck issues. |
| +1 :green_heart: | shelldocs | 0m 21s | | There were no new
shelldocs issues. |
| +1 :green_heart: | whitespace | 0m 0s | | The patch has no
whitespace issues. |
| +1 :green_heart: | shadedclient | 14m 15s | | patch has no errors
when building and testing our client artifacts. |
|||| _ Other Tests _ |
| +1 :green_heart: | unit | 19m 44s | | root in the patch passed. |
| +1 :green_heart: | asflicense | 1m 5s | | The patch does not
generate ASF License warnings. |
| | | 147m 58s | | |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | ClientAPI=1.40 ServerAPI=1.40 base:
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2367/1/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/2367 |
| Optional Tests | dupname asflicense mvnsite unit shellcheck shelldocs |
| uname | Linux 62107dd2619a 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | dev-support/bin/hadoop.sh |
| git revision | trunk / df4006eb813 |
| Test Results |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2367/1/testReport/ |
| Max. process+thread count | 413 (vs. ulimit of 5500) |
| modules | C: . U: . |
| Console output |
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2367/1/console |
| versions | git=2.17.1 maven=3.6.0 shellcheck=0.4.6 |
| Powered by | Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 497059)
Time Spent: 20m (was: 10m)
> Backslash in username causes build failure in the environment started by
> start-build-env.sh.
> --------------------------------------------------------------------------------------------
>
> Key: HADOOP-17298
> URL: https://issues.apache.org/jira/browse/HADOOP-17298
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Takeru Kuramoto
> Assignee: Takeru Kuramoto
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> If a username includes a backslash, `mvn clean install` fails in an
> environment started by start-build-env.sh.
> Here is my result in Amazon WorkSpaces.
>
> {code:java}
> CORPbtkuramototkr@b8e750b1e386:/home/CORP\btkuramototkr/hadoop/hadoop-build-to
> ols$ mvn clean install
> /usr/bin/mvn: 1: cd: can't cd to
> /home/CORtkuramototkr/hadoop/hadoop-build-tools/..
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ----------------< org.apache.hadoop:hadoop-build-tools
> >----------------
> [INFO] Building Apache Hadoop Build Tools 3.4.0-SNAPSHOT
> [INFO] --------------------------------[ jar
> ]---------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hadoop-build-tools
> ---
> [INFO]
> [INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-resources) @
> hadoop-build-tools ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1.074 s
> [INFO] Finished at: 2020-10-05T02:51:53Z
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-resources-plugin:3.0.1:copy-resources
> (copy-resources) on project hadoop-build-tools: Cannot create resource output
> directory:
> /home/CORP/btkuramototkr/hadoop/hadoop-build-tools/target/extra-resources ->
> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> {code}
>
> This problem can be solved by adding an option to change the path to maven's
> local repository in the container so that users can remove backslashes from
> their username.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]