You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by ap...@gmail.com on 2020/04/20 02:19:52 UTC

Build failed in Jenkins: royale-compiler #359

See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/359/display/redirect>

Changes:


------------------------------------------
Started by user Apache Royale
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on agent2 in workspace <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
No credentials specified
 > C:\Program Files\Git\cmd rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Error performing command: C:\Program Files\Git\cmd rev-parse --is-inside-work-tree
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2142)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2138)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1743)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1755)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:331)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Cannot run program "C:\Program Files\Git\cmd" (in directory "<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/")>: CreateProcess error=5, Access is denied
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2170)
	... 22 more
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 28 more
Cloning the remote Git repository
Cloning repository https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:918)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:710)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 52.251.60.60/52.251.60.60:55744
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
		at java.lang.reflect.Method.invoke(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy65.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Error performing command: C:\Program Files\Git\cmd init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2142)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2138)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1743)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:916)
	... 12 more
Caused by: java.io.IOException: Cannot run program "C:\Program Files\Git\cmd" (in directory "<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/")>: CreateProcess error=5, Access is denied
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2170)
	... 16 more
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 22 more
ERROR: Error cloning remote repo 'origin'
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Jenkins build is back to normal : royale-compiler #364

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/364/display/redirect>


Build failed in Jenkins: royale-compiler #363

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/363/display/redirect>

Changes:


------------------------------------------
Started by user Apache Royale
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on agent2 in workspace <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
No credentials specified
 > C:\Program Files\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files\Git\cmd\git.exe config remote.origin.url https://github.com/apache/royale-compiler # timeout=10
Fetching upstream changes from https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files\Git\cmd\git.exe fetch --tags --force --progress -- https://github.com/apache/royale-compiler +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files\Git\cmd\git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
 > C:\Program Files\Git\cmd\git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" # timeout=10
Checking out Revision 86bbb1e4d69569dc538a3e25041305a9c673a1e8 (refs/remotes/origin/develop)
 > C:\Program Files\Git\cmd\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files\Git\cmd\git.exe checkout -f 86bbb1e4d69569dc538a3e25041305a9c673a1e8
Commit message: "release-notes: added improvements to Maven by chris dutz and enhancements to create maven distribution that now is working"
 > C:\Program Files\Git\cmd\git.exe rev-list --no-walk 86bbb1e4d69569dc538a3e25041305a9c673a1e8 # timeout=10
[royale-compiler] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat -file jenkins.xml -Denv.ASJS_HOME=C:\jenkins\workspace\royale-asjs main && exit %%ERRORLEVEL%%"
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.8.0_251\lib\tools.jar
Buildfile: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins.xml>

clean:
   [delete] Deleting directory <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp>
   [delete] Deleting directory <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>
   [delete] Deleting directory C:\Google\Closure\Library

init:
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp>
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>
    [mkdir] Created dir: C:\Google\Closure\Library

jflex-download:
     [echo] Be patient. This takes a few minutes...
      [get] Getting: https://jflex.de/jflex-1.4.3.zip
      [get] To: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp/JFlex.zip>
    [unzip] Expanding: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp/JFlex.zip> into <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>

closure-lib-download:
     [echo] Be patient. This takes a few minutes...
     [exec] Cloning into 'C:\Google\Closure\Library'...
     [echo] Cloned fresh copy of Google Closure Library

check-env:

env-properties:

main:

BUILD SUCCESSFUL
Total time: 16 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx1024m
[royale-compiler] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat -Dbuild.number=363 -Denv.ASJS_HOME=C:\jenkins\workspace\royale-asjs clean main && exit %%ERRORLEVEL%%"
Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.8.0_251\lib\tools.jar
Buildfile: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/build.xml>

clean:

clean:

clean:

clean:
     [echo] RELEASE_VERSION IS: 0.9.7

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:

