Skip to content
Started by GitHub push by MathieuMorlighem
Running as SYSTEM
Building remotely on Debian_12-VM (debian linux) in workspace /home/jenkins/workspace/Debian_Linux-Python
The recommended git tool is: NONE
 > git rev-parse --resolve-git-dir /home/jenkins/workspace/Debian_Linux-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'
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 54c59c8fa36927794ae6c8abd9caabf1dbab78a0 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 54c59c8fa36927794ae6c8abd9caabf1dbab78a0 # timeout=10
Commit message: "CHG: always symlink when running on local machine"
 > git rev-list --no-walk 070df3b32ef1f6ee3a1f757cbb2c8b73cf78934b # timeout=10
[Debian_Linux-Python] $ /bin/bash /tmp/jenkins2671289990527022283.sh
Cleaning up execution directory
======================================================
             Determining installation type            
======================================================
   
List of changed files
---------------------
src/m/classes/clusters/computecanada.m
src/m/classes/model.m
src/m/os/issmscpout.m
src/m/os/issmscpout.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: 489928
Waiting on: 489929
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: /home/jenkins/workspace/Debian_Linux-Python/nightlylog/results 
----------Python exited in error!----------
OSGeo/GDAL for Python not installed, overlay plots are not enabled
Traceback (most recent call last):
  File "/home/jenkins/workspace/Debian_Linux-Python/test/NightlyRun/./runme.py", line 31, in <module>
    from loadmodel import loadmodel
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/io/loadmodel.py", line 1, in <module>
    from loadvars import loadvars
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/io/loadvars.py", line 13, in <module>
    from model import *
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/classes/model.py", line 39, in <module>
    from generic import generic
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/classes/clusters/generic.py", line 14, in <module>
    from issmscpout import issmscpout
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/os/issmscpout.py", line 6
    def issmscpout(host, path, login, port, packages, , bracketstyle=1):
                                                      ^
SyntaxError: invalid syntax
OSGeo/GDAL for Python not installed, overlay plots are not enabled
Traceback (most recent call last):
  File "/home/jenkins/workspace/Debian_Linux-Python/test/NightlyRun/./runme.py", line 31, in <module>
    from loadmodel import loadmodel
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/io/loadmodel.py", line 1, in <module>
    from loadvars import loadvars
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/io/loadvars.py", line 13, in <module>
    from model import *
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/classes/model.py", line 39, in <module>
    from generic import generic
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/classes/clusters/generic.py", line 14, in <module>
    from issmscpout import issmscpout
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/os/issmscpout.py", line 6
    def issmscpout(host, path, login, port, packages, , bracketstyle=1):
                                                      ^
SyntaxError: invalid syntax
-----------End of python_log.log-----------
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE