* [#182559] FAILED srpm=python-module-aiohttp-cors-0.5.1-alt1.src.rpm ...
@ 2017-05-08 8:49 Girar Builder awaiter robot
0 siblings, 0 replies; only message in thread
From: Girar Builder awaiter robot @ 2017-05-08 8:49 UTC (permalink / raw)
To: Anton Midyukov; +Cc: sisyphus-incominger
http://git.altlinux.org/tasks/182559/logs/events.1.1.log
2017-May-08 08:45:58 :: test-only task #182559 for sisyphus started by antohami:
#100 build python-module-aiohttp-cors-0.5.1-alt1.src.rpm
#200 build python-module-aiohttp-1.3.5-alt1.src.rpm
#300 build python-module-yarl-0.9.8-alt1.src.rpm
#400 removed
#500 build 2.0.0-alt1 from /people/antohami/packages/gns3-server.git
#600 build 2.0.0-alt1 from /people/antohami/packages/gns3-gui.git
#700 delete gns3
2017-May-08 08:46:20 :: created build repo
2017-May-08 08:46:21 :: [x86_64] #100 python-module-aiohttp-cors-0.5.1-alt1.src.rpm: build start
2017-May-08 08:46:21 :: [i586] #100 python-module-aiohttp-cors-0.5.1-alt1.src.rpm: build start
warning: in/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: in/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: in/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: in/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-cors-0.5.1-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
2017-May-08 08:47:17 :: [x86_64] #100 python-module-aiohttp-cors-0.5.1-alt1.src.rpm: build OK
2017-May-08 08:47:17 :: [x86_64] #200 python-module-aiohttp-1.3.5-alt1.src.rpm: build start
warning: in/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: in/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
2017-May-08 08:47:20 :: [i586] #100 python-module-aiohttp-cors-0.5.1-alt1.src.rpm: build OK
2017-May-08 08:47:20 :: [i586] #200 python-module-aiohttp-1.3.5-alt1.src.rpm: build start
warning: in/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: in/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
warning: hasher/chroot/usr/src/SRPMS/python-module-aiohttp-1.3.5-alt1.src.rpm: Header V4 RSA/SHA1 Signature, key ID 289d2295: NOKEY
def test_append_and_merge_slash(self, path, status, cli):
extra_middlewares = [
web.normalize_path_middleware()]
client = yield from cli(extra_middlewares)
resp = yield from client.get(path)
> assert resp.status == status
E assert 500 == 200
E + where 500 = <ClientResponse(http://127.0.0.1:52837/////resource2/a///b/) [500 Internal Server Error]>\n<CIMultiDictProxy('Content-T...arset=utf-8', 'Content-Length': '141', 'Date': 'Mon, 08 May 2017 08:48:58 GMT', 'Server': 'Python/3.5 aiohttp/1.3.5')>\n.status
tests/test_web_middleware.py:190: AssertionError
======== 18 failed, 1686 passed, 20 skipped, 6 xfailed in 76.20 seconds ========
2017-May-08 08:49:16 :: [i586] python-module-aiohttp-1.3.5-alt1.src.rpm: remote: build failed
2017-May-08 08:49:16 :: [i586] #200 python-module-aiohttp-1.3.5-alt1.src.rpm: build FAILED
def test_append_and_merge_slash(self, path, status, cli):
extra_middlewares = [
web.normalize_path_middleware()]
client = yield from cli(extra_middlewares)
resp = yield from client.get(path)
> assert resp.status == status
E assert 500 == 200
E + where 500 = <ClientResponse(http://127.0.0.1:59655/////resource2/a///b/) [500 Internal Server Error]>\n<CIMultiDictProxy('Content-T...arset=utf-8', 'Content-Length': '141', 'Date': 'Mon, 08 May 2017 08:49:03 GMT', 'Server': 'Python/3.5 aiohttp/1.3.5')>\n.status
tests/test_web_middleware.py:190: AssertionError
======== 18 failed, 1686 passed, 20 skipped, 6 xfailed in 87.58 seconds ========
2017-May-08 08:49:23 :: [x86_64] python-module-aiohttp-1.3.5-alt1.src.rpm: remote: build failed
2017-May-08 08:49:23 :: [x86_64] #200 python-module-aiohttp-1.3.5-alt1.src.rpm: build FAILED
2017-May-08 08:49:16 :: [i586] build FAILED
2017-May-08 08:49:23 :: [x86_64] build FAILED
2017-May-08 08:49:23 :: task #182559 for sisyphus FAILED
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-05-08 8:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 8:49 [#182559] FAILED srpm=python-module-aiohttp-cors-0.5.1-alt1.src.rpm Girar Builder awaiter robot
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git