? Failure

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
14 Aug 2016

Pull Request for Issue #9277

Summary of Changes

CodeStyle

Testing Instructions

none. On request by @rdeutz after #9277

Documentation Changes Required

none

avatar joomla-cms-bot joomla-cms-bot - change - 14 Aug 2016
Category Plugins Front End
avatar zero-24 zero-24 - open - 14 Aug 2016
avatar zero-24 zero-24 - change - 14 Aug 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 14 Aug 2016
Labels Added: ?
avatar zero-24 zero-24 - change - 14 Aug 2016
The description was changed
avatar zero-24 zero-24 - edited - 14 Aug 2016
avatar andrepereiradasilva andrepereiradasilva - test_item - 14 Aug 2016 - Tested successfully
avatar andrepereiradasilva
andrepereiradasilva - comment - 14 Aug 2016

I have tested this item successfully on

code review


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11605.

avatar jeckodevelopment jeckodevelopment - test_item - 14 Aug 2016 - Tested successfully
avatar jeckodevelopment
jeckodevelopment - comment - 14 Aug 2016

I have tested this item successfully on


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11605.

avatar jeckodevelopment jeckodevelopment - change - 14 Aug 2016
Status Pending Ready to Commit
avatar jeckodevelopment
jeckodevelopment - comment - 14 Aug 2016

RTC please


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11605.

avatar joomla-cms-bot joomla-cms-bot - change - 14 Aug 2016
Labels Added: ?
avatar wilsonge wilsonge - change - 14 Aug 2016
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2016-08-14 17:18:58
Closed_By wilsonge
avatar wilsonge wilsonge - close - 14 Aug 2016
avatar wilsonge wilsonge - merge - 14 Aug 2016
avatar joomla-cms-bot joomla-cms-bot - close - 14 Aug 2016
avatar joomla-cms-bot joomla-cms-bot - change - 14 Aug 2016
Labels Removed: ?
avatar rdeutz
rdeutz - comment - 14 Aug 2016

Travis is still falling on this, I have no idea why. Expecting jenkins failure in a few moments :-)

avatar rdeutz
rdeutz - comment - 14 Aug 2016

ah I know why the script was moved in-between

avatar rdeutz
rdeutz - comment - 14 Aug 2016
avatar zero-24
zero-24 - comment - 14 Aug 2016
**Pushing HEAD to branch master at repo projects
 > git --version # timeout=10
 > git -c core.askpass=true push ssh://git@github.com/joomla-projects/joomla-cms.git HEAD:master
Pushing HEAD to branch master at repo origin
 > git -c core.askpass=true push ssh://git@github.com/joomla/joomla-cms.git HEAD:master
ERROR: Failed to push branch master to origin
hudson.plugins.git.GitException: Command "git -c core.askpass=true push ssh://git@github.com/joomla/joomla-cms.git HEAD:master" returned status code 1:
stdout: 
stderr: remote: error: GH006: Protected branch update failed for refs/heads/master.        
remote: error: Required status check "continuous-integration/travis-ci/push" is pending        
To ssh://git@github.com/joomla/joomla-cms.git
 ! [remote rejected] HEAD -> master (protected branch hook declined)
error: failed to push some refs to 'ssh://git@github.com/joomla/joomla-cms.git'

    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1799)
    at hudson.plugins.git.GitPublisher.perform(GitPublisher.java:331)
    at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:45)
    at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
    at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
    at hudson.model.Build$BuildExecution.post2(Build.java:185)
    at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
    at hudson.model.Run.execute(Run.java:1745)
    at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
    at hudson.model.ResourceController.execute(ResourceController.java:98)
    at hudson.model.Executor.run(Executor.java:404)
Build step 'Git Publisher' marked build as failure
Notifying endpoint 'HTTP:https://developer.joomla.org/glip/jenkins.php'
Finished: FAILURE**

This has nothing to do with this change. The build itself is successful.

avatar rdeutz
rdeutz - comment - 14 Aug 2016

You are right it is not the change but the circumstances: After you created the PR another got merged and this one moved a script to another place, if I merge your change the move of the file has happened but the code change in the travis.yml not (don't asked me why). So the travis is failing on this PR. The master branch is protected so our jenkins server can only merge PR's into the master branch when travis is on green. To keep a long story short, never ever merge a PR when travis is not on green.

Add a Comment

Login with GitHub to post a comment