| CONSOLE OUTPUT |
| Started by user Julien Carsique |
| Building remotely on caterpillar (SLAVE MULTIDB_LINUX FFCURRENT SLAVE4GB REMOTE_SLAVE RACKSPACE_LINUX) in workspace /opt/hudson/workspace/nuxeo-master-fulltest-daily |
| > git rev-parse --is-inside-work-tree |
| Fetching changes from the remote Git repository |
| > git config remote.origin.url git://github.com/nuxeo/nuxeo.git |
| Fetching upstream changes from git://github.com/nuxeo/nuxeo.git |
| > git --version |
| > git fetch --tags --progress git://github.com/nuxeo/nuxeo.git +refs/heads/*:refs/remotes/origin/* |
| > git rev-parse origin/feature-NXP-13231-delete-temp-files^{commit} |
| Checking out Revision b360b000acb8a6d086e4e40e8562d10132113ba5 (origin/feature-NXP-13231-delete-temp-files) |
| > git config core.sparsecheckout |
| > git checkout -f b360b000acb8a6d086e4e40e8562d10132113ba5 |
| > git rev-list b360b000acb8a6d086e4e40e8562d10132113ba5 |
| No emails were triggered. |
| [nuxeo-master-fulltest-daily] $ /bin/sh -xe /tmp/hudson7699321617988710236.sh |
| + export PATH=/opt/build/tools/maven3.2/bin:/usr/lib/jvm/java-7-openjdk//bin:/usr/lib/jvm/java-7-openjdk//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games |
| + [ false = true ] |
| + python clone.py feature-NXP-13231-delete-temp-files -f master |
| [.] |
| $> git fetch origin |
| $> git checkout feature-NXP-13231-delete-temp-files -q |
| $> git rebase -q origin/feature-NXP-13231-delete-temp-files |
|
| Using Maven introspection of the POM file to find the list of modules... |
| [nuxeo-common] |
| $> git fetch origin |
| $> git checkout feature-NXP-13231-delete-temp-files -q |
| $> git rebase -q origin/feature-NXP-13231-delete-temp-files |
|
| [nuxeo-runtime] |
| $> git fetch origin |
| $> git checkout feature-NXP-13231-delete-temp-files -q |
| $> git rebase -q origin/feature-NXP-13231-delete-temp-files |
|
| It seems that there is already a rebase-apply directory, and |
| I wonder if you are in the middle of another rebase. If that is the |
| case, please try |
| git rebase (--continue | --abort | --skip) |
| If that is not the case, please |
| rm -fr /opt/hudson/workspace/nuxeo-master-fulltest-daily/nuxeo-runtime/.git/rebase-apply |
| and run me again. I am stopping in case you still have something |
| valuable there. |
| $> git stash -q |
| $> git rebase -q origin/feature-NXP-13231-delete-temp-files |
|
| It seems that there is already a rebase-apply directory, and |
| I wonder if you are in the middle of another rebase. If that is the |
| case, please try |
| git rebase (--continue | --abort | --skip) |
| If that is not the case, please |
| rm -fr /opt/hudson/workspace/nuxeo-master-fulltest-daily/nuxeo-runtime/.git/rebase-apply |
| and run me again. I am stopping in case you still have something |
| valuable there. |
| [ERROR] Command 'git rebase -q origin/feature-NXP-13231-delete-temp-files' returned non-zero exit code (1) |
| Build step 'Execute shell' marked build as failure |
| [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) |
| [WARNINGS] Parsing warnings in console log with parser Maven |
| Performing Post build task... |
| Match found for : : True |
| Logical operation result is TRUE |
| Running script : #!/bin/bash +xe |
| TMPDIR=/tmp/$JOB_NAME-$BUILD_NUMBER |
| if [[ nb=$(find $TMPDIR -type f | wc -l) -gt 0 ]]; then |
| echo "WARNING: found $nb leaked file(s)" |
| tree -tFaL 3 $TMPDIR | head -n100 |
| tree -tFa $TMPDIR -o $WORKSPACE/nuxeo-master-fulltest-daily.tree |
| result=1 |
| else |
| result=0 |
| fi |
| rm -rf $TMPDIR |
| exit $result |
|
| [nuxeo-master-fulltest-daily] $ /bin/bash +xe /tmp/hudson2949856129620992012.sh |
| find: `/tmp/nuxeo-master-fulltest-daily-12': No such file or directory |
| POST BUILD TASK : SUCCESS |
| END OF POST BUILD TASK : 0 |
| Archiving artifacts |
| Checking .*WARNING(?!.*CHECKSUM FAILED.*)(?!.*Removing: jar from forked lifecycle.*)(?!.*org.codehaus.plexus:plexus-io:pom:1.0-alpha-3:runtime.*)(?!.*GWT plugin is configured to detect modules.*)(?!.*com.sun.jndi.ldap.LdapURL is Sun proprietary API.*)(?!.*Profile with id.*)(?!.*The requested profile \"qa\" could not be activated.*)(?!\] $).* |
| Recording test results |
| Email was triggered for: Failure - Any |
| Sending email for trigger: Failure - Any |