See <http://jenkins.turbogears.org/job/tg-2.1-py2.6/137/changes>

Changes:

[Alessandro Molina] Permit to avoid doctype injection when manually rendering 
templates with tg.render.render

------------------------------------------
Started by an SCM change
Checkout:workspace / <http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/> - 
hudson.remoting.LocalChannel@1e6136e
Using strategy: Default
Last Built Revision: Revision 776e8d827859d0040b3e6643638a69b3a99d4112 
(origin/development)
Checkout:workspace / <http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/> - 
hudson.remoting.LocalChannel@1e6136e
Fetching changes from 1 remote Git repository
Fetching upstream changes from git://git.code.sf.net/p/turbogears2/tg2
Commencing build of Revision be9ba07ff084fa43c2135e716bc81b00869be97d 
(origin/development)
Checking out Revision be9ba07ff084fa43c2135e716bc81b00869be97d 
(origin/development)
[workspace] $ /bin/sh -xe /tmp/hudson2534052682098803734.sh
+ git clean -d -x -f
Removing TurboGears2.egg-info/
Removing tg2env/
+ virtualenv -p python2.6 --no-site-packages tg2env
The --no-site-packages flag is deprecated; it is now the default behavior.
New python executable in tg2env/bin/python2.6
Also creating executable in tg2env/bin/python
Installing setuptools............................done.
Installing pip...............done.
Running virtualenv with interpreter /usr/bin/python2.6
+ source tg2env/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n /bin/sh -o -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=<http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env>
++ export VIRTUAL_ENV
++ 
_OLD_VIRTUAL_PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/hudson/bin
++ 
PATH=<http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env/bin>:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/hudson/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' x '!=' x ']'
+++ basename <http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env>
++ '[' tg2env = __ ']'
+++ basename <http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env>
++ PS1='(tg2env)'
++ export PS1
++ '[' -n /bin/sh -o -n '' ']'
++ hash -r
+ cd ..
+ easy_install coverage
Searching for coverage
Reading http://pypi.python.org/simple/coverage/
Reading http://nedbatchelder.com/code/modules/coverage.html
Reading http://nedbatchelder.com/code/coverage
Reading http://nedbatchelder.com/code/coverage/3.5b1
Reading http://nedbatchelder.com/code/coverage/3.4b1
Reading http://nedbatchelder.com/code/coverage/3.4b2
Reading http://nedbatchelder.com/code/coverage/3.5.1b1
Best match: coverage 3.5.1
Downloading 
http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24
Processing coverage-3.5.1.tar.gz
Running coverage-3.5.1/setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-0bVf5q/coverage-3.5.1/egg-dist-tmp-Amx9sH
no previously-included directories found matching 'test'
Adding coverage 3.5.1 to easy-install.pth file
Installing coverage script to 
<http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env/bin>

Installed 
<http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env/lib/python2.6/site-packages/coverage-3.5.1-py2.6-linux-i686.egg>
Processing dependencies for coverage
Finished processing dependencies for coverage
+ cd -
<http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/>
+ python setup.py tgdevelop
running develop
running egg_info
creating TurboGears2.egg-info
writing requirements to TurboGears2.egg-info/requires.txt
writing TurboGears2.egg-info/PKG-INFO
writing top-level names to TurboGears2.egg-info/top_level.txt
writing dependency_links to TurboGears2.egg-info/dependency_links.txt
writing entry points to TurboGears2.egg-info/entry_points.txt
writing manifest file 'TurboGears2.egg-info/SOURCES.txt'
reading manifest file 'TurboGears2.egg-info/SOURCES.txt'
writing manifest file 'TurboGears2.egg-info/SOURCES.txt'
running build_ext
Creating 
<http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/tg2env/lib/python2.6/site-packages/TurboGears2.egg-link>
 (link to .)
Adding TurboGears2 2.1.4 to easy-install.pth file

Installed <http://jenkins.turbogears.org/job/tg-2.1-py2.6/ws/>
Processing dependencies for TurboGears2==2.1.4
Searching for crank
Reading http://www.turbogears.org/2.1/downloads/current/
Reading http://tg.tgy/current/index/crank/
Download error: [Errno -2] Name or service not known -- Some packages may not 
be found!
Couldn't find index page for 'crank' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://tg.tgy/current/index/
Download error: [Errno -2] Name or service not known -- Some packages may not 
be found!
No local packages or download links found for crank
Best match: None
Traceback (most recent call last):
  File "setup.py", line 77, in <module>
    "http://www.turbogears.org/2.1/downloads/current/";
  File "/usr/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command
    cmd_obj.run()
  File "build/bdist.linux-i686/egg/setuptools/command/develop.py", line 27, in 
run
  File "build/bdist.linux-i686/egg/setuptools/command/develop.py", line 102, in 
install_for_development
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 
519, in process_distribution
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 563, in resolve
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 799, in best_match
  File "build/bdist.linux-i686/egg/pkg_resources.py", line 811, in obtain
  File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 
434, in easy_install
  File "build/bdist.linux-i686/egg/setuptools/package_index.py", line 475, in 
fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'
Build step 'Execute shell' marked build as failure
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Recording test results

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@googlegroups.com.
To unsubscribe from this group, send email to 
turbogears-trunk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en.

Reply via email to