Created
September 17, 2014 17:47
-
-
Save JoaoVagner/f552fc398bd84d044fdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started by user Admin Jenkins | |
Building in workspace /var/lib/jenkins/workspace/Dashboard-Rivendel | |
> git rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://bitbucket.org/rivendel-tecnologia/dashboard-rivendel.git # timeout=10 | |
Fetching upstream changes from https://bitbucket.org/rivendel-tecnologia/dashboard-rivendel.git | |
> git --version # timeout=10 | |
using .gitcredentials to set credentials | |
> git config --local credential.helper store --file=/tmp/git3062663633840890471.credentials # timeout=10 | |
> git fetch --tags --progress https://bitbucket.org/rivendel-tecnologia/dashboard-rivendel.git +refs/heads/*:refs/remotes/origin/* | |
> git config --local --remove-section credential # timeout=10 | |
> git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 | |
> git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 | |
Checking out Revision 984c95f968130ad2d0e49704e620275cfab1a085 (refs/remotes/origin/develop) | |
> git config core.sparsecheckout # timeout=10 | |
> git checkout -f 984c95f968130ad2d0e49704e620275cfab1a085 # timeout=10 | |
> git branch -a # timeout=10 | |
> git rev-parse develop^{commit} # timeout=10 | |
> git rev-parse remotes/origin/1.7/master^{commit} # timeout=10 | |
> git rev-parse remotes/origin/develop^{commit} # timeout=10 | |
> git rev-parse remotes/origin/feature/DR1-Home_do_Cliente_Rivendel^{commit} # timeout=10 | |
> git rev-parse remotes/origin/master^{commit} # timeout=10 | |
> git branch -D develop # timeout=10 | |
> git checkout -b develop 984c95f968130ad2d0e49704e620275cfab1a085 | |
> git rev-list 984c95f968130ad2d0e49704e620275cfab1a085 # timeout=10 | |
> git remote # timeout=10 | |
> git submodule init # timeout=10 | |
> git submodule sync # timeout=10 | |
> git config --get remote.origin.url # timeout=10 | |
> git submodule update --init --recursive | |
[Dashboard-Rivendel] $ /bin/sh -xe /tmp/hudson6735800159182799785.sh | |
+ php composer.phar self-update | |
Updating to version d79f2b0fd33ee9b89f3d9f1969f43dc3d570a33a. | |
Downloading: connection... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100% | |
Use composer self-update --rollback to return to version 4ecdbf89c4a3d1e5dfe73c57e3202a5e2a18c87e | |
+ php composer.phar update | |
Loading composer repositories with package information | |
Updating dependencies (including require-dev) | |
Nothing to install or update | |
Generating autoload files | |
[Dashboard-Rivendel] $ /var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/Ant/bin/ant -file build.xml | |
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.65.x86_64/lib/tools.jar | |
Buildfile: /var/lib/jenkins/workspace/Dashboard-Rivendel/build.xml | |
help: | |
[echo] phing clean Clean all previous builds | |
[echo] phing dist Build a release .zip | |
BUILD SUCCESSFUL | |
Total time: 0 seconds | |
[Dashboard-Rivendel] $ /bin/sh -xe /tmp/hudson532638784667340183.sh | |
+ FUEL_ENV=staging | |
+ php oil test | |
[0;32mTests Running...This may take a few moments.[0m | |
PHP Fatal error: Cannot redeclare class Fuel\Core\Autoloader in /var/lib/jenkins/workspace/Dashboard-Rivendel/fuel/core/classes/autoloader.php on line 24 | |
Fatal error: Cannot redeclare class Fuel\Core\Autoloader in /var/lib/jenkins/workspace/Dashboard-Rivendel/fuel/core/classes/autoloader.php on line 24 | |
Build step 'Execute shell' marked build as failure | |
Sending e-mails to: [email protected] | |
Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment