Skip to content
Started by GitHub push by TidbitSoftware
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 a5050ba9b4c4b55a579a62b40777e57bf7ba78bc (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a5050ba9b4c4b55a579a62b40777e57bf7ba78bc # timeout=10
Commit message: "Removed static version of generic class; adjusted tolerances"
 > git rev-list --no-walk 88e0b564ec262affee1d7a9b998550f14e7be4db # timeout=10
[Debian_Linux-Python] $ /bin/bash /tmp/jenkins9890123246117063659.sh
Cleaning up execution directory
======================================================
             Determining installation type            
======================================================
   
List of changed files
---------------------
packagers/linux/package-issm-linux-binaries-matlab.sh
packagers/mac/package-issm-mac-binaries-matlab.sh
packagers/win/package-issm-win-binaries-matlab.sh
src/m/classes/clusters/generic_static.m
src/m/classes/clusters/generic_static.py
test/NightlyRun/test258.m
test/NightlyRun/test258.py
test/NightlyRun/test259.m
test/NightlyRun/test259.py
   
-- checking for changed externalpackages... no
-- checking for reconfiguration... no
-- checking for recompilation... no
======================================================
       Skipping autotools                          
======================================================
======================================================
       Skipping cmake                          
======================================================
======================================================
       Skipping petsc                          
======================================================
======================================================
       Skipping triangle                          
======================================================
======================================================
       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: 564519
Waiting on: 564520
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 32, in <module>
    from solve import solve
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/solve/solve.py", line 12, in <module>
    from waitonlock import waitonlock
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/solve/waitonlock.py", line 5, in <module>
    from generic_static import *
ModuleNotFoundError: No module named 'generic_static'
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 32, in <module>
    from solve import solve
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/solve/solve.py", line 12, in <module>
    from waitonlock import waitonlock
  File "/home/jenkins/workspace/Debian_Linux-Python/src/m/solve/waitonlock.py", line 5, in <module>
    from generic_static import *
ModuleNotFoundError: No module named 'generic_static'
-----------End of python_log.log-----------
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE