Skip to content
Failed

Console Output

Started by GitHub push by MathieuMorlighem
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.3 (Apple Git-146)'
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 cc2ad67563c91675dbbfde8b66ff10bcf4cf4e87 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cc2ad67563c91675dbbfde8b66ff10bcf4cf4e87 # timeout=10
Commit message: "Update README.md"
 > git rev-list --no-walk 24f77b9802219848c60e780eee77d2f509027624 # timeout=10
[macOS-Silicon-Python] $ /bin/bash /var/folders/mx/mr9ch0gx2qq_tty2dtgrjcn40000gp/T/jenkins7689492829863227025.sh
Cleaning up execution directory
======================================================
             Determining installation type            
======================================================
   
List of changed files
---------------------
README.md
   
-- 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: 78285
Waiting on: 78286
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 54, in <module>
    from autodiff import autodiff
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/classes/autodiff.py", line 86
    md = checkfield(md, 'fieldname', 'autodiff.enablePreaccumulation', '>=', 0)
    ^
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 54, in <module>
    from autodiff import autodiff
  File "/Users/jenkins/workspace/macOS-Silicon-Python/src/m/classes/autodiff.py", line 86
    md = checkfield(md, 'fieldname', 'autodiff.enablePreaccumulation', '>=', 0)
    ^
SyntaxError: invalid syntax
-----------End of python_log.log-----------
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE