Push event to branch development
14:15:29 Connecting to https://api.github.com using swengaudk/****** (swengaudk token on github)
Obtained Jenkinsfile from edbdaaeef8797b801ce983b90596b65ce56c8277
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/multibranch-pipeline_development
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
using credential swengaudk
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/overturetool/vdm2c.git
> /usr/bin/git init /var/lib/jenkins/workspace/multibranch-pipeline_development # timeout=10
Fetching upstream changes from https://github.com/overturetool/vdm2c.git
> /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials swengaudk token on github
> /usr/bin/git fetch --no-tags --progress -- https://github.com/overturetool/vdm2c.git +refs/heads/development:refs/remotes/origin/development # timeout=10
> /usr/bin/git config remote.origin.url https://github.com/overturetool/vdm2c.git # timeout=10
> /usr/bin/git config --add remote.origin.fetch +refs/heads/development:refs/remotes/origin/development # timeout=10
> /usr/bin/git config remote.origin.url https://github.com/overturetool/vdm2c.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/overturetool/vdm2c.git
using GIT_ASKPASS to set credentials swengaudk token on github
> /usr/bin/git fetch --no-tags --progress -- https://github.com/overturetool/vdm2c.git +refs/heads/development:refs/remotes/origin/development # timeout=10
Checking out Revision edbdaaeef8797b801ce983b90596b65ce56c8277 (development)
> /usr/bin/git config core.sparsecheckout # timeout=10
> /usr/bin/git checkout -f edbdaaeef8797b801ce983b90596b65ce56c8277 # timeout=10
Commit message: "Reset and small change to allow actions"
> /usr/bin/git rev-list --no-walk 9b061eadd3ecea366b9959a705f9ba15dfa4268b # timeout=10
First time build. Skipping changelog.
[Pipeline] sh
+ git submodule update --init
Submodule 'c/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'c/third_party/googletest'
Submodule 'cases/fcu' (https://github.com/into-cps/case-study_fcu) registered for path 'cases/fcu'
Submodule 'cases/line-follower-robot' (https://github.com/into-cps/case-study_line_follower_robot) registered for path 'cases/line-follower-robot'
Submodule 'cases/single-watertank' (https://github.com/into-cps/case-study_single_watertank) registered for path 'cases/single-watertank'
Submodule 'cases/three-tank' (https://github.com/into-cps/case-study_three_tank) registered for path 'cases/three-tank'
Cloning into '/var/lib/jenkins/workspace/multibranch-pipeline_development/c/third_party/googletest'...
Cloning into '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/fcu'...
fatal: could not read Username for 'https://github.com': No such device or address
fatal: clone of 'https://github.com/into-cps/case-study_fcu' into submodule path '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/fcu' failed
Failed to clone 'cases/fcu'. Retry scheduled
Cloning into '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/line-follower-robot'...
fatal: could not read Username for 'https://github.com': No such device or address
fatal: clone of 'https://github.com/into-cps/case-study_line_follower_robot' into submodule path '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/line-follower-robot' failed
Failed to clone 'cases/line-follower-robot'. Retry scheduled
Cloning into '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/single-watertank'...
fatal: could not read Username for 'https://github.com': No such device or address
fatal: clone of 'https://github.com/into-cps/case-study_single_watertank' into submodule path '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/single-watertank' failed
Failed to clone 'cases/single-watertank'. Retry scheduled
Cloning into '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/three-tank'...
fatal: could not read Username for 'https://github.com': No such device or address
fatal: clone of 'https://github.com/into-cps/case-study_three_tank' into submodule path '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/three-tank' failed
Failed to clone 'cases/three-tank'. Retry scheduled
Cloning into '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/fcu'...
fatal: could not read Username for 'https://github.com': No such device or address
fatal: clone of 'https://github.com/into-cps/case-study_fcu' into submodule path '/var/lib/jenkins/workspace/multibranch-pipeline_development/cases/fcu' failed
Failed to clone 'cases/fcu' a second time, aborting
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Clean up workspace)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Reporting)
[Pipeline] emailextrecipients
Not sending mail to user casper.thule@eng.au.dk with no permission to view vdm2c-multibranch-pipeline » development #166[Pipeline] emailext
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
GitHub has been notified of this commit’s build result
ERROR: script returned exit code 1
Finished: FAILURE