Skip to content

Console Output

Started by user Psikon Administrator
Obtained Jenkinsfile from git https://github.com/psikon-org/psikon-jenkins-debian-publisher
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] library
Loading library psikon-jenkins-aptly@master
14:38:44 GitHub API Usage: Current quota has 41 remaining (1 over budget). Next quota of 60 in 42 min. Sleeping for 4 min 34 sec.
14:41:44 GitHub API Usage: Still sleeping, now only 1 min 34 sec remaining.
14:43:18 GitHub API Usage: Current quota has 40 remaining (1 under budget). Next quota of 60 in 37 min
Examining psikon-org/psikon-jenkins-aptly
Attempting to resolve master as a branch
Resolved master as branch master at revision f15569f77b2c9e3e8fd8d97fcd176ac870cbb820
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/psikon-org/psikon-jenkins-aptly.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/psikon-org/psikon-jenkins-aptly.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://github.com/psikon-org/psikon-jenkins-aptly.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision f15569f77b2c9e3e8fd8d97fcd176ac870cbb820 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f15569f77b2c9e3e8fd8d97fcd176ac870cbb820 # timeout=10
Commit message: "changes"
 > git rev-list --no-walk f15569f77b2c9e3e8fd8d97fcd176ac870cbb820 # timeout=10
[Pipeline] library
Loading library psikon-jenkins-mailer@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote https://github.com/psikon-org/psikon-jenkins-mailer.git # timeout=10
Found match: refs/heads/master revision e99d6d0806de9a5ee8abe88526bed2db11436e0b
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/psikon-org/psikon-jenkins-mailer.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/psikon-org/psikon-jenkins-mailer.git
 > git --version # timeout=10
 > git fetch --no-tags --progress https://github.com/psikon-org/psikon-jenkins-mailer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision e99d6d0806de9a5ee8abe88526bed2db11436e0b (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e99d6d0806de9a5ee8abe88526bed2db11436e0b # timeout=10
Commit message: "fix typo"
 > git rev-list --no-walk e99d6d0806de9a5ee8abe88526bed2db11436e0b # timeout=10
[Pipeline] node
Running on Jenkins in /home/psikon/.jenkins/workspace/Deb Repository Publisher
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/psikon-org/psikon-jenkins-debian-publisher # timeout=10
Fetching upstream changes from https://github.com/psikon-org/psikon-jenkins-debian-publisher
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/psikon-org/psikon-jenkins-debian-publisher +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 8bf19688e0ba9c303c45ed46690ab1a205b2a688 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bf19688e0ba9c303c45ed46690ab1a205b2a688 # timeout=10
Commit message: "changes"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Publish)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Not triggered by upstream build. We can ignore
[Pipeline] }
[Pipeline] // script
[Pipeline] echo
[[_class:hudson.model.Cause$UserIdCause, shortDescription:Started by user Psikon Administrator, userId:psikon-admin, userName:Psikon Administrator]]
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] emailext
Sending email to: ci@psikon.com
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS