GithubHelp home page GithubHelp logo

taiga-vagrant's Introduction

taiga-vagrant's People

Contributors

andycjw avatar bameda avatar jespino avatar mgdelacroix avatar tdelatorre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

taiga-vagrant's Issues

vagrant up not working

Latest version of taiga-vagrant on OSX Mavericks. Never seems to finish starting up. Here is the shell session:

hades@elysium:~/D/g/taiga-vagrant|master✓
➤ vagrant up

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 8000 => 8000 (adapter 1)
    default: 9001 => 9001 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...

hades@elysium:~/D/g/taiga-vagrant|master✓

How can I forbid people see my team project?

Dear developers,
I installed taiga on my team server in public network. I want to make projects public to all teammate.
But the default permission allow anyone see our projects as long as anyone visit our website.
I changed the file taiga-back/taiga/permissions/permission.py:

ANON_PERMISSIONS = [
]

USER_PERMISSIONS = [
    ('view_project', _('View project')),
    ('view_milestones', _('View milestones')),
    ('view_us', _('View user stories')),
    ('view_tasks', _('View tasks')),
    ('view_issues', _('View issues')),
    ('view_wiki_pages', _('View wiki pages')),
    ('view_wiki_links', _('View wiki links')),
    ('view_project', _('View project')),
    ('view_milestones', _('View milestones')),
    ('view_us', _('View user stories')),
    ('view_issues', _('View issues')),
    ('view_tasks', _('View tasks')),
    ('view_wiki_pages', _('View wiki pages')),
    ('view_wiki_links', _('View wiki links')),
    ('request_membership', _('Request membership')),
    ('add_us_to_project', _('Add user story to project')),
    ('add_comments_to_us', _('Add comments to user stories')),
    ('add_comments_to_task', _('Add comments to tasks')),
    ('add_issue', _('Add issues')),
    ('add_comments_to_issue', _('Add comments to issues')),
    ('add_wiki_page', _('Add wiki page')),
    ('modify_wiki_page', _('Modify wiki page')),
    ('add_wiki_link', _('Add wiki link')),
    ('modify_wiki_link', _('Modify wiki link')),
]

then I killed runserver progress and restart it and nginx.
But It does not seem to take effect.
Can you help me? thanks.

vagrant box defines more cpus than available on host!

after vagrant up executed the vagranfile creates the virtual machine with 4 cpus, but I only have 2 available.
Then linux never boots up. It hangs, looping the following message:
sd 2:0:0:0 rejecting I/O to offline device

I fixed this by forcing through the VagrantFile to use 2 cpus.

then i found this looking for information about the problem...
it seems tha nproc counts for physical and virtual cores.. and vbox only counts for physical..
hashbangcode/vlad#350

Installation script is confusing and unnecessary

When I saw curl https://raw.githubusercontent.com/taigaio/taiga-vagrant/master/install.sh | sh as the documented installation method, I was confused. "This is a vagrant project", I thought. "Why wouldn't I just clone the repo and runvagrant up?"

Then I looked at the source of the script and saw it was

git clone https://github.com/taigaio/taiga-vagrant.git && cd taiga-vagrant && vagrant up

I think you'd avoid confusion if you just listed those steps in your README.

Running apt-get update before trying to install apt packages

Greetings !

I saw you on HN this morning and wanted to try out taiga ! I've been running into some issues while running the vagrant up commands, and especially with APT that could not install some dependencies that were outdated.

It would be great if the provision script could run apt-get update beforehand 😄

==> default: Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.3
==> default:   404  Not Found [IP: 91.189.92.200 80]
==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libpq-dev amd64 9.3.4-1 [139 kB]
==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main postgresql-server-dev-9.3 amd64 9.3.4-1 [597 kB]
==> default: Err http://security.ubuntu.com/ubuntu/ trusty-security/main libssl-dev amd64 1.0.1f-1ubuntu2.3
==> default:   404  Not Found [IP: 91.189.88.153 80]
==> default: Err http://security.ubuntu.com/ubuntu/ trusty-security/main libssl-doc all 1.0.1f-1ubuntu2.3
==> default:   404  Not Found [IP: 91.189.88.153 80]
==> default: Fetched 1,245 kB in 10s (117 kB/s)
==> default: E
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.1f-1ubuntu2.3_amd64.deb  404  Not Found [IP: 91.189.88.153 80]
==> default: E
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-doc_1.0.1f-1ubuntu2.3_all.deb  404  Not Found [IP: 91.189.88.153 80]
==> default: E
==> default: : Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

