Hi, I tried register on trac to submit a bug but it failed.
I initially tried registering using my email [email protected] but it said it could be potential spam so it asked me for a captcha. After entering the captcha it shows: 'Submission rejected as potential spam'. Then I tried the alternative [email protected] for which was immediately rejected. Can an admin look into this and try to understand why this happened? Anyway, I am seeing two things. First when using pip to install 0.9rc1 I need to install first mock and buildbot_pkg, otherwise `pip install buildbot==0.9.0rc1` fails. Why aren't these mentioned as dependencies? After getting buildbot 0.9 installed it fails while trying to create a master: $ buildbot create-master master Traceback (most recent call last): File "/home/pmatos/tmp/buildbot-09/bbenv/bin/buildbot", line 3, in <module> from buildbot.scripts import runner File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-packages/buildbot/scripts/runner.py", line 30, in <module> from buildbot.scripts import base File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-packages/buildbot/scripts/base.py", line 28, in <module> from buildbot import config as config_module File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-packages/buildbot/config.py", line 28, in <module> from buildbot import interfaces File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-packages/buildbot/interfaces.py", line 49, in <module> locals(), WorkerTooOldError, compat_name="BuildSlaveTooOldError") File "/home/pmatos/tmp/buildbot-09/bbenv/lib/python3.4/site-packages/buildbot/worker_transition.py", line 201, in deprecated attribute_name = scope.keys()[scope.values().index(attribute)] AttributeError: 'dict_values' object has no attribute 'index' Is this a known issue? -- Paulo Matos _______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
