You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/05/11 10:37:38 UTC

[GitHub] [maven-scm] elharo commented on pull request #101: [SCM-937] replace deprecated methods

elharo commented on pull request #101:
URL: https://github.com/apache/maven-scm/pull/101#issuecomment-626622170


   Seeing some flakiness in our windows builds for this plugin in multiple PRs:
   
   Error Message
   
   Command failed.The svn tag command failed.
   
   Stacktrace
   
   org.apache.maven.plugin.MojoExecutionException: Command failed.The svn tag command failed.
   	at org.apache.maven.scm.plugin.TagMojoTest.testTag(TagMojoTest.java:93)
   
   Standard Output
   
   Test command line: cmd.exe /X /C "svnadmin create repository"
   [INFO] Removing F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_i937\m\maven-scm-plugin\target\checkout
   [INFO] Executing: cmd.exe /X /C "svn --non-interactive checkout file:///F:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_i937/m/maven-scm-plugin/target/repository/trunk@ F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_i937\m\maven-scm-plugin\target\checkout"
   [INFO] Working directory: F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_i937\m\maven-scm-plugin\target
   [INFO] Final Tag Name: 'mytag'
   [INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Windows\system32\config\systemprofile\AppData\Local\Temp\maven-scm-173513893.commit --encoding UTF-8 --parents . file:///F:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_i937/m/maven-scm-plugin/target/repository/tags/mytag@"
   [INFO] Executing: cmd.exe /X /C "svn --non-interactive copy --file C:\Windows\system32\config\systemprofile\AppData\Local\Temp\maven-scm-173513893.commit --encoding UTF-8 --parents . file:///F:/jenkins/jenkins-slave/workspace/maven-box_maven-scm_i937/m/maven-scm-plugin/target/repository/tags/mytag@"
   [INFO] Working directory: F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_i937\m\maven-scm-plugin\target\checkout
   [INFO] Working directory: F:\jenkins\jenkins-slave\workspace\maven-box_maven-scm_i937\m\maven-scm-plugin\target\checkout
   [ERROR] Provider message:
   [ERROR] The svn tag command failed.
   [ERROR] Command output:
   [ERROR] svn: E720003: Can't open file 'C:\Windows\system32\config\systemprofile\AppData\Local\Temp\maven-scm-173513893.commit': The system cannot find the path specified.  
   
   


----------------------------------------------------------------
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:
users@infra.apache.org