clean:
     [echo] basedir is <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/royaleunit-ant-tasks>
     [echo] ROYALE_COMPILER_HOME is ${ROYALE_COMPILER_HOME}
     [echo] ROYALE_COMPILER_HOME is c:\compiler-jx

clean:

clean:
     [echo] Cleaning out dist dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/debugger/../compiler/lib>

clean:
     [echo] Cleaning out generated dir: target/generated-sources/jburg/
     [echo] Cleaning out output dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/debugger/target>

sdk:

annotate.class:
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-build-tools/target/classes>

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/build.xml>:63: The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/compiler-build-tools/build.xml>:74: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre1.8.0_251"

Total time: 0 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx1024m
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: royale-compiler #362

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/362/display/redirect>

Changes:


------------------------------------------
Started by user Apache Royale
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on agent2 in workspace <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
No credentials specified
 > C:\Program Files\Git\cmd\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > C:\Program Files\Git\cmd\git.exe config remote.origin.url https://github.com/apache/royale-compiler # timeout=10
Fetching upstream changes from https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files\Git\cmd\git.exe fetch --tags --force --progress -- https://github.com/apache/royale-compiler +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files\Git\cmd\git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
 > C:\Program Files\Git\cmd\git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" # timeout=10
Checking out Revision 86bbb1e4d69569dc538a3e25041305a9c673a1e8 (refs/remotes/origin/develop)
 > C:\Program Files\Git\cmd\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files\Git\cmd\git.exe checkout -f 86bbb1e4d69569dc538a3e25041305a9c673a1e8
Commit message: "release-notes: added improvements to Maven by chris dutz and enhancements to create maven distribution that now is working"
 > C:\Program Files\Git\cmd\git.exe rev-list --no-walk 86bbb1e4d69569dc538a3e25041305a9c673a1e8 # timeout=10
[royale-compiler] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat -file jenkins.xml -Denv.ASJS_HOME=C:\jenkins\workspace\royale-asjs main && exit %%ERRORLEVEL%%"
Unable to locate tools.jar. Expected to find it in C:\Program Files (x86)\Java\jre1.8.0_251\lib\tools.jar
Buildfile: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins.xml>

clean:
   [delete] Deleting directory <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp>
   [delete] Deleting directory <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>
   [delete] Deleting directory C:\Google\Closure\Library

init:
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp>
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>
    [mkdir] Created dir: C:\Google\Closure\Library

jflex-download:
     [echo] Be patient. This takes a few minutes...
      [get] Getting: https://jflex.de/jflex-1.4.3.zip
      [get] To: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp/JFlex.zip>
    [unzip] Expanding: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp/JFlex.zip> into <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>

closure-lib-download:
     [echo] Be patient. This takes a few minutes...

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins.xml>:55: Execute failed: java.io.IOException: Cannot run program "git" (in directory "<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/")>: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessBuilder.start(Unknown Source)
	at java.lang.Runtime.exec(Unknown Source)
	at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
	at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:426)
	at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:440)
	at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:629)
	at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:670)
	at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:496)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
	at org.apache.tools.ant.Main.runBuild(Main.java:857)
	at org.apache.tools.ant.Main.startAnt(Main.java:236)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:113)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 24 more

Total time: 1 second
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx1024m
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: royale-compiler #361

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/361/display/redirect>

Changes:


------------------------------------------
Started by user Apache Royale
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on agent2 in workspace <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd\git.exe init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd\git.exe --version # timeout=10
 > C:\Program Files\Git\cmd\git.exe fetch --tags --force --progress -- https://github.com/apache/royale-compiler +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files\Git\cmd\git.exe config remote.origin.url https://github.com/apache/royale-compiler # timeout=10
 > C:\Program Files\Git\cmd\git.exe config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > C:\Program Files\Git\cmd\git.exe config remote.origin.url https://github.com/apache/royale-compiler # timeout=10
