[OpenStack-Infra] Junior Jobs, possibly around zuul
Andrew Mason
andrew at nocturnal.net.au
Mon Nov 3 14:12:43 UTC 2014
Hi Antoine,
> I have a few ideas which I never bothered filling as bugs so here
they are:
Thanks for taking the time to dig up some tasks for me to work on. The
kind folk in #openstack-infra have gotten me reasonably close to getting
a test vm up and running. (see below)
As discussed on IRC I'll create LP entries for those bugs / features you
lined up so people can provide feedback etc..
Kind regards
Andrew
**************
Regarding a dev env, I've created a brand new vm using Ubuntu 14.04.
installed git and tox, cloned the zuul git repo, ran tox but I'm getting
the output below.
I get the impression that there should be an instance of gearman started
up by the server however it doesn't seem that it can connect to it. Any
assistance would be greatly appreciated.
am at zuuldev:~/openstack/zuul$ tox
pep8 develop-inst-noop: /home/am/openstack/zuul
pep8 runtests: commands[0] | flake8
py27 develop-inst-noop: /home/am/openstack/zuul
py27 runtests: commands[0] | python setup.py testr --slowest --testr-args=
running testr
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1}
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1}
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} ${PYTHON:-python} -m subunit.run
discover -t ./ tests
2014-11-04 00:23:24,433 zuul.CloneMapper INFO Workspace path set
to: /basepath
2014-11-04 00:23:24,442 zuul.CloneMapper INFO Mapping projects to
workspace...
2014-11-04 00:23:24,445 zuul.CloneMapper INFO plugins/plugin1 ->
/basepath/catchall
2014-11-04 00:23:24,446 zuul.CloneMapper INFO plugins/plugin2 ->
/basepath/catchall
2014-11-04 00:23:24,446 zuul.CloneMapper DEBUG Checking overlap in
destination directories...
2014-11-04 00:23:24,448 zuul.CloneMapper INFO Workspace path set
to: /basepath
2014-11-04 00:23:24,450 zuul.CloneMapper DEBUG Using project1 as
destination (unmatched)
2014-11-04 00:23:24,451 zuul.CloneMapper DEBUG Using plugins/plugin1
as destination (unmatched)
2014-11-04 00:23:24,451 zuul.CloneMapper INFO Mapping projects to
workspace...
2014-11-04 00:23:24,452 zuul.CloneMapper INFO project1 ->
/basepath/project1
2014-11-04 00:23:24,452 zuul.CloneMapper INFO plugins/plugin1 ->
/basepath/plugins/plugin1
2014-11-04 00:23:24,453 zuul.CloneMapper DEBUG Checking overlap in
destination directories...
2014-11-04 00:23:24,453 zuul.CloneMapper INFO Expansion completed.
2014-11-04 00:23:24,454 zuul.CloneMapper INFO Workspace path set
to: /basepath
2014-11-04 00:23:24,456 zuul.CloneMapper INFO Mapping projects to
workspace...
2014-11-04 00:23:24,457 zuul.CloneMapper INFO plugins/Plugin_1 ->
/basepath/project
2014-11-04 00:23:24,458 zuul.CloneMapper DEBUG Checking overlap in
destination directories...
2014-11-04 00:23:24,458 zuul.CloneMapper INFO Expansion completed.
2014-11-04 00:23:24,459 zuul.CloneMapper INFO Workspace path set
to: /basepath
2014-11-04 00:23:24,461 zuul.CloneMapper INFO Mapping projects to
workspace...
2014-11-04 00:23:24,462 zuul.CloneMapper INFO mediawiki/core ->
/basepath
2014-11-04 00:23:24,463 zuul.CloneMapper DEBUG Checking overlap in
destination directories...
2014-11-04 00:23:24,463 zuul.CloneMapper INFO Expansion completed.
2014-11-04 00:23:24,464 zuul.CloneMapper INFO Workspace path set
to: /basepath
2014-11-04 00:23:24,466 zuul.CloneMapper INFO Mapping projects to
workspace...
2014-11-04 00:23:24,467 zuul.CloneMapper INFO plugins/PluginFirst
-> /basepath/project/plugins/PluginFirst
2014-11-04 00:23:24,467 zuul.CloneMapper DEBUG Checking overlap in
destination directories...
2014-11-04 00:23:24,468 zuul.CloneMapper INFO Expansion completed.
2014-11-04 00:23:24,468 zuul.CloneMapper INFO Workspace path set
to: /basepath
2014-11-04 00:23:24,470 zuul.CloneMapper INFO Mapping projects to
workspace...
2014-11-04 00:23:24,471 zuul.CloneMapper INFO
plugins/PluginInBasePath -> /basepath/PluginInBasePath
2014-11-04 00:23:24,471 zuul.CloneMapper DEBUG Checking overlap in
destination directories...
2014-11-04 00:23:24,472 zuul.CloneMapper INFO Expansion completed.
2014-11-04 00:28:36,430 gear.Client.unknown DEBUG Checking if servers
need to be reconnected
2014-11-04 00:28:36,431 gear.Client.unknown DEBUG Trying to reconnect
<gear.Connection 0x7fe0dc66f590 host: 127.0.0.1 port: 54495>
2014-11-04 00:28:36,431 gear.Connection.unknown INFO Disconnected
from 127.0.0.1 port 54495
2014-11-04 00:28:36,431 gear.Connection.unknown DEBUG Setting state
to: INIT
2014-11-04 00:28:36,431 gear.Connection.unknown DEBUG Connecting to
127.0.0.1 port 54495
2014-11-04 00:28:36,432 gear.Connection.unknown DEBUG Error
connecting to 127.0.0.1 port 54495
2014-11-04 00:28:36,432 gear.Client.unknown DEBUG Unable to connect
to <gear.Connection 0x7fe0dc66f590 host: 127.0.0.1 port: 54495>
2014-11-04 00:29:48,773 gear.Client.unknown DEBUG Checking if servers
need to be reconnected
2014-11-04 00:29:48,774 gear.Client.unknown DEBUG Trying to reconnect
<gear.Connection 0x7fe0dc66f590 host: 127.0.0.1 port: 54495>
2014-11-04 00:29:48,774 gear.Connection.unknown INFO Disconnected
from 127.0.0.1 port 54495
2014-11-04 00:29:48,774 gear.Connection.unknown DEBUG Setting state
to: INIT
2014-11-04 00:29:48,775 gear.Connection.unknown DEBUG Connecting to
127.0.0.1 port 54495
2014-11-04 00:29:48,775 gear.Connection.unknown DEBUG Error
connecting to 127.0.0.1 port 54495
2014-11-04 00:29:48,775 gear.Client.unknown DEBUG Unable to connect
to <gear.Connection 0x7fe0dc66f590 host: 127.0.0.1 port: 54495>
More information about the OpenStack-Infra
mailing list