how can i change the hostname

actually the hostname seems like: localhost

this is kind of bad if i wanna spawn the vagrant machine in the cloud or somewhere else. how i can change this so i can use it with proper ip or dns?

Page not found at /

After running tiaga-runservers everything seems to be working until I try to connect from the external host. Then I get a Django url's error:

Using the URLconf defined in taiga.urls, Django tried these URL patterns, in this order:
^api/v1/
^api/v1/api-auth/
^admin/
^static\/(?P<path>.*)$
^media\/(?P<path>.*)$
The current URL, , didn't match any of these.

Url is: http://localhost:8000/

can't vagrant up

Any help? :(

c:\vagrant\taiga-vagrant>vagrant up
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: <provider config: virtualbox>
Message: No such file or directory - nproc

Can't vagrant up on windows 7

Any help? :(

c:\vagrant\taiga-vagrant>vagrant up
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path:
Message: undifined method 'each' file for nil:Nilcalss

undefined jquery and _

Not sure if this is the right place to report this, but I tried setting up taiga using vagrant. vagrant up completed successfully, but when I tried going to localhost:8000 all I got was a blank page. I checked the console and saw two errors:

Uncaught ReferenceError: jQuery is not defined libs.js:1
Uncaught ReferenceError: _ is not defined app.js?v=1412271620731:1

Is this an issue with the setup scripts or the app itself? If you need anything else from me to diagnose the issue let me know.

How to Get Email Sending

First, let me say thank you to the Taiga team. What an amazing project management tool. Lightning fast, beautiful & intuitive interface and immediately accessible to an agile newbie!

Second, let me thank you for this vagrant script. The last time I tried to get a demo of a django app going on a test server it took me hours. I was able to run this vagrant script and in less than 15 minutes had a working Taiga install!

On to the "Issue". This is really just a public service announcement for the next newbie that installs this via vagrant. After starting to enter projects into the system, I immediately wanted to share, so I started inviting others to login and check it out. I invited them to the project and received an "ok" that an invitation was sent and the users existed as "pending" in my project. They didn't receive the email. I couldn't see any obvious way to pre-approve them and change them from the pending status and dug a little deeper into the Taiga install documentation.

I ended up modifying he ~/taiga-back/settings/local.py on the vagrant server to connect with gmail's smtp server:

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = 'yourpassword'

Now it is possible that any well respected Django Developer already knows this but in the interest of making your app accessible to even the newbies, might I suggest that you add this (or something to this effect) to the README?

Installation failing due to running behind proxy

There should be a way for performing clean installing that would run behind proxy server.

Currently we tried handling by using vagrant-proxyconf plugin and exporting http_proxy and https_proxy in provision shell script,

Things we have configured

  • APT Proxy
  • Git Proxy
  • Environment variables for proxy

We are not sure what we are currently missing in proxy which is causing our installation to fail.

Please let us know if any logs we can provide for deeper analysis.

I get error on vagrant plugin install vagrant-vbguest

When i run command vagrant plugin install vagrant-vbguest i get bellow error
nstalling the 'vagrant-vbguest' plugin. This can take a few minutes... /usr/lib/ruby/2.3.0/rubygems/specification.rb:949:inall=': undefined method group_by' for nil:NilClass (NoMethodError) from /usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:275:in with_isolated_gem'
from /usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:231:in internal_install' from /usr/lib/ruby/vendor_ruby/vagrant/bundler.rb:102:in install'
from /usr/lib/ruby/vendor_ruby/vagrant/plugin/manager.rb:62:in block in install_plugin' from /usr/lib/ruby/vendor_ruby/vagrant/plugin/manager.rb:72:in install_plugin'
from /usr/share/vagrant/plugins/commands/plugin/action/install_gem.rb:37:in call' from /usr/lib/ruby/vendor_ruby/vagrant/action/warden.rb:34:in call'
from /usr/lib/ruby/vendor_ruby/vagrant/action/builder.rb:116:in call' from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in block in run'
from /usr/lib/ruby/vendor_ruby/vagrant/util/busy.rb:19:in busy' from /usr/lib/ruby/vendor_ruby/vagrant/action/runner.rb:66:in run'
from /usr/share/vagrant/plugins/commands/plugin/command/base.rb:14:in action' from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:32:in block in execute'
from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:31:in each' from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:31:in execute'
from /usr/share/vagrant/plugins/commands/plugin/command/root.rb:56:in execute' from /usr/lib/ruby/vendor_ruby/vagrant/cli.rb:42:in execute'
from /usr/lib/ruby/vendor_ruby/vagrant/environment.rb:268:in cli' from /usr/bin/vagrant:173:in

'
`
my ubuntu is 16.4 and vagrant is 1.8.1 and ruby is 2.3.0

unable to configure email settings using taiga-vagarant.

let me thank you for this vagrant script.how we can configure below mail settings.if i configured in Vagrantfile
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
........end
i am not getting mails.
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = 'yourpassword'

please reply for this .

"gem-install-if-needed" command not found

When running vagrant up I get an error saying /tmp/vagrant-shell: line 177: gem-install-if-needed: command not found. The script continues to run but obviously things don't work correctly when it's finished as the sass gem is missing.

I also think there needs to be a gem install for the scss-lint gem as the front server complains that's not installed when first run.

Ansible provisioner?

Would you accept a pull request for an Ansible provisioning script for Taiga? It could also be used to provision production servers and would allow Vagrant re-provisioning.

I just want to make sure someone isn't already working on the same idea.

Apologies - I realized that I should have put this issue here: https://github.com/taigaio/taiga-scripts

Problems in Taiga vagrant web interface with Javascript: Angular modules

After doing in Ubuntu 14.04:

acs@bitboy:/devel/taiga$ git clone https://github.com/taigaio/taiga-vagrant.git
acs@bitboy:
/devel/taiga$ cd taiga-vagrant
acs@bitboy:~/devel/taiga/taiga-vagrant$ vagrant up
...
(several minutes)
...
Setting up nginx-full (1.4.6-1ubuntu3.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...

  • Restarting nginx nginx
    ...done.

when I try to access http://localhost:8000/ a blank screen is shown. Taking a look to JS console:

Uncaught Error: [$injector:nomod] Module 'taigaPlugins' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.2.21/$injector/nomod?p0=taigaPlugins libs.js:7
Uncaught Error: [$injector:modulerr] Failed to instantiate module taiga due to:
Error: [$injector:modulerr] Failed to instantiate module taigaPlugins due to:
Error: [$injector:nomod] Module 'taigaPlugins' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.2.21/$injector/nomod?p0=taigaPlugins
    at http://localhost:8000/js/libs.js?v=1416248737916:7:6824

wrong credentials for ubuntu box

vagrant won't install correctly, because xenial box is wrongly configured
https://bugs.launchpad.net/cloud-images/+bug/1569237


EDIT:
I started to test workaround w/bento-ubuntu box
config.vm.box = "bento/ubuntu-16.04",
#config.vm.box_url = "https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-vagrant.box",
solved a few issues

  1. ssh timeout -> w/ network settings cable true,
  2. grub2 error w/ apt get update and dpkg fixing,

but at one moment my system crashed, and i had enough fun, so i will probably setup taiga manually

Errors starting up servers - Environment does not contain an activate script

After running the follow steps

git clone https://github.com/taigaio/taiga-vagrant.git
cd taiga-vagrant
vagrant up
vagrant ssh
taiga-runserver

I'm seeing this is the top tmux pane

taiga-runserver-front                                                                                                                         
vagrant@vagrant-ubuntu-trusty-64:~$ taiga-runserver-front
ERROR: Environment '/home/vagrant/.virtualenvs/taiga' does not contain an activate script.
[06:42:25] Requiring external module coffee-script/register

module.js:340
    throw err;
          ^
Error: Cannot find module 'lodash'
  at Function.Module._resolveFilename (module.js:338:15)
  at Function.Module._load (module.js:280:25)
  at Module.require (module.js:364:17)
  at require (module.js:380:17)
  at Object.<anonymous> (/home/vagrant/data/taiga-layout/node_modules/gulp/node_modules/gulp-util/node_modules/vinyl/index.js:2:13)
  at Module._compile (module.js:456:26)
  at Object.Module._extensions..js (module.js:474:10)
  at Module.load (/home/vagrant/data/taiga-layout/node_modules/coffee-script/lib/coffee-script/register.js:45:36)
  at Function.Module._load (module.js:312:12)

And this in the bottom

taiga-runserver-back                                                                                                                           
vagrant@vagrant-ubuntu-trusty-64:~$ taiga-runserver-back
ERROR: Environment '/home/vagrant/.virtualenvs/taiga' does not contain an activate script.
Traceback (most recent call last):
  File "manage.py", line 8, in <module>
    from django.core.management import execute_from_command_line
ImportError: No module named django.core.management

Did I miss out a step or do something incorrectly?

attachments are broken

Hi

I set this up using Vagrant on Debian and most if not all works. The one issue I am hitting here is that the attachments are broken. I can upload them but I cant see them and the reason seems to be very evident.

http://localhost:8000/media/attachments/7/e/e/c/39d9ab7b9d67f9a06776d0b1c9ebda78f475dbcac9448e4924ef7e9a23f2/bas-XXXX.jpg

As you see the url is the internal vbox address. Is there a way to fix this or where do I change the setting so the url is passed properly.

thanks

Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Stream closed; nested exception is java.io.IOException: Stream closed

when i am trying to post json response to server using post method i got is exception and showing 400 bad request in advanced rest client tool.

i paased this payload after checking in the json viewer.

{"fullName":"raja","preferredDate":null,"preferredTime":"09:51:PM","taskEndDate":null,"pricingVariantType":"day","bookingAddress":{"locality":"kdr","landmark":"kdr","street":"kdr"},"paymentDetailses":[{"paymentTypes":"card"}]}
this is my method.

@RequestMapping(value="/api/user/driverzzhome",method = RequestMethod.POST, consumes = "application/json")
public final BookingDetails getUserBookingPage(final HttpServletRequest request, final HttpServletResponse response, @requestbody final BookingDetails bookingDetails, @requestbody final BookingAddress bookingAddress, @requestbody final PaymentDetails paymentDetails) throws IOException {


}

why i am getting this. help me.

thanks

taiga-vagrant fails to provide a working taiga environment

Thank you for this excellent platform!

Using taiga-vagrant I got only a running virtual machine. I needed to manually get and run the setup-server.sh taiga-script. Isn't taiga-vagrant supposed to render needless any further effort to get a working platform? At least this is my understanding reading the relevant documentation

HTTP status code 502 (Bad Gateway) when trying to log in

Followed the instructions to install Taiga as a Vagrant box. It appears like something goes wrong on provisioning. Console output (shortened):

[…]
==> default: Running virtualenv with interpreter /usr/bin/python3.4
==> default: Downloading/unpacking git+https://github.com/Xof/django-pglocks.git@dbb8d7375066859f897604132bd437832d2014ea (from -r requirements.txt (line 33))
==> default:   Cloning https://github.com/Xof/django-pglocks.git (to dbb8d7375066859f897604132bd437832d2014ea) to /tmp/pip-isajh4os-build
==> default:   Could not find a tag or branch 'dbb8d7375066859f897604132bd437832d2014ea', assuming commit.
==> default:   Running setup.py (path:/tmp/pip-isajh4os-build/setup.py) egg_info for package from git+https://github.com/Xof/django-pglocks.git@dbb8d7375066859f897604132bd437832d2014ea
==> default:     
==> default:     warning: no files found matching '*.txt' under directory 'docs'
==> default: Downloading/unpacking Django==1.9.2 (from -r requirements.txt (line 1))
==> default: Downloading/unpacking django-picklefield==0.3.2 (from -r requirements.txt (line 3))
==> default:   Downloading django_picklefield-0.3.2-py2.py3-none-any.whl
==> default: Downloading/unpacking django-sampledatahelper==0.4.0 (from -r requirements.txt (line 4))
==> default:   Downloading django-sampledatahelper-0.4.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/django-sampledatahelper/setup.py) egg_info for package django-sampledatahelper
==> default:     
==> default:     Installed /home/vagrant/.virtualenvs/taiga/build/django-sampledatahelper/versiontools-1.9.1-py3.4.egg
==> default:     
==> default:     warning: no files found matching 'sampledatahelper/static/*'
==> default:     warning: no files found matching 'sampledatahelper/l10n/names/*'
==> default: Downloading/unpacking gunicorn==19.4.5 (from -r requirements.txt (line 5))
==> default: Downloading/unpacking psycopg2==2.6.1 (from -r requirements.txt (line 6))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/psycopg2/setup.py) egg_info for package psycopg2
==> default:     
==> default: Downloading/unpacking Pillow==3.1.1 (from -r requirements.txt (line 7))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/Pillow/setup.py) egg_info for package Pillow
==> default:     
==> default:     warning: no previously-included files found matching '.editorconfig'
==> default: Downloading/unpacking pytz==2015.7 (from -r requirements.txt (line 8))
==> default: Downloading/unpacking six==1.10.0 (from -r requirements.txt (line 9))
==> default:   Downloading six-1.10.0-py2.py3-none-any.whl
==> default: Downloading/unpacking amqp==1.4.9 (from -r requirements.txt (line 10))
==> default: Downloading/unpacking djmail==0.12.0.post1 (from -r requirements.txt (line 11))
==> default:   Downloading djmail-0.12.0.post1.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/djmail/setup.py) egg_info for package djmail
==> default:     
==> default:   Requested djmail==0.12.0.post1 (from -r requirements.txt (line 11)), but installing version 0.12.0-1
==> default: Downloading/unpacking django-pgjson==0.3.1 (from -r requirements.txt (line 12))
==> default:   Downloading django-pgjson-0.3.1.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/django-pgjson/setup.py) egg_info for package django-pgjson
==> default:     
==> default: Downloading/unpacking djorm-pgarray==1.2 (from -r requirements.txt (line 13))
==> default:   Downloading djorm-pgarray-1.2.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/djorm-pgarray/setup.py) egg_info for package djorm-pgarray
==> default:     
==> default: Downloading/unpacking django-jinja==2.1.2 (from -r requirements.txt (line 14))
==> default:   Downloading django-jinja-2.1.2.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/django-jinja/setup.py) egg_info for package django-jinja
==> default:     
==> default: Downloading/unpacking jinja2==2.8 (from -r requirements.txt (line 15))
==> default: Downloading/unpacking pygments==2.0.2 (from -r requirements.txt (line 16))
==> default: Downloading/unpacking django-sites==0.9 (from -r requirements.txt (line 17))
==> default:   Downloading django-sites-0.9.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/django-sites/setup.py) egg_info for package django-sites
==> default:     
==> default: Downloading/unpacking Markdown==2.6.5 (from -r requirements.txt (line 18))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/Markdown/setup.py) egg_info for package Markdown
==> default:     
==> default: Downloading/unpacking fn==0.4.3 (from -r requirements.txt (line 19))
==> default:   Downloading fn-0.4.3.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/fn/setup.py) egg_info for package fn
==> default:     
==> default: Downloading/unpacking diff-match-patch==20121119 (from -r requirements.txt (line 20))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/diff-match-patch/setup.py) egg_info for package diff-match-patch
==> default:     
==> default: Downloading/unpacking requests==2.9.1 (from -r requirements.txt (line 21))
==> default: Downloading/unpacking django-sr==0.0.4 (from -r requirements.txt (line 22))
==> default:   Downloading django-sr-0.0.4.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/django-sr/setup.py) egg_info for package django-sr
==> default:     
==> default: Downloading/unpacking easy-thumbnails==2.3 (from -r requirements.txt (line 23))
==> default: Downloading/unpacking celery==3.1.20 (from -r requirements.txt (line 24))
==> default: Downloading/unpacking redis==2.10.5 (from -r requirements.txt (line 25))
==> default: Downloading/unpacking Unidecode==0.04.19 (from -r requirements.txt (line 26))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/Unidecode/setup.py) egg_info for package Unidecode
==> default:     
==> default: Downloading/unpacking raven==5.10.2 (from -r requirements.txt (line 27))
==> default: Downloading/unpacking bleach==1.4.2 (from -r requirements.txt (line 28))
==> default:   Downloading bleach-1.4.2-py2.py3-none-any.whl
==> default: Downloading/unpacking django-ipware==1.1.3 (from -r requirements.txt (line 29))
==> default:   Downloading django-ipware-1.1.3.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/django-ipware/setup.py) egg_info for package django-ipware
==> default:     
==> default: Downloading/unpacking premailer==2.9.7 (from -r requirements.txt (line 30))
==> default:   Downloading premailer-2.9.7-py2.py3-none-any.whl
==> default: Downloading/unpacking cssutils==1.0.1 (from -r requirements.txt (line 31))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/cssutils/setup.py) egg_info for package cssutils
==> default:     
==> default: Downloading/unpacking lxml==3.5.0 (from -r requirements.txt (line 32))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/lxml/setup.py) egg_info for package lxml
==> default:     Building lxml version 3.5.0.
==> default:     Building without Cython.
==> default:     Using build configuration of libxslt 1.1.28
==> default:     
==> default:     warning: no previously-included files found matching '*.py'
==> default: Downloading/unpacking pyjwkest==1.1.5 (from -r requirements.txt (line 34))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/pyjwkest/setup.py) egg_info for package pyjwkest
==> default:     
==> default: Downloading/unpacking python-dateutil==2.4.2 (from -r requirements.txt (line 35))
==> default: Downloading/unpacking netaddr==0.7.18 (from -r requirements.txt (line 36))
==> default: Downloading/unpacking sampledata (from django-sampledatahelper==0.4.0->-r requirements.txt (line 4))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/sampledata/setup.py) egg_info for package sampledata
==> default:     
==> default:     Installed /home/vagrant/.virtualenvs/taiga/build/sampledata/versiontools-1.9.1-py3.4.egg
==> default:     
==> default: Downloading/unpacking MarkupSafe (from jinja2==2.8->-r requirements.txt (line 15))
==> default:   Downloading MarkupSafe-0.23.tar.gz
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/MarkupSafe/setup.py) egg_info for package MarkupSafe
==> default:     
==> default: Downloading/unpacking kombu>=3.0.33,<3.1 (from celery==3.1.20->-r requirements.txt (line 24))
==> default: Downloading/unpacking billiard>=3.3.0.22,<3.4 (from celery==3.1.20->-r requirements.txt (line 24))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/billiard/setup.py) egg_info for package billiard
==> default:     
==> default:     warning: no files found matching '*.py' under directory 'Lib'
==> default: Downloading/unpacking contextlib2 (from raven==5.10.2->-r requirements.txt (line 27))
==> default:   Downloading contextlib2-0.5.3-py2.py3-none-any.whl
==> default: Downloading/unpacking html5lib>=0.999 (from bleach==1.4.2->-r requirements.txt (line 28))
==> default:   Running setup.py (path:/home/vagrant/.virtualenvs/taiga/build/html5lib/setup.py) egg_info for package html5lib
==> default:     html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 2.2)
==> default:     Complete output from command python setup.py egg_info:
==> default:     html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 2.2)
==> default: 
==> default: ----------------------------------------
==> default: Cleaning up...
==> default: Command python setup.py egg_info failed with error code 1 in /home/vagrant/.virtualenvs/taiga/build/html5lib
==> default: Storing debug log for failure in /home/vagrant/.pip/pip.log
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: Traceback (most recent call last):
==> default:   File "manage.py", line 27, in <module>
==> default:     from django.core.management import execute_from_command_line
==> default: ImportError: No module named 'django'
==> default: ~ ~/taiga-scripts
==> default: ~/taiga-scripts
==> default: Downloading/unpacking circus
==> default:   Running setup.py (path:/tmp/pip_build_root/circus/setup.py) egg_info for package circus
==> default:     
==> default:     warning: no files found matching 'pip-requirements.txt'
==> default: Downloading/unpacking iowait (from circus)
==> default:   Downloading iowait-0.2.tar.gz
==> default:   Running setup.py (path:/tmp/pip_build_root/iowait/setup.py) egg_info for package iowait
==> default:     
==> default: Downloading/unpacking psutil (from circus)
==> default:   Running setup.py (path:/tmp/pip_build_root/psutil/setup.py) egg_info for package psutil
==> default:     
==> default:     warning: no previously-included files matching '*' found under directory 'docs/_build'
==> default: Downloading/unpacking pyzmq>=13.1.0 (from circus)
==> default:   Running setup.py (path:/tmp/pip_build_root/pyzmq/setup.py) egg_info for package pyzmq
==> default:     
==> default:     warning: no files found matching 'tox.ini'
==> default:     no previously-included directories found matching 'docs/build'
==> default:     no previously-included directories found matching 'docs/gh-pages'
==> default:     warning: no previously-included files found matching 'bundled/zeromq/src/Makefile*'
==> default:     warning: no previously-included files found matching 'bundled/zeromq/src/platform.hpp'
==> default:     warning: no previously-included files found matching 'setup.cfg'
==> default:     warning: no previously-included files found matching 'zmq/libzmq*'
==> default:     warning: no previously-included files matching '__pycache__/*' found anywhere in distribution
==> default:     warning: no previously-included files matching '.deps/*' found anywhere in distribution
==> default:     warning: no previously-included files matching '*.so' found anywhere in distribution
==> default:     warning: no previously-included files matching '*.pyd' found anywhere in distribution
==> default:     warning: no previously-included files matching '.git*' found anywhere in distribution
==> default:     warning: no previously-included files matching '.DS_Store' found anywhere in distribution
==> default:     warning: no previously-included files matching '.mailmap' found anywhere in distribution
==> default:     warning: no previously-included files matching 'Makefile.am' found anywhere in distribution
==> default:     warning: no previously-included files matching 'Makefile.in' found anywhere in distribution
==> default: Downloading/unpacking tornado>=3.0 (from circus)
==> default:   Running setup.py (path:/tmp/pip_build_root/tornado/setup.py) egg_info for package tornado
==> default:     
==> default:     no previously-included directories found matching 'docs/build'
==> default:     warning: no files found matching 'tornado/test/README'
==> default: Downloading/unpacking backports.ssl-match-hostname (from tornado>=3.0->circus)
==> default:   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz
==> default:   Running setup.py (path:/tmp/pip_build_root/backports.ssl-match-hostname/setup.py) egg_info for package backports.ssl-match-hostname
==> default:     
==> default: Downloading/unpacking singledispatch (from tornado>=3.0->circus)
==> default:   Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl
==> default: Downloading/unpacking certifi (from tornado>=3.0->circus)
==> default: Downloading/unpacking backports-abc>=0.4 (from tornado>=3.0->circus)
==> default:   Downloading backports_abc-0.4-py2.py3-none-any.whl
==> default: Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from singledispatch->tornado>=3.0->circus)
==> default: Installing collected packages: circus, iowait, psutil, pyzmq, tornado, backports.ssl-match-hostname, singledispatch, certifi, backports-abc
==> default:   Running setup.py install for circus
==> default:     
==> default:     warning: no files found matching 'pip-requirements.txt'
==> default:     Installing circusd-stats script to /usr/local/bin
==> default:     Installing circus-top script to /usr/local/bin
==> default:     Installing circusd script to /usr/local/bin
==> default:     Installing circusctl script to /usr/local/bin
==> default:     Installing circus-plugin script to /usr/local/bin
==> default:   Running setup.py install for iowait
==> default:     
==> default:   Running setup.py install for psutil
==> default:     building 'psutil._psutil_linux' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPSUTIL_VERSION=430 -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o -o build/lib.linux-x86_64-2.7/psutil/_psutil_linux.so
==> default:     building 'psutil._psutil_posix' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so
==> default:     
==> default:     warning: no previously-included files matching '*' found under directory 'docs/_build'
==> default:   Running setup.py install for pyzmq
==> default:     pkg-config not found
==> default:     {'libraries': ['zmq'], 'extra_link_args': [], 'runtime_library_dirs': [], 'library_dirs': [], 'include_dirs': []}
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -c build/temp.linux-x86_64-2.7/scratch/check_sys_un.c -o build/temp.linux-x86_64-2.7/scratch/check_sys_un.o
==> default:     x86_64-linux-gnu-gcc -pthread build/temp.linux-x86_64-2.7/scratch/check_sys_un.o -o build/temp.linux-x86_64-2.7/scratch/check_sys_un
==> default:     Configure: Autodetecting ZMQ settings...
==> default:         Custom ZMQ dir:
==> default:     ************************************************
==> default:     cc -c /tmp/timer_createsGwMTx.c -o build/temp.linux-x86_64-2.7/scratch/tmp/timer_createsGwMTx.o
==> default:     cc build/temp.linux-x86_64-2.7/scratch/tmp/timer_createsGwMTx.o -o build/temp.linux-x86_64-2.7/scratch/a.out
==> default:     build/temp.linux-x86_64-2.7/scratch/tmp/timer_createsGwMTx.o: In function `main':
==> default:     timer_createsGwMTx.c:(.text+0x15): undefined reference to `timer_create'
==> default:     collect2: error: ld returned 1 exit status
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.linux-x86_64-2.7/scratch/vers.c -o build/temp.linux-x86_64-2.7/scratch/vers.o
==> default:     x86_64-linux-gnu-gcc -pthread build/temp.linux-x86_64-2.7/scratch/vers.o -lzmq -lrt -o build/temp.linux-x86_64-2.7/scratch/vers
==> default:         ZMQ version detected: 4.0.4
==> default:     Warning: Detected ZMQ version: 4.0.4, but pyzmq targets ZMQ 4.1.5.
==> default:     Warning: libzmq features and fixes introduced after 4.0.4 will be unavailable.
==> default:     ************************************************
==> default:     ************************************************
==> default:     building 'zmq.devices.monitoredqueue' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.7/zmq/devices/monitoredqueue.o
==> default:     zmq/devices/monitoredqueue.c: In function ‘__pyx_pw_3zmq_7devices_14monitoredqueue_1monitored_queue’:
==> default:     zmq/devices/monitoredqueue.c:1277:33: warning: ‘__pyx_v_msg_c_len’ may be used uninitialized in this function [-Wmaybe-uninitialized]
==> default:        __pyx_v_rc = zmq_msg_init_size((&__pyx_v_in_msg), __pyx_v_msg_c_len);
==> default:                                      ^
==> default:     zmq/devices/monitoredqueue.c:1170:14: note: ‘__pyx_v_msg_c_len’ was declared here
==> default:        Py_ssize_t __pyx_v_msg_c_len;
==> default:                   ^
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/devices/monitoredqueue.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/devices/monitoredqueue.so
==> default:     building 'zmq.backend.cython._device' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_device.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/_device.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/_device.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/_device.so
==> default:     building 'zmq.backend.cython._poll' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_poll.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/_poll.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/_poll.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/_poll.so
==> default:     building 'zmq.backend.cython._version' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/_version.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/_version.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/_version.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/_version.so
==> default:     building 'zmq.backend.cython.constants' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/constants.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/constants.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/constants.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/constants.so
==> default:     building 'zmq.backend.cython.context' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/context.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/context.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/context.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/context.so
==> default:     building 'zmq.backend.cython.error' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/error.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/error.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/error.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/error.so
==> default:     building 'zmq.backend.cython.message' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/message.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/message.o
==> default:     zmq/backend/cython/message.c: In function ‘__pyx_pf_3zmq_7backend_6cython_7message_5Frame_20get’:
==> default:     zmq/backend/cython/message.c:3431:9: warning: variable ‘__pyx_v_property_c’ set but not used [-Wunused-but-set-variable]
==> default:        char *__pyx_v_property_c;
==> default:              ^
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/message.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/message.so
==> default:     building 'zmq.backend.cython.socket' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/socket.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/socket.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/socket.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/socket.so
==> default:     building 'zmq.backend.cython.utils' extension
==> default:     x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_UN_H=1 -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/include/python2.7 -c zmq/backend/cython/utils.c -o build/temp.linux-x86_64-2.7/zmq/backend/cython/utils.o
==> default:     x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/zmq/backend/cython/utils.o -lzmq -lrt -o build/lib.linux-x86_64-2.7/zmq/backend/cython/utils.so
==> default:       File "/usr/local/lib/python2.7/dist-packages/zmq/auth/asyncio.py", line 28
==> default:         events = yield from self.__poller.poll()
==> default:                           ^
==> default:     SyntaxError: invalid syntax
==> default:     
==> default:       File "/usr/local/lib/python2.7/dist-packages/zmq/tests/_test_asyncio.py", line 43
==> default:         yield from a.send(b'hi')
==> default:                  ^
==> default:     SyntaxError: invalid syntax
==> default:     
==> default:       File "/usr/local/lib/python2.7/dist-packages/zmq/asyncio.py", line 79
==> default:         "{!r}".format(fileobj)) from None
==> default:                                    ^
==> default:     SyntaxError: invalid syntax
[…]

When trying to log in as admin with 123123 on http://localhost:8000/login?next=%252Fdiscover I get the following error message: Oops, something happened... According to our Oompa Loompas, your username/email or password are incorrect.. The console output (of Safari) states:

Failed to load resource: the server responded with a status of 502 (Bad Gateway) http://localhost:8000/api/v1/auth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.