Started by user Peter Roels
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/larson-group/clubb.git into /home/jenkins/workspace/clubb_mac_test@script to read jenkins_tests/clubb_mac_test/Jenkinsfile
The recommended git tool is: git
> git rev-parse --resolve-git-dir /home/jenkins/workspace/clubb_mac_test@script/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --progress https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/20141204_Rasch_et_al_2019_paper
Seen branch in repository origin/Brian_newest_pdf
Seen branch in repository origin/Brian_special_input_fields_r7465
Seen branch in repository origin/CLUBB_subcol_SILHS_UWM
Seen branch in repository origin/Hydromet_PDF_shapes
Seen branch in repository origin/I881
Seen branch in repository origin/MCVS
Seen branch in repository origin/SILHS_flex_importance_sampling_paper_v2
Seen branch in repository origin/SILHS_flex_importance_sampling_paper_wc
Seen branch in repository origin/cam_ticket_59
Seen branch in repository origin/clubb_704_plotgen
Seen branch in repository origin/clubb_E3SM_SILHS_branch_merge
Seen branch in repository origin/clubb_E3SM_master
Seen branch in repository origin/clubb_E3SM_silhs
Seen branch in repository origin/clubb_r7416_special_unit_testing
Seen branch in repository origin/cpt_ticket86_r5785
Seen branch in repository origin/esrl_tak_16June2013_clubb
Seen branch in repository origin/eval_new_PDF_w_input_fields
Seen branch in repository origin/feeding_gr_to_host
Seen branch in repository origin/gfdl_clubb_r4603
Seen branch in repository origin/gfdl_clubb_r4613
Seen branch in repository origin/gfdl_clubb_r4621
Seen branch in repository origin/gfdl_clubb_r4983
Seen branch in repository origin/gfdl_clubb_r5241
Seen branch in repository origin/gfdl_clubb_r5445
Seen branch in repository origin/gfdl_clubb_r5868
Seen branch in repository origin/input_wp2tke
Seen branch in repository origin/master
Seen branch in repository origin/microphys_src_var_covar_r8025
Seen branch in repository origin/ncar_branches
Seen branch in repository origin/prog_mom_flux_paper
Seen branch in repository origin/reorder_advance_clubb_core
Seen branch in repository origin/storer_et_al_paper_clubb
Seen branch in repository origin/ticket114
Seen branch in repository origin/ticket365
Seen branch in repository origin/ticket770
Seen branch in repository origin/ticket_624_nostats
Seen branch in repository origin/ticket_634
Seen branch in repository origin/ticket_697_precip_weighted
Seen branch in repository origin/ticket_740_mconly
Seen branch in repository origin/ticket_740_multseed
Seen branch in repository origin/ticket_740_newscheme
Seen branch in repository origin/ticket_769_silhs_no_dp
Seen branch in repository origin/ticket_793
Seen branch in repository origin/ticket_805
Seen branch in repository origin/ucar_branches
Seen branch in repository origin/upwp_coefs
Seen branch in repository origin/wp2_pr_dfsn
Seen branch in repository origin/zhun_clubb_tau_test
Seen 49 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision 775ce919821bd8f1b34e5c1b77180eb15a19f89e (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 775ce919821bd8f1b34e5c1b77180eb15a19f89e # timeout=10
Commit message: "Fixing syntax error preventing jenkins tests from running. larson-group/sys_admin#727"
> git rev-list --no-walk 3b4e05049eac237fc657d8720c62f1688cb3da15 # timeout=10
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Mac in /private/tmp/jenkins/workspace/clubb_mac_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
> git init /private/tmp/jenkins/workspace/clubb_mac_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
> git --version # timeout=10
> git --version # 'git version 2.17.2 (Apple Git-113)'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress -- https://github.com/larson-group/clubb.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: remote: Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead.
remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information.
fatal: unable to access 'https://github.com/larson-group/clubb.git/': The requested URL returned error: 403
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2661)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2086)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:608)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:837)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:211)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:376)
at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:119)
at java.lang.Thread.run(Thread.java:832)
Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.56.146.56/10.56.146.56:49529
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
at hudson.remoting.Channel.call(Channel.java:1001)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy98.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1223)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1301)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[Pipeline] }
[Pipeline] // script
Error when executing always post condition:
org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing
Perhaps you forgot to surround the code with a step that provides this, such as: node
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:88)
at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:69)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[Pipeline] script
[Pipeline] {
[Pipeline] emailext
Sending email to: messnermet@uwm.edu
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE