
See <https://ci.phpmyadmin.net/job/phpMyAdmin/2733/display/redirect?page=changes> Changes: [madhura.cj] Issue phpmyadmin-security/267 SQL injection in Designer feature [williamdes] Fix #14478 - phpMyAdmin no longer streams the export data [madhura.cj] Issue phpmyadmin-security/267 SQL injection in Designer feature [bennetch] Update ChangeLog for security issues PMASA-2019-1 and PMASA-2019-2 [bennetch] Prepare for version 4.8.5 [bennetch] Adding composer lock for 4.8.5 [bennetch] Removing composer.lock [bennetch] Prepare for 4.8.6-dev [hosted] Translated using Weblate (Japanese) [hosted] Translated using Weblate (Catalan) [hosted] Translated using Weblate (French) [hosted] Translated using Weblate (German) [hosted] Translated using Weblate (Japanese) [hosted] Translated using Weblate (Norwegian Bokmål) [Maurício Meneghini Fauth] Add ChangeLog entry for #14478 [hosted] Translated using Weblate (Portuguese) [hosted] Translated using Weblate (Portuguese) [hosted] Translated using Weblate (Dutch) [hosted] Translated using Weblate (French) [hosted] Translated using Weblate (German) [hosted] Translated using Weblate (Interlingua) [hosted] Translated using Weblate (Japanese) [hosted] Translated using Weblate (Norwegian Bokmål) [hosted] Translated using Weblate (Portuguese) [hosted] Translated using Weblate (Slovenian) [hosted] Translated using Weblate (Turkish) [Maurício Meneghini Fauth] Archive 2018 ChangeLog entries to the history repository [Maurício Meneghini Fauth] Archive 2018 ChangeLog entries to the history repository [Maurício Meneghini Fauth] Update po files [hosted] Translated using Weblate (Portuguese) [hosted] Translated using Weblate (Azerbaijani) [Maurício Meneghini Fauth] Refactor ServerCollationsController [hosted] Translated using Weblate (Estonian) [hosted] Translated using Weblate (Japanese) ------------------------------------------ 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 e213e4ac54e8b4c73929abdc5daca8e2e1768f85 (origin/master) git config core.sparsecheckout # timeout=10 git checkout -f e213e4ac54e8b4c73929abdc5daca8e2e1768f85 Commit message: "Merge branch 'origin/master' into Weblate." git rev-list --no-walk 4d7c271e669015858bc95df42783c7be0bbb33c2 # 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/jenkins8102271663524070742.sh + composer update --no-interaction Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs, 2 updates, 0 removals - Updating composer/xdebug-handler (1.3.1 => 1.3.2): Loading from cache - Updating sebastian/environment (4.0.1 => 4.0.2): 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/et.po:15321: 'msgstr[0]' is not a valid PHP format string, unlike 'msgid_plural'. Reason: In the directive number 2, the character 'a' is not a valid conversion specifier. [exec] msgfmt: found 2 fatal errors [exec] tput: No value for $TERM and no -T specified [exec] Error when compiling po/et.po [exec] tput: No value for $TERM and no -T specified [exec] po/sl.po:15440: 'msgstr[0]' is not a valid PHP format string, unlike 'msgid_plural'. Reason: In the directive number 2, the character 'z' is not a valid conversion specifier. [exec] msgfmt: found 4 fatal errors [exec] tput: No value for $TERM and no -T specified [exec] Error when compiling po/sl.po [exec] tput: No value for $TERM and no -T specified [exec] po/tr.po:15467: 'msgstr[0]' is not a valid PHP format string, unlike 'msgid_plural'. Reason: In the directive number 2, the character 'v' is not a valid conversion specifier. [exec] msgfmt: found 2 fatal errors [exec] tput: No value for $TERM and no -T specified [exec] Error when compiling po/tr.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 #2732 [TASKS] Skipping publisher since build result is FAILURE [ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #2732 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/2733/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>