Skip to content

Instantly share code, notes, and snippets.

2017-02-03 21:44:35+0000 [Broker,1,172.30.79.236] worker 'bit03-spawner' attaching from IPv4Address(TCP, 'IP', PORT)
2017-02-03 21:44:35+0000 [Broker,1,172.30.79.236] Worker.getWorkerInfo is unavailable - falling back to deprecated buildslave API
2017-02-03 21:44:35+0000 [Broker,1,172.30.79.236] Got workerinfo from 'bit03-spawner'
2017-02-03 21:44:35+0000 [-] bot attached
2017-02-03 21:44:35+0000 [-] worker bit03-spawner cannot attach
Traceback (most recent call last):
Failure: twisted.internet.error.AlreadyCalled: Tried to cancel an already-called event.
2017-02-03 21:46:09+0000 [-] Received SIGTERM, shutting down.
2017-02-03 21:46:09+0000 [-] doing housekeeping for master 1 buildbot-travis:/buildbot
- name: testing playbook
user: root
gather_facts: yes
hosts:
- host.example.com
vars:
ansible_python_interpreter: /usr/bin/python2
a:
RedHat:
packages:
[defaults]
forks = 50
gathering = smart
inventory = stg/stg_inventory
[ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=600s
pipelining = True
# FreeBSD
ansible 2.2.0.0
config file = /usr/home/me/work/ansible/ansible.cfg
configured module search path = Default w/o overrides
# CentOS 7
ansible 2.2.0.0
config file = /buildbot/ansible_deploy/build/ansible.cfg
configured module search path = Default w/o overrides
- name: Install Apache
package:
name: "{{ item }}"
state: present
with_items: "{{ apache_os[ansible_os_family].packages }}"
# In vars/main.yaml:
apache_os:
RedHat:
# ...
# ../venv/bin/buildbot start
Traceback (most recent call last):
File "../venv/bin/buildbot", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
File "/usr/home/bbuser/buildbot/master/bin/buildbot", line 3, in <module>
from buildbot.scripts import runner
File "/usr/home/bbuser/buildbot/master/buildbot/scripts/runner.py", line 28, in <module>
from buildbot.scripts import base
File "/usr/home/bbuser/buildbot/master/buildbot/scripts/base.py", line 24, in <module>
from buildbot import config as config_module
2016-05-03 12:30:07+0000 [-] error while parsing config file:
Traceback (most recent call last):
File "/home/bbuser/venv/lib/python2.7/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/home/bbuser/venv/lib/python2.7/site-packages/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
File "/home/bbuser/venv/lib/python2.7/site-packages/twisted/internet/defer.py", line 1128, in _inlineCallbacks
result = g.send(result)
File "/usr/home/bbuser/buildbot/master/buildbot/master.py", line 189, in startService
self.configFileName)
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/home/sean/projects/buildbot/src/master/setup.py", line 26, in <module>
from buildbot import version
File "./buildbot/__init__.py", line 49, in <module>
version = getVersion(__file__)
File "./buildbot/__init__.py", line 42, in getVersion
v = VERSION_MATCH.search(out)
TypeError: can't use a string pattern on a bytes-like object
@seankelly
seankelly / gist:8065676
Created December 21, 2013 05:06
TAEB validation error
<T-> 2013-12-21 04:58:58 [ERROR:perl] Attribute (behaviors) does not pass the type constraint because: Validation failed for 'HashRef[TAEB::AI::Behavioral::Behavior]' with value { AttackSpell: TAEB::AI::Behavioral::Behavior::AttackSpell={ personality: TAEB::AI::Behavioral::Personality::Explorer=HASH(0x876faf0) }, BuffSelf: TAEB::AI::Behavioral::Behavior::BuffSelf={ personality: TAEB::AI::Behavioral::Personality::Explorer=HASH(0x876faf0) }, BuyProtection: TAEB::AI::Behavioral::Behavior::BuyProtection={ personality: TAEB::AI::Behavioral::Personality::Explorer=HASH(0x876faf0) }, Carrion: TAEB::AI::Behavioral::Behavior::Carrion={ personality: TAEB::AI::Behavioral::Personality::Explorer=HASH(0x876faf0) }, CurseCheck: TAEB::AI::Behavioral::Behavior::CurseCheck={ personality: TAEB::AI::Behavioral::Personality::Explorer=HASH(0x876faf0) }, DeadEnd: TAEB::AI::Behavioral::Behavior::DeadEnd={ personality: TAEB::AI::Behavioral::Personality::Explorer=HASH(0x876faf0) }, ... } at /usr/local/lib/perl/5.14.2/Moose/Meta/Attribu
03:27:39 < ArnieSan> Hi folks. I tried TAEB yesterday. It runs nicely, i had a
few completed games (by dying, obviously). But more often
than not I get an error:
03:27:42 < ArnieSan> ERROR:perl] Can't locate object method "evolve_from" via
package "TAEB::World::Item::Armor::Bodyarmor" at
lib/TAEB/ScreenScraper.pm line 1341.
03:28:14 < daxim_> which version/repository?
03:28:15 < ArnieSan> I thought I had the current git of most everything... is
there an easy fix for that?
03:28:18 < ArnieSan> git