[Phpmyadmin-devel] Build failed in Jenkins: phpMyAdmin-website #292
Jenkins Daemon
jenkins at phpmyadmin.net
Thu Jul 2 15:52:37 CEST 2015
See <https://ci.phpmyadmin.net/job/phpMyAdmin-website/292/changes>
Changes:
[Michal Čihař] Do not mess up with media parameter, breaks merging CSS files
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/phpMyAdmin-website/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/phpmyadmin/website.git # timeout=10
Fetching upstream changes from git://github.com/phpmyadmin/website.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/phpmyadmin/website.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9273ceab225bd3f8cdcc83c1a65f79a19998299b (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9273ceab225bd3f8cdcc83c1a65f79a19998299b
> git rev-list 1e77991de3f01b339a55363c175ed2ab685261fe # timeout=10
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/phpMyAdmin-website/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/phpMyAdmin-website/ws/build>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/phpMyAdmin-website/ws/build>
test:
[exec] Traceback (most recent call last):
[exec] File "./manage.py", line 31, in <module>
[exec] execute_from_command_line(sys.argv)
[exec] File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
[exec] utility.execute()
[exec] File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute
[exec] django.setup()
[exec] File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 21, in setup
[exec] apps.populate(settings.INSTALLED_APPS)
[exec] File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 85, in populate
[exec] app_config = AppConfig.create(entry)
[exec] File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 87, in create
[exec] module = import_module(entry)
[exec] File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
[exec] __import__(name)
[exec] ImportError: No module named compressor
BUILD FAILED
<https://ci.phpmyadmin.net/job/phpMyAdmin-website/ws/build.xml>:20: exec returned: 1
Total time: 0 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <https://ci.phpmyadmin.net/job/phpMyAdmin-website/ws/output> to /var/lib/jenkins/jobs/phpMyAdmin-website/htmlreports/Generated_website
More information about the Developers
mailing list