Skip to content
Failed

Console Output

Started by GitHub push by larour
Running as SYSTEM
Building remotely on macOS-Silicon (mac) in workspace /Users/jenkins/workspace/macOS-Silicon-Python
The recommended git tool is: NONE
using credential 3c85c82b-fb35-4fea-b703-0aa4f155f9c7
 > git rev-parse --resolve-git-dir /Users/jenkins/workspace/macOS-Silicon-Python/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:ISSMteam/ISSM.git # timeout=10
Fetching upstream changes from git@github.com:ISSMteam/ISSM.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5 (Apple Git-154)'
using GIT_SSH to set credentials GitHub Deploy Key - ISSMteam/ISSM - Jenkins
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:ISSMteam/ISSM.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision a6284baad8882542570f723c04024d619c093c42 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a6284baad8882542570f723c04024d619c093c42 # timeout=10
Commit message: "CHG: missing Mme mass transport logic."
 > git rev-list --no-walk 9d5b4a614bf9b1bd68fdd3f59d1b4030a6b26c1a # timeout=10
[macOS-Silicon-Python] $ /bin/bash /var/folders/mx/mr9ch0gx2qq_tty2dtgrjcn40000gp/T/jenkins12580633521197402452.sh
Cleaning up execution directory
======================================================
             Determining installation type            
======================================================
   
List of changed files
---------------------
src/m/classes/transient.py
   
-- checking for changed externalpackages... no
-- checking for reconfiguration... no
-- checking for recompilation... no
======================================================
       Skipping autotools                          
======================================================
======================================================
       Skipping cmake                          
======================================================
======================================================
       Skipping petsc                          
======================================================
======================================================
       Skipping triangle                          
======================================================
======================================================
       Skipping m1qn3                          
======================================================
======================================================
       Skipping semic                          
======================================================
======================================================
       Skipping shell2junit                          
======================================================
Skipping ISSM compilation
--------------Running Python test for Rank 1---------------------
--------------Running Python test for Rank 1---------------------
--------------Running Python test for Rank 2---------------------
--------------Running Python test for Rank 2---------------------
Waiting on: 66326
Waiting on: 66327
This is the concatenation phase for rank: python_log1.log
This is the concatenation phase for rank: python_log2.log
+++ Removing old junit reports from: /Users/jenkins/workspace/macOS-Silicon-Python/nightlylog/results 
----------Python exited in error!----------
OSGeo/GDAL for Python not installed, overlay plots are not enabled
Traceback (most recent call last):
  File "/Users/jenkins/workspace/macOS-Silicon-Python/test/NightlyRun/./runme.py", line 31, in <module>
    from loadmodel import loadmodel
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/io/loadmodel.py", line 1, in <module>
    from loadvars import loadvars
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/io/loadvars.py", line 13, in <module>
    from model import *
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/classes/model.py", line 52, in <module>
    from transient import transient
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/classes/transient.py", line 124
    md = checkfield(md, 'fieldname', 'transient.ismmemasstransport', 'numel', [1], 'values', [0 1])
                                                                                                ^
SyntaxError: invalid syntax
OSGeo/GDAL for Python not installed, overlay plots are not enabled
Traceback (most recent call last):
  File "/Users/jenkins/workspace/macOS-Silicon-Python/test/NightlyRun/./runme.py", line 31, in <module>
    from loadmodel import loadmodel
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/io/loadmodel.py", line 1, in <module>
    from loadvars import loadvars
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/io/loadvars.py", line 13, in <module>
    from model import *
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/classes/model.py", line 52, in <module>
    from transient import transient
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/classes/transient.py", line 124
    md = checkfield(md, 'fieldname', 'transient.ismmemasstransport', 'numel', [1], 'values', [0 1])
                                                                                                ^
SyntaxError: invalid syntax
-----------End of python_log.log-----------
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE