*** coolsvap has quit IRC | 01:39 | |
*** number80 has quit IRC | 01:51 | |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update of cliff to v2.2.0 https://review.openstack.org/358816 | 05:42 |
---|---|---|
IgorYozhikov | dirk, I tried to run setup.py test - but it seams do almost nothing :( | 05:49 |
*** pcaruana has joined #openstack-rpm-packaging | 06:14 | |
IgorYozhikov | jpena, dirk, I'm stuck with this - http://paste.openstack.org/show/562405/ might be you've seen this previously? | 06:29 |
IgorYozhikov | osc-lib 1.0.2 | 06:29 |
openstackgerrit | Thomas Bechtold proposed openstack/pymod2pkg: Add python-ironic-inspector-client exception for SUSE https://review.openstack.org/357603 | 06:30 |
*** apevec has joined #openstack-rpm-packaging | 06:40 | |
dirk | IgorYozhikov: probably some version mismatch somewhere. See discussion in https://review.openstack.org/settings | 07:45 |
dirk | Oops, I meant https://review.openstack.org/355335 | 07:45 |
IgorYozhikov | dirk, we are using package repository with packages built from j2 templates in addition to our, i mean mos. | 07:50 |
IgorYozhikov | http://packages.fuel-infra.org//rpm-packaging/master/centos7/os/x86_64 and http://mirror.fuel-infra.org/mos-repos/centos/mos-master-centos7/os/x86_64 | 07:50 |
IgorYozhikov | and 1st one have priority | 07:51 |
IgorYozhikov | we are using for further builds and test what were already built from j2 templates | 07:52 |
IgorYozhikov | I've got success with using both repos with equal priorities | 07:55 |
IgorYozhikov | going to analyze difference | 07:56 |
IgorYozhikov | Ran 147 tests in 0.324s | 07:56 |
IgorYozhikov | DEBUG: PASSED (id=0, skips=1) | 07:56 |
IgorYozhikov | looks like something is outdated | 07:56 |
*** openstackgerrit has quit IRC | 08:03 | |
*** openstackgerrit has joined #openstack-rpm-packaging | 08:04 | |
dirk | IgorYozhikov: all I can say is that it's not reproducible in the suse ci, git no further ideas right now. I'd suggest to compare version numbers between those two builds to see where the differences come from | 08:12 |
IgorYozhikov | http://paste.openstack.org/show/562418/ | 08:15 |
IgorYozhikov | dirk, ^ | 08:15 |
IgorYozhikov | doing further investigation | 08:16 |
IgorYozhikov | dirk, found next: | 08:20 |
IgorYozhikov | Found existing installation: os-client-config 1.17.0 | 08:20 |
IgorYozhikov | Uninstalling os-client-config-1.17.0: | 08:20 |
IgorYozhikov | Successfully uninstalled os-client-config-1.17.0 | 08:20 |
IgorYozhikov | Successfully installed os-client-config-1.19.1 | 08:20 |
IgorYozhikov | [root@2d75cd381dad build]# cd BUILD | 08:20 |
IgorYozhikov | BUILD/ BUILDROOT/ | 08:20 |
IgorYozhikov | [root@2d75cd381dad build]# cd BUILD/osc-lib-1.0.2/ | 08:20 |
IgorYozhikov | [root@2d75cd381dad osc-lib-1.0.2]# puthon setup.py test | 08:20 |
IgorYozhikov | bash: puthon: command not found | 08:20 |
IgorYozhikov | [root@2d75cd381dad osc-lib-1.0.2]# python setup.py test | 08:20 |
IgorYozhikov | running test | 08:20 |
IgorYozhikov | running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | 08:20 |
IgorYozhikov | OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | 08:20 |
IgorYozhikov | OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ | 08:20 |
IgorYozhikov | ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./osc_lib/tests} --list | 08:20 |
IgorYozhikov | running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | 08:21 |
IgorYozhikov | OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | 08:21 |
IgorYozhikov | OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ | 08:21 |
IgorYozhikov | ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./osc_lib/tests} --load-list /tmp/tmpwi4Glv | 08:21 |
IgorYozhikov | running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | 08:21 |
IgorYozhikov | OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | 08:21 |
IgorYozhikov | OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ | 08:21 |
IgorYozhikov | ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./osc_lib/tests} --load-list /tmp/tmpUNyz1m | 08:21 |
IgorYozhikov | Ran 147 (-1) tests in 0.342s (+0.011s) | 08:21 |
IgorYozhikov | PASSED (id=1, skips=1) | 08:21 |
IgorYozhikov | we have outdated os-client-config in http://packages.fuel-infra.org//rpm-packaging/master/centos7/os/x86_64 | 08:24 |
IgorYozhikov | will try to rebuild it to v 1.18.0 | 08:25 |
*** coolsvap has joined #openstack-rpm-packaging | 08:25 | |
IgorYozhikov | thanks for patience ;) | 08:25 |
*** number80 has joined #openstack-rpm-packaging | 08:32 | |
openstackgerrit | Javier Peña proposed openstack/rpm-packaging: Add initial spec for python-manilaclient https://review.openstack.org/357336 | 08:49 |
dirk | So os-client-config needs to be republished? | 09:04 |
IgorYozhikov | dirk, working on it | 09:11 |
IgorYozhikov | toabctl, abut cliff [root@b9b229d04a2e cliff-2.2.0]# python setup.py nosetests | 09:11 |
IgorYozhikov | running nosetests | 09:11 |
IgorYozhikov | running egg_info | 09:11 |
IgorYozhikov | writing requirements to cliff.egg-info/requires.txt | 09:11 |
IgorYozhikov | writing cliff.egg-info/PKG-INFO | 09:11 |
IgorYozhikov | writing top-level names to cliff.egg-info/top_level.txt | 09:11 |
IgorYozhikov | writing dependency_links to cliff.egg-info/dependency_links.txt | 09:11 |
IgorYozhikov | writing entry points to cliff.egg-info/entry_points.txt | 09:11 |
IgorYozhikov | [pbr] Reusing existing SOURCES.txt | 09:11 |
IgorYozhikov | Searching for coverage>=3.6 | 09:11 |
IgorYozhikov | Reading https://pypi.python.org/simple/coverage/ | 09:11 |
IgorYozhikov | Best match: coverage 4.2 | 09:11 |
IgorYozhikov | Downloading https://pypi.python.org/packages/f5/47/2e39972c41eb988d551bb2da25c4ee16ea78492ec1b6ffdf09f50cd09b92/coverage-4.2.zip#md5=9841c9e1ddc862144fda3fd7e5ba5106 | 09:11 |
IgorYozhikov | Processing coverage-4.2.zip | 09:11 |
IgorYozhikov | it pulls coverage | 09:11 |
toabctl | IgorYozhikov, hm. ok | 09:12 |
IgorYozhikov | toabctl, https://github.com/openstack/cliff/blob/2.2.0/cliff/tests/test_complete.py#L108 about completion - or i missed something? | 09:14 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update of cliff to v2.2.0 https://review.openstack.org/358816 | 09:20 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update of cliff to v2.2.0 https://review.openstack.org/358816 | 09:27 |
IgorYozhikov | osc-lib BuildRequires: python-osprofiler >= 1.4.0 and we have 1.3.0 - https://github.com/openstack/rpm-packaging/blob/master/openstack/osprofiler/osprofiler.spec.j2#L3 going to update it to 1.4.0 | 09:28 |
IgorYozhikov | if there are no objections of course | 09:29 |
openstackgerrit | Javier Peña proposed openstack/rpm-packaging: Add initial spec for python-heatclient https://review.openstack.org/357310 | 10:05 |
openstackgerrit | Javier Peña proposed openstack/pymod2pkg: Use the proper name for pyOpenSSL in RDO https://review.openstack.org/359089 | 10:16 |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/rpm-packaging: Add initial spec file for python-muranoclient https://review.openstack.org/358585 | 10:26 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update to v1.4.0 https://review.openstack.org/359101 | 10:31 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update to v1.4.0 https://review.openstack.org/359101 | 10:40 |
IgorYozhikov | jpena, toabctl, dirk - could you review please ^^^ | 10:49 |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/rpm-packaging: Add initial spec file for python-congressclient https://review.openstack.org/279477 | 10:49 |
IgorYozhikov | toabctl, smth went wrong - https://build.opensuse.org/package/live_build_log/home:suse-cloud-ci:rpm-packaging-openstack-Master-c1b131367b18dc8383a6efcbbfeee66a034db8d9/python-cliff/SLE_12_SP1/x86_64 | 10:50 |
*** coolsvap is now known as coolsvap_ | 10:53 | |
*** jpena is now known as jpena|lunch | 11:06 | |
*** rbowen has joined #openstack-rpm-packaging | 11:33 | |
*** rbowen is now known as DrBacchus | 11:34 | |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/rpm-packaging: Add initial spec file for python-congressclient https://review.openstack.org/279477 | 11:36 |
openstackgerrit | Itxaka Serrano Garcia proposed openstack/rpm-packaging: Add initial spec file for python-muranoclient https://review.openstack.org/358585 | 11:37 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update osprofiler to v1.4.0 https://review.openstack.org/359101 | 11:39 |
IgorYozhikov | jpena|lunch, why do you suggest to remove pbr from cliff runtime dependencies? | 11:51 |
*** DrBacchus has quit IRC | 12:22 | |
IgorYozhikov | toabctl, number80 - https://review.openstack.org/#/c/359101/ please<(。_。)> | 12:30 |
* number80 looks | 12:30 | |
*** coolsvap_ is now known as coolsvap | 12:36 | |
openstackgerrit | Merged openstack/rpm-packaging: Update osprofiler to v1.4.0 https://review.openstack.org/359101 | 12:36 |
*** jpena|lunch is now known as jpena | 12:40 | |
jpena | IgorYozhikov: it's actually not used anywhere in the code, just for setup.cfg -> https://paste.fedoraproject.org/412839/47195609/ | 12:41 |
IgorYozhikov | jpena, if rest of people nave no objections - I'll remove pbr from Requires ( https://review.openstack.org/#/c/358816/ ) number80, toabctl, dirk - your thoughts? | 12:45 |
number80 | wait | 12:50 |
number80 | ok, it's not using pbr.version | 12:51 |
*** coolsvap is now known as coolsvap_ | 13:00 | |
IgorYozhikov | ok, going to update PR | 13:15 |
openstackgerrit | Igor Yozhikov proposed openstack/rpm-packaging: Update of cliff to v2.2.0 https://review.openstack.org/358816 | 13:16 |
*** eandersson_ has quit IRC | 13:47 | |
jruzicka | number80, so we want requirements in the same order they're in .spec.j2, right? IOW only sort for suse... or? | 13:56 |
*** pcaruana has quit IRC | 14:02 | |
*** tbarron|gone is now known as tbarron | 14:05 | |
*** coolsvap_ is now known as coolsvap | 14:05 | |
number80 | jruzicka: I'd say, sort them only for suse | 14:05 |
number80 | not a requirement elsewhere | 14:05 |
*** pcaruana has joined #openstack-rpm-packaging | 14:17 | |
IgorYozhikov | toabctl, https://build.opensuse.org/project/monitor/home:suse-cloud-ci:rpm-packaging-openstack-Master-89dddead687fc6ab073be66f08a9957b70cf666d is falling due version of sphinx. You use 1.3.6 which is higher than upper bound in test-requirements.txt ( https://github.com/openstack/cliff/blob/2.2.0/test-requirements.txt#L8 ) | 15:55 |
IgorYozhikov | And if I understood right - test is trying to download required version of sphinx from pypi and failing. | 15:56 |
*** pcaruana has quit IRC | 15:56 | |
*** pcaruana has joined #openstack-rpm-packaging | 16:09 | |
toabctl | number80, we don't need to sort the require for suse afaik | 18:41 |
toabctl | jruzicka, ^^ | 18:41 |
toabctl | we just added spec-cleaner to have one style for all specs . imo we can also use something different | 18:41 |
*** pcaruana has quit IRC | 19:20 | |
number80 | bu19 | 19:31 |
number80 | ack | 19:32 |
*** coolsvap has quit IRC | 20:31 | |
*** pradk has quit IRC | 21:24 | |
*** apevec has quit IRC | 22:28 | |
*** apevec has joined #openstack-rpm-packaging | 22:32 | |
*** apevec has quit IRC | 22:32 | |
*** apevec has joined #openstack-rpm-packaging | 22:32 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!