Skip to content
Failed

Console Output

Started by an SCM change
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_error_handling_gfortran_test@script to read jenkins_tests/clubb_error_handling_gfortran_test/Jenkinsfile
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/clubb.git
 > git init /home/jenkins/workspace/clubb_error_handling_gfortran_test@script # 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
 > git config remote.origin.url https://github.com/larson-group/clubb.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
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/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/stats_addition
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 8ce799103168bf057f9d54e067a4c18eea2628a6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ce799103168bf057f9d54e067a4c18eea2628a6 # timeout=10
Commit message: "Changing if conditional statements to the name of the tests to ensure all features work as intended. larson-group/sys_admin#735"
 > git rev-list --no-walk 6b03a707a3fef05054ecf0d12aef562f683a45f6 # timeout=10
Running in Durability level: MAX_SURVIVABILITY
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
WorkflowScript: 1: unexpected char: '\' @ line 1, column 1.
   \pipeline {
   ^

1 error

	at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
	at org.codehaus.groovy.control.ErrorCollector.addFatalError(ErrorCollector.java:150)
	at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:120)
	at org.codehaus.groovy.control.ErrorCollector.addError(ErrorCollector.java:132)
	at org.codehaus.groovy.control.SourceUnit.addError(SourceUnit.java:350)
	at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:139)
	at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:110)
	at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:234)
	at org.codehaus.groovy.control.CompilationUnit$1.call(CompilationUnit.java:168)
	at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:943)
	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:605)
	at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581)
	at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558)
	at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298)
	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268)
	at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688)
	at groovy.lang.GroovyShell.parse(GroovyShell.java:700)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:142)
	at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:127)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:571)
	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:523)
	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:337)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE