Started by an SCM change
Checking out git git@github.com:CCP-WSI/ccp-wsi.git into /data/jenkins/workspace/CCP-WSI/pipeline_dev_at_script/b9f37c20025885a7e9d55ccb034d39149ca06d4ad32fcbd3e7657506c7565bc7 to read Jenkinsfile
The recommended git tool is: git
using credential 465b45c1-8ef2-4c92-994f-851bac55f618
Cloning the remote Git repository
Cloning repository git@github.com:CCP-WSI/ccp-wsi.git
> git init /data/jenkins/workspace/CCP-WSI/pipeline_dev_at_script/b9f37c20025885a7e9d55ccb034d39149ca06d4ad32fcbd3e7657506c7565bc7 # timeout=10
Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git
> git --version # timeout=10
> git --version # 'git version 2.43.5'
using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key
[INFO] Currently running in a labeled security context
[INFO] Currently SELinux is 'enforcing' on the host
> /usr/bin/chcon --type=ssh_home_t /data/jenkins/workspace/CCP-WSI/pipeline_dev_at_script/b9f37c20025885a7e9d55ccb034d39149ca06d4ad32fcbd3e7657506c7565bc7@tmp/jenkins-gitclient-ssh12631225653886605794.key
> git fetch --tags --force --progress -- git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision ee679a073a6f91876555e4623b73cad4e2abfce4 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f ee679a073a6f91876555e4623b73cad4e2abfce4 # timeout=10
Commit message: "Merge pull request #61 from CCP-WSI/turbulence_library_OFv2212"
> git rev-list --no-walk df040c1847017e8a31e836c86d0d59d991ce6a72 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] echo
Currently on branch dev
[Pipeline] node
Running on Ubuntu 20.04 (Focal)-1030 in /home/jenkins/workspace/CCP-WSI/pipeline_dev
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
The recommended git tool is: git
using credential 465b45c1-8ef2-4c92-994f-851bac55f618
Cloning the remote Git repository
Cloning repository git@github.com:CCP-WSI/ccp-wsi.git
> git init /home/jenkins/workspace/CCP-WSI/pipeline_dev # timeout=10
Fetching upstream changes from git@github.com:CCP-WSI/ccp-wsi.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
using GIT_SSH to set credentials CCP-WSI/ccp-wsi deploy key
> git fetch --tags --force --progress -- git@github.com:CCP-WSI/ccp-wsi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision ee679a073a6f91876555e4623b73cad4e2abfce4 (refs/remotes/origin/dev)
> git config remote.origin.url git@github.com:CCP-WSI/ccp-wsi.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f ee679a073a6f91876555e4623b73cad4e2abfce4 # timeout=10
Commit message: "Merge pull request #61 from CCP-WSI/turbulence_library_OFv2212"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (QA checks)
[Pipeline] sh
+ '[' -z '' ']'
+ case "$-" in
+ __lmod_vx=x
+ '[' -n x ']'
+ set +x
Shell debugging temporarily silenced: export LMOD_SH_DBG_ON=1 for this output (/opt/modules-ubuntu-focal/lmod/8.7.12/init/bash)
Shell debugging restarted
+ unset __lmod_vx
+ ./.scripts/directory_check.py .
File "./.scripts/directory_check.py", line 44
print "The following unexpected directories were found:"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("The following unexpected directories were found:")?
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE