[phpMyAdmin Developers] Build failed in Jenkins: phpMyAdmin #2765
Jenkins Daemon
jenkins at phpmyadmin.net
Sat Mar 2 05:56:08 CET 2019
See <https://ci.phpmyadmin.net/job/phpMyAdmin/2765/display/redirect?page=changes>
Changes:
[saurabhsrivastava312] fixes #14896 - [QA_4_8] Expanded DB, refresh, plus/minus icon
[saurabhsrivastava312] reduce elseif(s)
[sijie123] ExportJson: add checks to prevent crash when encode returns boolean
[hosted] Translated using Weblate (Chinese (Traditional))
[hosted] Translated using Weblate (French)
[hosted] Translated using Weblate (Japanese)
[hosted] Translated using Weblate (Japanese)
[hosted] Translated using Weblate (French)
[williamdes] Remove space in header X-Forwarded-For
[williamdes] Fix #14402 - Javascript error adding index to a new column
[williamdes] Add ChangeLog entry for #14402
[williamdes] Add ChangeLog entry for #14896
[williamdes] Add ChangeLog entry for #14922
[hosted] Translated using Weblate (Japanese)
[Maurício Meneghini Fauth] Create Controllers\Database\DataDictionaryController
[hosted] Translated using Weblate (Slovenian)
[hosted] Translated using Weblate (Turkish)
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/phpmyadmin.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/phpmyadmin.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 4fac0c4e7f8f32ba8f261980c8c47b329bdbad8a (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4fac0c4e7f8f32ba8f261980c8c47b329bdbad8a
Commit message: "Translated using Weblate (Turkish)"
> git rev-list --no-walk 4c93203904038aceb52fea86cf24465ec4a55aa5 # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content
TESTSUITE_URL=http://ci-live.phpmyadmin.net/phpMyAdmin/workspace/
TESTSUITE_USER=pmatest
TESTSUITE_DATABASE=pmatest
XTESTSUITE_BROWSERSTACK_USER=michaliha
TESTSUITE_SERVER=localhost
[EnvInject] - Variables injected successfully.
[workspace] $ /bin/sh -xe /tmp/jenkins6510934168334625906.sh
+ composer update --no-interaction
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Updating nette/robot-loader (v3.1.0 => v3.1.1): Loading from cache
Writing lock file
Generating autoload files
ocramius/package-versions: Generating version class...
ocramius/package-versions: ...done generating version class
[workspace] $ ant ******** ******** clean locales phpunit pdepend phpmd phpcpd phpcs phploc jshint jshint-checkstyle lint
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/pdepend>
locales:
[exec] po/en_US at rude.po:7: warning: header field 'PO-Revision-Date' still has the initial default value
[exec] po/ja.po:13837: 'msgstr[0]' is not a valid PHP format string, unlike 'msgid_plural'. Reason: The character that terminates the directive number 2 is not a valid conversion specifier.
[exec] msgfmt: found 1 fatal error
[exec] tput: No value for $TERM and no -T specified
[exec] Error when compiling po/ja.po
[exec] tput: No value for $TERM and no -T specified
BUILD FAILED
<https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build.xml>:140: exec returned: 1
Total time: 3 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Collecting duplicate code analysis files...
[DRY] Searching for all files in <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/> that match the pattern build/logs/pmd-cpd.xml
[DRY] No files found. Configuration error?
[DRY] Computing warning deltas based on reference build #2762
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #2762
Recording plot data
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/phpMyAdmin/builds/2765/cloverphp/clover.xml
Could not find 'build/coverage/build/logs/clover.xml'. Did you generate the XML report for Clover?
INFO: Starting to record.
INFO: Processing PHPUnit-3.x (default)
ERROR: Step ‘Publish xUnit test result report’ failed: [PHPUnit-3.x (default)] - No test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/phpMyAdmin/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
Did you enter a pattern relative to (and within) the workspace directory?
Did you generate the result report(s) for 'PHPUnit-3.x (default)'?"
[JDepend] JDepend plugin is ready
[JDepend] Couldn't generate JDepend file at 'build/logs/jdepend.xml'java.nio.file.NoSuchFileException: <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/build/logs/jdepend.xml>
More information about the Developers
mailing list