Skip to content
Failed

Console Output

Started by an SCM change
Obtained jenkins_tests/clubb_uninit_var_oracle_test/Jenkinsfile from git https://github.com/larson-group/clubb.git
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/workspace/clubb_uninit_var_oracle_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 /home/jenkins/workspace/clubb_uninit_var_oracle_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/clubb.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
 > git fetch --tags --force --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
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision d31feb5af0bdd3c7912ab3a695188c774ba10439 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d31feb5af0bdd3c7912ab3a695188c774ba10439 # timeout=10
Commit message: "Changing a few spots that use gr%weights that should have been included in commit 2f3542cea1a4dea1b242dd61947087b6458548fb"
 > git rev-list --no-walk 8f3f453816a42e196483145786383be3f0305e2c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] sh
+ grep -rl 'error stop' src/
+ xargs sed -i 's/error stop/stop/'
[Pipeline] sh
+ compile/compile.bash -c config/linux_x86_64_oracle_debug.bash
......................................................................................................................................................................... Make.clubb_lapack is ready.
............................................................................... Make.clubb_param is ready.
......................... Make.clubb_bugsrad is ready.
... Make.microphys_utils is ready.
..... Make.clubb_parabolic is ready.
.............. Make.clubb_KK_microphys is ready.
................................................. Make.clubb_coamps is ready.
... Make.clubb_morrison is ready.
... Make.clubb_gfdlact is ready.
............. Make.silhs is ready.
.................................................................. Make.clubb_other is ready.
... Make.clubb_standalone is ready.
... Make.clubb_thread_test is ready.
............ Make.clubb_tuner is ready.
... Make.jacobian is ready.
................ Make.G_unit_tests is ready.
... Make.int2txt is ready.
cd /home/jenkins/workspace/clubb_uninit_var_oracle_test/compile/../obj; make -f Make.clubb_param
cd /home/jenkins/workspace/clubb_uninit_var_oracle_test/compile/../obj; make -f Make.clubb_gfdlact
make[1]: Entering directory '/home/jenkins/workspace/clubb_uninit_var_oracle_test/obj'
sunf95 -DNETCDF -DNO_LAPACK_ISNAN -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -M/usr/local/netcdf-sun64/include -g -xtarget=generic -m64 -dalign -C -fns=no -stackvar -xcheck=init_local -ftrap=common -traceback=common  -c	/home/jenkins/workspace/clubb_uninit_var_oracle_test/compile/../src/SCM_Activation/aer_ccn_act_k.F90
make[1]: sunf95: No such file or directory
make[1]: *** [Make.clubb_gfdlact:11: aer_ccn_act_k.o] Error 127
make[1]: Leaving directory '/home/jenkins/workspace/clubb_uninit_var_oracle_test/obj'
make: *** [Makefile:38: libclubb_gfdlact.a] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Entering directory '/home/jenkins/workspace/clubb_uninit_var_oracle_test/obj'
sunf95 -DNETCDF -DNO_LAPACK_ISNAN -DCLUBB_REAL_TYPE=8 -DCOAMPS_MICRO -DTUNER -DSILHS -Dradoffline -Dnooverlap -DCLUBB -M/usr/local/netcdf-sun64/include -g -xtarget=generic -m64 -dalign -C -fns=no -stackvar -xcheck=init_local -ftrap=common -traceback=common -w3 -c	/home/jenkins/workspace/clubb_uninit_var_oracle_test/compile/../src/CLUBB_core/clubb_precision.F90
make[1]: sunf95: No such file or directory
make[1]: *** [Make.clubb_param:50: clubb_precision.o] Error 127
make[1]: Leaving directory '/home/jenkins/workspace/clubb_uninit_var_oracle_test/obj'
make: *** [Makefile:14: libclubb_param.a] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run CLUBB)
Stage "Run CLUBB" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] emailext
Sending email to: messnermet@uwm.edu
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 2
Finished: FAILURE