Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Console Output

Branch event
Obtained Jenkinsfile from f74c12972584f644c9a98efe8af57ce788e19019
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on docker-005p1dfdb7x1w on docker-flap in /home/jenkins/workspace/eisfair_eis4d_greyfix_develop
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential 675ce6b9-2a03-4821-ba97-bd4073e5523b
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Fetching without tags
Checking out Revision f74c12972584f644c9a98efe8af57ce788e19019 (develop)
Cloning repository https://web.nettworks.org/git/scm/EIS/greyfix.git
 > git init /home/jenkins/workspace/eisfair_eis4d_greyfix_develop # timeout=10
Fetching upstream changes from https://web.nettworks.org/git/scm/EIS/greyfix.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials SVN via Username/Password
 > git fetch --no-tags --force --progress -- https://web.nettworks.org/git/scm/EIS/greyfix.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://web.nettworks.org/git/scm/EIS/greyfix.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://web.nettworks.org/git/scm/EIS/greyfix.git # timeout=10
Fetching upstream changes from https://web.nettworks.org/git/scm/EIS/greyfix.git
using GIT_ASKPASS to set credentials SVN via Username/Password
 > git fetch --no-tags --force --progress -- https://web.nettworks.org/git/scm/EIS/greyfix.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f74c12972584f644c9a98efe8af57ce788e19019 # timeout=10
Commit message: "remove compiler warning"
 > git rev-list --no-walk 13dc9f441718660226a3a771bbb44dd15cfabea0 # timeout=10
[Bitbucket] Notifying commit build result
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
09:57:02 [2020-02-17T08:57:02.693Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] stage
[Pipeline] { (IRC notify)
[Pipeline] ircNotify
09:57:02 [2020-02-17T08:57:02.879Z] IRC notifier plugin: IMPublisher: sending chat message, strategy ALL, targets: #eis4d-ci
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
09:57:03 [2020-02-17T08:57:03.782Z] + ./build.sh
09:57:03 [2020-02-17T08:57:03.782Z] dpkg-buildpackage: info: source package greyfix
09:57:03 [2020-02-17T08:57:03.782Z] dpkg-buildpackage: info: source version 0.4.0-1
09:57:03 [2020-02-17T08:57:03.782Z] dpkg-buildpackage: info: source distribution unstable
09:57:03 [2020-02-17T08:57:03.782Z] dpkg-buildpackage: info: source changed by Eisfair Team <team@eisfair.org>
09:57:04 [2020-02-17T08:57:04.046Z]  dpkg-source --before-build .
09:57:04 [2020-02-17T08:57:04.046Z] dpkg-buildpackage: info: host architecture amd64
09:57:04 [2020-02-17T08:57:04.323Z] dpkg-checkbuilddeps: error: Unmet build dependencies: libdb5.3-dev | libdb5.4-dev
09:57:04 [2020-02-17T08:57:04.323Z] dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
09:57:04 [2020-02-17T08:57:04.323Z] dpkg-buildpackage: warning: (Use -d flag to override.)
09:57:04 [2020-02-17T08:57:04.323Z] --------------------------------------------------------------
09:57:04 [2020-02-17T08:57:04.323Z] Move build artifacts to source location for package repo build
09:57:04 [2020-02-17T08:57:04.323Z] mv: cannot stat './greyfix*_0.4.0*.deb': No such file or directory
09:57:04 [2020-02-17T08:57:04.323Z] mv: cannot stat './greyfix_0.4.0*dsc': No such file or directory
09:57:04 [2020-02-17T08:57:04.601Z] mv: cannot stat './greyfix_0.4.0*.buildinfo': No such file or directory
09:57:04 [2020-02-17T08:57:04.601Z] mv: cannot stat './greyfix_0.4.0*.changes': No such file or directory
09:57:04 [2020-02-17T08:57:04.601Z] --------------------------------------------------------------
09:57:04 [2020-02-17T08:57:04.602Z] Create/update package repository
09:57:04 [2020-02-17T08:57:04.602Z] cp: cannot stat '*.deb': No such file or directory
09:57:05 [2020-02-17T08:57:05.552Z] gpg: signing failed: No such file or directory
09:57:05 [2020-02-17T08:57:05.552Z] gpg: signing failed: No such file or directory
09:57:06 [2020-02-17T08:57:06.498Z] gpg: signing failed: No such file or directory
09:57:06 [2020-02-17T08:57:06.498Z] gpg: dists/stable/Release: clear-sign failed: No such file or directory
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] ircNotify
09:57:06 [2020-02-17T08:57:06.700Z] IRC notifier plugin: IMPublisher: sending chat message, strategy ALL, targets: #eis4d-ci
09:57:07 [2020-02-17T08:57:07.416Z] IRC notifier plugin: Sending notification to: #eis4d-ci
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Bitbucket] Notifying commit build result
[Bitbucket] Build result notified
ERROR: script returned exit code 2
Finished: FAILURE