<!-- -*-groovy-*- -->
<STYLE>
/*
BODY, TABLE, TD, TH, P {
font-family:Verdana,Helvetica,sans serif;
font-size:11px;
color:black;
}
h1 { color:black; }
h2 { color:black; }
h3 { color:black; }
TD.bg1 { color:white; background-color:#0000C0; font-size:120% }
TD.bg2 { color:white; background-color:#4040FF; font-size:110% }
TD.bg3 { color:white; background-color:#8080FF; }
TD.test_passed { color:blue; }
TD.test_failed { color:red; }
TD.console { font-family:Courier New; }
*/
TD.testmail {padding-left: 6pt}
.testbad {color:red}
.testgood {color:darkgreen}
p.SUCCESS {color:green}
p.FAILURE {color:red}
p.UNSTABLE {color:#eebb00}
</STYLE>
<BODY>
<p class="FAILURE">
<B style="font-size: 200%;">BUILD FAILURE</B>
</p>
<TABLE>
<TR><TD>Build URL:</TD><TD><A href="https://jenkins.einsteintoolkit.ncsa.illinois.edu/job/EinsteinToolkit/1902/">https://jenkins.einsteintoolkit.ncsa.illinois.edu/job/EinsteinToolkit/1902/</A></TD></TR>
<TR><TD>Project:</TD><TD>EinsteinToolkit</TD></TR>
<TR><TD>Date of build:</TD><TD>Thu, 25 Feb 2021 14:19:45 +0000</TD></TR>
<TR><TD>Build duration:</TD><TD>0.81 sec</TD></TR>
</TABLE>
<BR/>
<!-- CHANGE SET -->
<h3>Changes</h3>
        <TABLE>
No changes
</TABLE>
<BR/>
<!-- JUnit TEMPLATE -->
<BR/>
<!-- ARTIFACTS -->
<h3>Artifacts</h3>
<TABLE width="100%">
<TR>
<TD>
                
         <li>
         <a href="https://jenkins.einsteintoolkit.ncsa.illinois.edu/job/EinsteinToolkit/1902/artifact/build__1_2.log">build__1_2.log</a>
         </li>
                
         <li>
         <a href="https://jenkins.einsteintoolkit.ncsa.illinois.edu/job/EinsteinToolkit/1902/artifact/build__2_1.log">build__2_1.log</a>
         </li>
</TD>
</TR>
</TABLE>
<BR/>
<!-- CONSOLE OUTPUT -->
<h3>Console Output</h3>
<pre style="margin-top: 0em">
        Started by remote host 3.235.202.69
        Running as SYSTEM
        [EnvInject] - Loading node environment variables.
        Building remotely on ncsa-20.04 (ncsa slave large) in workspace /home/jenkins/workspace/EinsteinToolkit
        The recommended git tool is: NONE
        No credentials specified
        > git rev-parse --is-inside-work-tree # timeout=10
        Fetching changes from the remote Git repository
        > git config remote.origin.url https://bitbucket.org/einsteintoolkit/einsteintoolkit.git # timeout=10
        ERROR: Error fetching remote repo 'origin'
        hudson.plugins.git.GitException: Failed to fetch from https://bitbucket.org/einsteintoolkit/einsteintoolkit.git
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1299)
        at hudson.scm.SCM.checkout(SCM.java:505)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
        at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
        at hudson.model.Run.execute(Run.java:1907)
        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: Command "git config remote.origin.url https://bitbucket.org/einsteintoolkit/einsteintoolkit.git" returned status code 4:
        stdout:
        stderr: error: failed to write new configuration file /home/jenkins/workspace/EinsteinToolkit/.git/config.lock
        
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2380)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2376)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1923)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1935)
        at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1549)
        at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:161)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:566)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:936)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:909)
        at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:860)
        at hudson.remoting.UserRequest.perform(UserRequest.java:211)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:375)
        at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
        at java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.lang.Thread.run(Thread.java:834)
        Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ncsa-20.04
        at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
        at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
        at hudson.remoting.Channel.call(Channel.java:1001)
        at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
        at com.sun.proxy.$Proxy61.setRemoteUrl(Unknown Source)
        at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:299)
        at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:986)
        at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
        at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1299)
        at hudson.scm.SCM.checkout(SCM.java:505)
        at hudson.model.AbstractProject.checkout(AbstractProject.java:1206)
        at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:637)
        at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
        at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:509)
        at hudson.model.Run.execute(Run.java:1907)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
        ERROR: Error fetching remote repo 'origin'
        Archiving artifacts
        Recording test results
        ERROR: Step ?Publish JUnit test result report? failed: Test reports were found but none of them are new. Did leafNodes run?
        For example, /home/jenkins/workspace/EinsteinToolkit/testresults.xml is 7 hr 4 min old
        
        Started calculate disk usage of build
        Finished Calculation of disk usage of build in 0 seconds
        Started calculate disk usage of workspace
        Finished Calculation of disk usage of workspace in 4 second
        Email was triggered for: Failure - 1st
        Email was triggered for: Failure - Any
        Trigger Failure - Any was overridden by another trigger and will not send an email.
        Trigger Failure - Still was overridden by another trigger and will not send an email.
        Sending email for trigger: Failure - 1st
</pre>
<BR/>
</BODY>