From: Girar Builder awaiter robot <girar-builder@altlinux.org> To: Stanislav Levin <slev@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org Subject: [#198546] FAILED (try 12) python-module-setuptools.git=38.4.0-alt1%ubt ... Date: Mon, 29 Jan 2018 11:29:12 +0000 Message-ID: <20180129112911.GA18591@gyle.altlinux.org> (raw) http://git.altlinux.org/tasks/198546/logs/events.12.1.log 2018-Jan-29 11:24:03 :: test-only task #198546 for sisyphus resumed by slev: #100 removed #200 removed #300 build 38.4.0-alt1%ubt from /people/slev/packages/python-module-setuptools.git #340 build 1.1-alt1%ubt from /people/slev/packages/python-module-martian.git #400 removed #440 removed #460 removed #470 removed #474 removed #476 build 0.3.0-alt1%ubt from /people/slev/packages/python-module-winrm.git #500 removed #600 build 2.0.0-alt7 from /people/slev/packages/python-module-matplotlib.git #640 build 0.5.0-alt2%ubt from /people/slev/packages/custodia.git #700 removed 2018-Jan-29 11:24:03 :: waiting for a shared lock on sisyphus 2018-Jan-29 11:24:09 :: acquired a shared lock on sisyphus 2018-Jan-29 11:24:24 :: created build repo 2018-Jan-29 11:24:25 :: [i586] #300 python-module-setuptools.git 38.4.0-alt1%ubt: build start 2018-Jan-29 11:24:25 :: [x86_64] #300 python-module-setuptools.git 38.4.0-alt1%ubt: build start 2018-Jan-29 11:24:54 :: [i586] python-module-setuptools.git 38.4.0-alt1%ubt: remote: no need to rebuild 2018-Jan-29 11:24:54 :: [i586] #300 python-module-setuptools.git 38.4.0-alt1%ubt: build OK 2018-Jan-29 11:24:54 :: [i586] #340 python-module-martian.git 1.1-alt1%ubt: build start 2018-Jan-29 11:24:55 :: [x86_64] python-module-setuptools.git 38.4.0-alt1%ubt: remote: no need to rebuild 2018-Jan-29 11:24:55 :: [x86_64] #300 python-module-setuptools.git 38.4.0-alt1%ubt: build OK 2018-Jan-29 11:24:55 :: [x86_64] #340 python-module-martian.git 1.1-alt1%ubt: build start 2018-Jan-29 11:25:14 :: [x86_64] python-module-martian.git 1.1-alt1%ubt: remote: no need to rebuild 2018-Jan-29 11:25:14 :: [x86_64] #340 python-module-martian.git 1.1-alt1%ubt: build OK 2018-Jan-29 11:25:15 :: [x86_64] #476 python-module-winrm.git 0.3.0-alt1%ubt: build start 2018-Jan-29 11:25:15 :: [i586] python-module-martian.git 1.1-alt1%ubt: remote: no need to rebuild 2018-Jan-29 11:25:15 :: [i586] #340 python-module-martian.git 1.1-alt1%ubt: build OK 2018-Jan-29 11:25:15 :: [i586] #476 python-module-winrm.git 0.3.0-alt1%ubt: build start 2018-Jan-29 11:25:32 :: [x86_64] python-module-winrm.git 0.3.0-alt1%ubt: remote: no need to rebuild 2018-Jan-29 11:25:32 :: [x86_64] #476 python-module-winrm.git 0.3.0-alt1%ubt: build OK 2018-Jan-29 11:25:32 :: [x86_64] #600 python-module-matplotlib.git 2.0.0-alt7: build start 2018-Jan-29 11:25:32 :: [i586] python-module-winrm.git 0.3.0-alt1%ubt: remote: no need to rebuild 2018-Jan-29 11:25:32 :: [i586] #476 python-module-winrm.git 0.3.0-alt1%ubt: build OK 2018-Jan-29 11:25:32 :: [i586] #600 python-module-matplotlib.git 2.0.0-alt7: build start 2018-Jan-29 11:27:01 :: [x86_64] python-module-matplotlib.git 2.0.0-alt7: remote: no need to rebuild 2018-Jan-29 11:27:01 :: [x86_64] #600 python-module-matplotlib.git 2.0.0-alt7: build OK 2018-Jan-29 11:27:01 :: [x86_64] #640 custodia.git 0.5.0-alt2%ubt: build start 2018-Jan-29 11:27:06 :: [i586] python-module-matplotlib.git 2.0.0-alt7: remote: no need to rebuild 2018-Jan-29 11:27:06 :: [i586] #600 python-module-matplotlib.git 2.0.0-alt7: build OK 2018-Jan-29 11:27:06 :: [i586] #640 custodia.git 0.5.0-alt2%ubt: build start r = low_conn.getresponse(buffering=True) except TypeError: # For compatibility with Python 2.6 versions and back -- > raise ConnectionError(e, request=request) E requests.exceptions.ConnectionError: HTTPSConnectionPool(host='localhost', port=46581): Max retries exceeded with url: /secrets/fwd/ (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f2479d9eeb8>: Failed to establish a new connection: [Errno 111] Connection refused',)) /usr/lib/python3/site-packages/requests/adapters.py:508: ConnectionError -- reason = self.reason.decode('utf-8') except UnicodeDecodeError: reason = self.reason.decode('iso-8859-1') -- if 400 <= self.status_code < 500: http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url) elif 500 <= self.status_code < 600: http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url) if http_error_msg: > raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://localhost:46581/forwarder/dir/ /usr/lib/python3/site-packages/requests/models.py:935: HTTPError -- reason = self.reason.decode('utf-8') except UnicodeDecodeError: reason = self.reason.decode('iso-8859-1') -- if 400 <= self.status_code < 500: http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url) elif 500 <= self.status_code < 600: http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url) if http_error_msg: > raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://localhost:46581/forwarder/dir/ /usr/lib/python3/site-packages/requests/models.py:935: HTTPError 2018-Jan-29 11:28:54 :: [x86_64] custodia.git 0.5.0-alt2%ubt: remote: build failed 2018-Jan-29 11:28:54 :: [x86_64] #640 custodia.git 0.5.0-alt2%ubt: build FAILED r = low_conn.getresponse(buffering=True) except TypeError: # For compatibility with Python 2.6 versions and back -- > raise ConnectionError(e, request=request) E requests.exceptions.ConnectionError: HTTPSConnectionPool(host='localhost', port=32805): Max retries exceeded with url: /secrets/fwd/ (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0xf5c5abec>: Failed to establish a new connection: [Errno 111] Connection refused',)) /usr/lib/python3/site-packages/requests/adapters.py:508: ConnectionError -- reason = self.reason.decode('utf-8') except UnicodeDecodeError: reason = self.reason.decode('iso-8859-1') -- if 400 <= self.status_code < 500: http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url) elif 500 <= self.status_code < 600: http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url) if http_error_msg: > raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://localhost:32805/forwarder/dir/ /usr/lib/python3/site-packages/requests/models.py:935: HTTPError -- reason = self.reason.decode('utf-8') except UnicodeDecodeError: reason = self.reason.decode('iso-8859-1') -- if 400 <= self.status_code < 500: http_error_msg = u'%s Client Error: %s for url: %s' % (self.status_code, reason, self.url) elif 500 <= self.status_code < 600: http_error_msg = u'%s Server Error: %s for url: %s' % (self.status_code, reason, self.url) if http_error_msg: > raise HTTPError(http_error_msg, response=self) E requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://localhost:32805/forwarder/dir/ /usr/lib/python3/site-packages/requests/models.py:935: HTTPError 2018-Jan-29 11:29:11 :: [i586] custodia.git 0.5.0-alt2%ubt: remote: build failed 2018-Jan-29 11:29:11 :: [i586] #640 custodia.git 0.5.0-alt2%ubt: build FAILED 2018-Jan-29 11:28:54 :: [x86_64] build FAILED 2018-Jan-29 11:29:11 :: [i586] build FAILED 2018-Jan-29 11:29:11 :: task #198546 for sisyphus FAILED
reply other threads:[~2018-01-29 11:29 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20180129112911.GA18591@gyle.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=sisyphus-incominger@lists.altlinux.org \ --cc=slev@altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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