ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1
@ 2016-08-08  6:45 Антон Мидюков
  2016-08-08  8:47 ` Michael Shigorin
  0 siblings, 1 reply; 5+ messages in thread
From: Антон Мидюков @ 2016-08-08  6:45 UTC (permalink / raw)
  To: ALT Devel discussion list

Почему-то не проходит тест в сборочнице, хотя в хэшере проходит нормально. Не  могу понять почему.

2016-Aug-08 06:28:47 :: test-only task #168423 for sisyphus started by antohami:
#100 build 0.21.5-alt1 from /people/antohami/packages/python-module-aiohttp.git
2016-Aug-08 06:28:48 :: [i586] #100 python-module-aiohttp.git 0.21.5-alt1: build start
2016-Aug-08 06:28:48 :: [x86_64] #100 python-module-aiohttp.git 0.21.5-alt1: build start
>       _socket.socket.__init__(self, family, type, proto, fileno)
E       OSError: [Errno 97] Address family not supported by protocol
/usr/lib/python3.5/socket.py:134: OSError
--
>       _socket.socket.__init__(self, family, type, proto, fileno)
E       OSError: [Errno 97] Address family not supported by protocol
/usr/lib/python3.5/socket.py:134: OSError
2016-Aug-08 06:30:59 :: [i586] python-module-aiohttp.git 0.21.5-alt1: remote: build failed
2016-Aug-08 06:30:59 :: [i586] #100 python-module-aiohttp.git 0.21.5-alt1: build FAILED
>       _socket.socket.__init__(self, family, type, proto, fileno)
E       OSError: [Errno 97] Address family not supported by protocol
/usr/lib64/python3.5/socket.py:134: OSError
--
>       _socket.socket.__init__(self, family, type, proto, fileno)
E       OSError: [Errno 97] Address family not supported by protocol
/usr/lib64/python3.5/socket.py:134: OSError
2016-Aug-08 06:31:08 :: [x86_64] python-module-aiohttp.git 0.21.5-alt1: remote: build failed
2016-Aug-08 06:31:08 :: [x86_64] #100 python-module-aiohttp.git 0.21.5-alt1: build FAILED
2016-Aug-08 06:30:59 :: [i586] build FAILED
2016-Aug-08 06:31:08 :: [x86_64] build FAILED
2016-Aug-08 06:31:08 :: task #168423 for sisyphus FAILED

-- 
С уважением Антон Мидюков <antohami@altlinux.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1
  2016-08-08  6:45 [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1 Антон Мидюков
@ 2016-08-08  8:47 ` Michael Shigorin
  2016-08-08 11:47   ` Антон Мидюков
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2016-08-08  8:47 UTC (permalink / raw)
  To: devel

On Mon, Aug 08, 2016 at 01:45:39PM +0700, Антон Мидюков wrote:
> Почему-то не проходит тест в сборочнице, хотя в хэшере проходит
> нормально. Не  могу понять почему.

Пытается стучаться в сеть (скорее всего, тестами)?

> >       _socket.socket.__init__(self, family, type, proto, fileno)
> E       OSError: [Errno 97] Address family not supported by protocol

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1
  2016-08-08  8:47 ` Michael Shigorin
@ 2016-08-08 11:47   ` Антон Мидюков
  2016-08-08 11:54     ` Vladimir Didenko
  0 siblings, 1 reply; 5+ messages in thread
From: Антон Мидюков @ 2016-08-08 11:47 UTC (permalink / raw)
  To: devel

08.08.2016 15:47, Michael Shigorin пишет:
> On Mon, Aug 08, 2016 at 01:45:39PM +0700, Антон Мидюков wrote:
>> Почему-то не проходит тест в сборочнице, хотя в хэшере проходит
>> нормально. Не  могу понять почему.
> Пытается стучаться в сеть (скорее всего, тестами)?
>
>>>        _socket.socket.__init__(self, family, type, proto, fileno)
>> E       OSError: [Errno 97] Address family not supported by protocol
Получается, что локальный хэшер в сеть пускает, а girar нет?

-- 
С уважением Антон Мидюков <antohami@altlinux.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1
  2016-08-08 11:47   ` Антон Мидюков
@ 2016-08-08 11:54     ` Vladimir Didenko
  2016-08-08 12:03       ` Антон Мидюков
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Didenko @ 2016-08-08 11:54 UTC (permalink / raw)
  To: ALT Linux Team development discussions

8 августа 2016 г., 14:47 пользователь Антон Мидюков  написал:
>
> Получается, что локальный хэшер в сеть пускает, а girar нет?
>

Там тест требует поддержку IPv6, а на нашей сборочнице, насколько я
понимаю, поддержки IPv6 нет. Сам недавно тесты выключал в tor по этой
же причине.

-- 
С уважением,
Владимир.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1
  2016-08-08 11:54     ` Vladimir Didenko
@ 2016-08-08 12:03       ` Антон Мидюков
  0 siblings, 0 replies; 5+ messages in thread
From: Антон Мидюков @ 2016-08-08 12:03 UTC (permalink / raw)
  To: devel

08.08.2016 18:54, Vladimir Didenko пишет:
> 8 августа 2016 г., 14:47 пользователь Антон Мидюков  написал:
>> Получается, что локальный хэшер в сеть пускает, а girar нет?
>>
> Там тест требует поддержку IPv6, а на нашей сборочнице, насколько я
> понимаю, поддержки IPv6 нет. Сам недавно тесты выключал в tor по этой
> же причине.
Спасибо. Теперь понятно.

-- 
С уважением Антон Мидюков <antohami@altlinux.org>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-08 12:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08  6:45 [devel] [#168423] FAILED python-module-aiohttp.git=0.21.5-alt1 Антон Мидюков
2016-08-08  8:47 ` Michael Shigorin
2016-08-08 11:47   ` Антон Мидюков
2016-08-08 11:54     ` Vladimir Didenko
2016-08-08 12:03       ` Антон Мидюков

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git