-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Tags:
The build at http://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-permanentCheck/ is currently failing with the following error:
09:56:56 $> git rebase origin/master -q 09:56:56 fatal: no such branch: -q
full console:
09:56:48 Started by timer 09:56:48 Building remotely on chipolata in workspace /home/hudson/tmp/workspace/nuxeo-master-fullbuild-permanentCheck 09:56:50 Fetching changes from the remote Git repository 09:56:50 Fetching upstream changes from git@github.com:nuxeo/nuxeo.git 09:56:53 Checking out Revision 95f44a92b5597f61de767790feea9232f7a9cae7 (origin/master) 09:56:54 No emails were triggered. 09:56:54 [nuxeo-master-fullbuild-permanentCheck] $ /bin/sh -xe /tmp/hudson6118805501825922137.sh 09:56:54 + export MAVEN_OPTS=-Xmx2048m -Xms512m -XX:MaxPermSize=1024m 09:56:54 + cd nuxeo 09:56:54 + ./scripts/release.py package -b master --skipTests 09:56:54 tput: No value for $TERM and no -T specified 09:56:54 $> git fetch origin 09:56:56 $> git checkout master -q 09:56:56 $> git rebase origin/master -q 09:56:56 fatal: no such branch: -q 09:56:56 Usage: git rebase [--interactive | -i] [-v] [--force-rebase | -f] [--no-ff] [--onto <newbase>] (<upstream>|--root) [<branch>] [--quiet | -q] 09:56:56 $> git stash -q 09:56:56 $> git rebase origin/master -q 09:56:56 fatal: no such branch: -q 09:56:56 Usage: git rebase [--interactive | -i] [-v] [--force-rebase | -f] [--no-ff] [--onto <newbase>] (<upstream>|--root) [<branch>] [--quiet | -q] 09:56:56 [ERROR] Command 'git rebase origin/master -q' returned non-zero exit code (1) 09:56:56 Build step 'Execute shell' marked build as failure 09:56:56 Archiving artifacts 09:57:33 Project nuxeo-master-fullbuild-permanentCheck still waiting for [FT-nuxeo-master-selenium-cap-tomcat_permanentCheck, FT-nuxeo-master-webdriver-tomcat-wizard_permanentCheck, FT-nuxeo-master-selenium-dm-tomcat_permanentCheck, FT-nuxeo-master-webdriver-dam-tomcat_permanentCheck, FT-nuxeo-master-selenium-social-collaboration-tomcat_permanentCheck, FT-nuxeo-master-webdriver-dm-tomcat_permanentCheck] builds to complete 09:57:33 Email was triggered for: Failure 09:57:33 Sending email for trigger: Failure 09:57:42 An attempt to send an e-mail to empty list of recipients, ignored. 09:57:42 FT-nuxeo-master-selenium-cmf-tomcat_permanentCheck is disabled. Triggering skipped 09:57:42 Notifying upstream projects of job completion 09:57:42 Finished: FAILURE
http://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-permanentCheck/3353
- depends on
-
NXP-13313 Make the package command of release script use branch and tag options
- Resolved