Fetching upstream changes from https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd\git.exe fetch --tags --force --progress -- https://github.com/apache/royale-compiler +refs/heads/*:refs/remotes/origin/*
 > C:\Program Files\Git\cmd\git.exe rev-parse "refs/remotes/origin/develop^{commit}" # timeout=10
 > C:\Program Files\Git\cmd\git.exe rev-parse "refs/remotes/origin/origin/develop^{commit}" # timeout=10
Checking out Revision 86bbb1e4d69569dc538a3e25041305a9c673a1e8 (refs/remotes/origin/develop)
 > C:\Program Files\Git\cmd\git.exe config core.sparsecheckout # timeout=10
 > C:\Program Files\Git\cmd\git.exe checkout -f 86bbb1e4d69569dc538a3e25041305a9c673a1e8
Commit message: "release-notes: added improvements to Maven by chris dutz and enhancements to create maven distribution that now is working"
 > C:\Program Files\Git\cmd\git.exe rev-list --no-walk 86bbb1e4d69569dc538a3e25041305a9c673a1e8 # timeout=10
[royale-compiler] $ cmd.exe /C "C:\apache\apache-ant-1.9.9\bin\ant.bat -file jenkins.xml -Denv.ASJS_HOME=C:\jenkins\workspace\royale-asjs main && exit %%ERRORLEVEL%%"
Unable to locate tools.jar. Expected to find it in C:\Program Files (x86)\Java\jre1.8.0_251\lib\tools.jar
Buildfile: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins.xml>

clean:
   [delete] Deleting directory C:\Google\Closure\Library

init:
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins>
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp>
    [mkdir] Created dir: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>
    [mkdir] Created dir: C:\Google\Closure\Library

jflex-download:
     [echo] Be patient. This takes a few minutes...
      [get] Getting: https://jflex.de/jflex-1.4.3.zip
      [get] To: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp/JFlex.zip>
    [unzip] Expanding: <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/temp/JFlex.zip> into <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins/JFlex>

closure-lib-download:
     [echo] Be patient. This takes a few minutes...

BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/jenkins.xml>:55: Execute failed: java.io.IOException: Cannot run program "git" (in directory "<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/")>: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessBuilder.start(Unknown Source)
	at java.lang.Runtime.exec(Unknown Source)
	at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
	at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:426)
	at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:440)
	at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:629)
	at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:670)
	at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:496)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1376)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1260)
	at org.apache.tools.ant.Main.runBuild(Main.java:857)
	at org.apache.tools.ant.Main.startAnt(Main.java:236)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:287)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:113)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 24 more

Total time: 3 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx1024m
Build step 'Invoke Ant' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

Build failed in Jenkins: royale-compiler #360

Posted by ap...@gmail.com.
See <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/360/display/redirect>

Changes:


------------------------------------------
Started by user Apache Royale
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on agent2 in workspace <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/royale-compiler
 > C:\Program Files\Git\cmd init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:918)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:710)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 52.251.60.60/52.251.60.60:55744
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor168.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
		at java.lang.reflect.Method.invoke(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy65.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1815)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused by: hudson.plugins.git.GitException: Error performing command: C:\Program Files\Git\cmd init <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2181)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2142)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2138)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1743)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:916)
	... 12 more
Caused by: java.io.IOException: Cannot run program "C:\Program Files\Git\cmd" (in directory "<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler/ws/")>: CreateProcess error=5, Access is denied
	at java.lang.ProcessBuilder.start(Unknown Source)
	at hudson.Proc$LocalProc.<init>(Proc.java:250)
	at hudson.Proc$LocalProc.<init>(Proc.java:219)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:937)
	at hudson.Launcher$ProcStarter.start(Launcher.java:455)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2170)
	... 16 more
Caused by: java.io.IOException: CreateProcess error=5, Access is denied
	at java.lang.ProcessImpl.create(Native Method)
	at java.lang.ProcessImpl.<init>(Unknown Source)
	at java.lang.ProcessImpl.start(Unknown Source)
	... 22 more
ERROR: Error cloning remote repo 'origin'
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?