Skip to content

Console Output

+ python3 /home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/run_test.py -c /home/jenkins/clubb_bit_diff_test_workspace/bit_diff_clubb_config
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................f951: Fatal Error: error closing /tmp/cc16r1ma.s: No space left on device
compilation terminated.
make[1]: *** [Make.clubb_param:94: model_flags.o] Error 1
make[1]: *** Waiting for unfinished jobs....
/home/jenkins/clubb_bit_diff_test_workspace/repo/compile/../src/SCM_Activation/aer_ccn_act_k.F90:694:21:

  694 |     w(1:n/2) =                                      &
      |                     1
Error: Invalid character in name at (1)
f951: Error: Unexpected end of file in ‘/home/jenkins/clubb_bit_diff_test_workspace/repo/compile/../src/SCM_Activation/aer_ccn_act_k.F90’
f951: Fatal Error: error closing /tmp/ccKNRR3Z.s: No space left on device
compilation terminated.
make[1]: *** [Make.clubb_gfdlact:11: aer_ccn_act_k.o] Error 1
make: *** [Makefile:38: libclubb_gfdlact.a] Error 2
make: *** Waiting for unfinished jobs....
make: *** [Makefile:14: libclubb_param.a] Error 2
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../home/jenkins/clubb_bit_diff_test_workspace/repo/compile/../src/CLUBB_core/model_flags.F90:379:71:

  379 |                                              l_diagnose_correlations, &
      |                                                                       1
Error: Invalid character in name at (1)
f951: Error: Unexpected end of file in ‘/home/jenkins/clubb_bit_diff_test_workspace/repo/compile/../src/CLUBB_core/model_flags.F90’
f951: Fatal Error: error closing /tmp/ccbsJUwL.s: No space left on device
compilation terminated.
f951: Fatal Error: error closing /tmp/ccJ8zuW2.s: No space left on device
compilation terminated.
make[1]: *** [Make.clubb_param:94: model_flags.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Make.clubb_param:116: parameter_indices.o] Error 1
make: *** [Makefile:14: libclubb_param.a] Error 2
make: *** Waiting for unfinished jobs....
ar: creating /home/jenkins/clubb_bit_diff_test_workspace/repo/compile/../lib/libclubb_gfdlact.a

=============================== Configuring Test ===============================


Working directory set to: /home/jenkins/clubb_bit_diff_test_workspace
Trying to clone repo...

Cloned repo location: /home/jenkins/clubb_bit_diff_test_workspace/repo

Output Save Mode: none

Using branch: master

Making list from 'UnresolvedCommits':

Run Output Path: repo/output

Run commands: ['repo/compile/compile.bash', 'rm -rf repo/output', 'mkdir repo/output', 'repo/run_scripts/run_scm_all.bash --min-cases']

Diffing command: repo/run_scripts/run_bindiff_all.bash

=============================== Running Test ===============================

Parsing message from commit: e42078081e3931d7de83f7a5d0f5dabc96cb9397
	Found: BIT_CHANGING
	Found: BIT_CHANGING
	Found: BIT_CHANGING

Checking Commit: e42078081e3931d7de83f7a5d0f5dabc96cb9397
	Checking out 722630f37286ca8f7fad84ef600af6d0607daf0a
	Running: 'repo/compile/compile.bash'
	Running: 'rm -rf repo/output'
	Running: 'mkdir repo/output'
	Running: 'repo/run_scripts/run_scm_all.bash --min-cases'

================== WARNING ==================
Commit:  722630f37286ca8f7fad84ef600af6d0607daf0a

There was a problem copying the output.
Did the run complete?
Is the output path correct? repo/output

The run will continue, and this commit will be
considered unresolved.
===========================================
	Commit 722630f37286ca8f7fad84ef600af6d0607daf0a already failed. Will not run again
	ISSUE WITH COMMIT DETECTED: 722630f37286ca8f7fad84ef600af6d0607daf0a differs from 722630f37286ca8f7fad84ef600af6d0607daf0a
	Checking out e42078081e3931d7de83f7a5d0f5dabc96cb9397
	Running: 'repo/compile/compile.bash'
	Running: 'rm -rf repo/output'
	Running: 'mkdir repo/output'
	Running: 'repo/run_scripts/run_scm_all.bash --min-cases'

================== WARNING ==================
Commit:  e42078081e3931d7de83f7a5d0f5dabc96cb9397

There was a problem copying the output.
Did the run complete?
Is the output path correct? repo/output

The run will continue, and this commit will be
considered unresolved.
===========================================
	Commit 722630f37286ca8f7fad84ef600af6d0607daf0a already failed. Will not run again
	Commit 'e42078081e3931d7de83f7a5d0f5dabc96cb9397' is BIT_CHANGING and properly labelled as such.
Traceback (most recent call last):
  File "/home/jenkins/.local/lib/python3.9/site-packages/git/repo/fun.py", line 335, in rev_parse
    obj = to_commit(obj)
  File "/home/jenkins/.local/lib/python3.9/site-packages/git/repo/fun.py", line 182, in to_commit
    if obj.type == 'tag':
AttributeError: 'NoneType' object has no attribute 'type'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/run_test.py", line 56, in <module>
    main()
  File "/home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/run_test.py", line 43, in main
    exit_code = test.run_test()
  File "/home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/tests/bit_diff_test.py", line 335, in run_test
    problem_commits, fake_bc_commits = self.find_problem_commits(bit_changing_commits)
  File "/home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/tests/bit_diff_test.py", line 472, in find_problem_commits
    problem_commits = problem_commits + self.find_all_bc_commits_in_range(commit_range)
  File "/home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/tests/bit_diff_test.py", line 735, in find_all_bc_commits_in_range
    commits_to_check = self.commits_in_range(commit_range[0], commit_range[1])
  File "/home/jenkins/clubb_bit_diff_test_workspace/sys_admin/python_nightly_test_suite/tests/bit_diff_test.py", line 806, in commits_in_range
    commits_to_check.append(self.repo.commit(hash))
  File "/home/jenkins/.local/lib/python3.9/site-packages/git/repo/base.py", line 536, in commit
    return self.rev_parse(str(rev) + "^0")
  File "/home/jenkins/.local/lib/python3.9/site-packages/git/repo/fun.py", line 349, in rev_parse
    raise BadName(
gitdb.exc.BadName: Ref 'Invalid revision spec '^0' - not enough parent commits to reach '^0'' did not resolve to an object