* [cyber] I: Sisyphus-20180102 i586 beehive_status: +18 -32 (421)
@ 2018-01-02 9:54 ALT beekeeper
0 siblings, 0 replies; only message in thread
From: ALT beekeeper @ 2018-01-02 9:54 UTC (permalink / raw)
To: sisyphus-cybertalk
18 NEW error logs
custodia-0.5.0-alt1.S1
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=43243): Max retries exceeded with url: /secrets/fwd/ (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0xf5d471ac>:
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:43243/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:43243/forwarder/dir/
/usr/lib/python3/site-packages/requests/models.py:935: HTTPError
freeipa-4.6.1-alt3.S1
389-ds-base-devel: Depends: 389-ds-base (= 1.3.7.1-alt2)
E: Broken packages
hsh-install: Failed to calculate package file list.
h5py-2.5.0-alt2.git20150720.1
...................................s.........E.E...x.......................s.......................................x....................................s........ss......................s.............................................................................sss..............................................................x....x..x................x...x............................ssssssssss........
ERROR: test_chunks_mismatch (h5py.tests.old.test_dataset.TestCreateChunked)
Illegal chunk size raises ValueError
--
if isinstance(chunks, tuple) and (-numpy.array([ i>=j for i,j in zip(tmp_shape,chunks)
if i is not None])).any():
TypeError: The numpy boolean negative, the `-` operator, is not supported, use the `~`
operator or the logical_not function instead.
ERROR: test_create_chunks (h5py.tests.old.test_dataset.TestCreateChunked)
Create via chunks tuple
--
if isinstance(chunks, tuple) and (-numpy.array([ i>=j for i,j in zip(tmp_shape,chunks)
if i is not None])).any():
TypeError: The numpy boolean negative, the `-` operator, is not supported, use the `~`
operator or the logical_not function instead.
Ran 404 tests in 0.755s
FAILED (errors=2, skipped=19, expected failures=7)
libcryptui-3.12.2-alt1
checking for GPGME - version >= 1.0.0... yes
configure: error: Appropriate version of GnuPG not found. Please install one of versions:
1.2 1.4 2.0
libgovirt-0.3.4-alt1_4
gnupg2: Obsoletes: dirmngr (< 2.1.23-alt2.S1)
E: Broken packages
hsh-install: Failed to calculate package file list.
liblilv-0.24.2-alt1_4
Selecting python-dev for 'python-devel'
E: Couldn't find package python-module-numpy-doc
hsh-install: Failed to calculate package file list.
make-2:3.82-alt6
features/override ....................................... ok (4 passed)
features/parallelism .................................... FAILED (9/10 passed)
features/patspecific_vars ............................... ok (10 passed)
--
uptime
/proc/uptime: No such file or directory
make[2]: [check-loadavg] Error 102 (ignored)
--
./loadavg
Error getting load average: No such file or directory
make[2]: [check-loadavg] Error 1 (ignored)
openstack-keystone-1:11.0.3-alt1
Selected version python-module-osprofiler#1.5.0-alt1 for python-module-osprofiler>=1.4.0
E: Couldn't find package python-module-pep257
hsh-install: Failed to calculate package file list.
perl-POSIX-1003-0.98-alt4.1
Result: FAIL
Failed 1/21 test programs. 0/248 subtests failed.
make: *** [test_dynamic] Error 255
python-module-fs-2.0.13-alt1
Check validatepath returns an absolute path. ... ok
FAIL: test_decode_linux (tests.test_ftp_parse.TestFTPParse)
Traceback (most recent call last):
--
self.assertEqual(parsed, expected)
AssertionError: Lists differ: [{u'access': {u'group': u'0', ... != [{u'access': {u'group':
u'0', ...
First differing element 1:
--
Diff is 3872 characters long. Set self.maxDiff to None to see it.
FAIL: test_parse_time (tests.test_ftp_parse.TestFTPParse)
Traceback (most recent call last):
--
1499220000.0
AssertionError: 1530756000.0 != 1499220000.0
Ran 1292 tests in 16.047s
FAILED (failures=2, skipped=85)
Test failed: <unittest.runner.TextTestResult run=1292 errors=0 failures=2>
error: Test failed: <unittest.runner.TextTestResult run=1292 errors=0 failures=2>
python-module-h5netcdf-0.5.0-alt1
> if isinstance(chunks, tuple) and (-numpy.array([ i>=j for i,j in
zip(tmp_shape,chunks) if i is not None])).any():
E TypeError: The numpy boolean negative, the `-` operator, is not supported,
use the `~` operator or the logical_not function instead.
/usr/lib/python2.7/site-packages/h5py/_hl/dataset.py:75: TypeError
--
> if isinstance(chunks, tuple) and (-numpy.array([ i>=j for i,j in
zip(tmp_shape,chunks) if i is not None])).any():
E TypeError: The numpy boolean negative, the `-` operator, is not supported,
use the `~` operator or the logical_not function instead.
/usr/lib/python2.7/site-packages/h5py/_hl/dataset.py:75: TypeError
--
> if isinstance(chunks, tuple) and (-numpy.array([ i>=j for i,j in
zip(tmp_shape,chunks) if i is not None])).any():
E TypeError: The numpy boolean negative, the `-` operator, is not supported,
use the `~` operator or the logical_not function instead.
/usr/lib/python2.7/site-packages/h5py/_hl/dataset.py:75: TypeError
--
> if isinstance(chunks, tuple) and (-numpy.array([ i>=j for i,j in
zip(tmp_shape,chunks) if i is not None])).any():
E TypeError: The numpy boolean negative, the `-` operator, is not supported,
use the `~` operator or the logical_not function instead.
/usr/lib/python2.7/site-packages/h5py/_hl/dataset.py:75: TypeError
python-module-joblib-0.11-alt2
joblib/test/test_parallel.py::test_no_blas_crash_or_freeze_with_multiprocessing PASSED
joblib/test/test_parallel.py::test_parallel_with_interactively_defined_functions FAILED
joblib/test/test_parallel.py::test_parallel_with_exhausted_iterator PASSED
--
> raise ValueError(message)
E ValueError: Non-zero return code: -9.
E Stdout:
python-module-scikits.ann-1:0.2-alt2.dev.r803.1.1
EEEE.EEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE....SSSSSSSSSSSSSS...............................................................................................................................................................................EE...................................................................................................................................................................FFFFFF......FFFFFF.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.................................................................................................EE...................................................
hasher-priv: master: idle time limit (3600 seconds) exceeded
python-module-scikits.bvp1lg-0.2.8-alt1
test_colnew.TestColnew.test_extra_fixed_points ... ok
test_colnew.TestColnew.test_fixed_mesh ... ERROR
test_colnew.TestColnew.test_initial_mesh ... ERROR
test_colnew.TestColnew.test_problem_1 ... ok
--
test_colnew.TestColnewNumericalJacobians.test_extra_fixed_points ... ok
test_colnew.TestColnewNumericalJacobians.test_fixed_mesh ... ERROR
test_colnew.TestColnewNumericalJacobians.test_initial_mesh ... ERROR
test_colnew.TestColnewNumericalJacobians.test_problem_1 ... ok
--
test_problems.test_doctests ... ok
ERROR: test_colnew.TestColnew.test_fixed_mesh
Traceback (most recent call last):
--
if initial_mesh != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use
a.any() or a.all()
ERROR: test_colnew.TestColnew.test_initial_mesh
Traceback (most recent call last):
--
if initial_mesh != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use
a.any() or a.all()
ERROR: test_colnew.TestColnewNumericalJacobians.test_fixed_mesh
Traceback (most recent call last):
--
if initial_mesh != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use
a.any() or a.all()
python-module-scikits.optimization-1:0.3-alt3.git20130417
test_call
(scikits.optimization.criterion.tests.test_criteria.test_AbsoluteParametersCriterion)
... ok
test_call_weight
(scikits.optimization.criterion.tests.test_criteria.test_AbsoluteParametersCriterion)
... ERROR
test_call (scikits.optimization.criterion.tests.test_criteria.test_AbsoluteValueCriterion)
... ok
test_call (scikits.optimization.criterion.tests.test_criteria.test_GradientCriterion)
... ok
test_call_weight
(scikits.optimization.criterion.tests.test_criteria.test_GradientCriterion) ... ERROR
test_call (scikits.optimization.criterion.tests.test_criteria.test_IterationCriterion)
... ok
--
test_call
(scikits.optimization.criterion.tests.test_criteria.test_RelativeParametersCriterion)
... ok
test_call_weight
(scikits.optimization.criterion.tests.test_criteria.test_RelativeParametersCriterion)
... ERROR
test_call (scikits.optimization.criterion.tests.test_criteria.test_RelativeValueCriterion)
... ok
--
test_wpr_cwgradient (scikits.optimization.tests.test_rosenbrock.TestRosenbrock) ... ok
ERROR: test_call_weight
(scikits.optimization.criterion.tests.test_criteria.test_AbsoluteParametersCriterion)
Traceback (most recent call last):
--
if weight != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use
a.any() or a.all()
ERROR: test_call_weight
(scikits.optimization.criterion.tests.test_criteria.test_GradientCriterion)
Traceback (most recent call last):
--
if weight != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use
a.any() or a.all()
ERROR: test_call_weight
(scikits.optimization.criterion.tests.test_criteria.test_RelativeParametersCriterion)
Traceback (most recent call last):
--
if weight != None:
ValueError: The truth value of an array with more than one element is ambiguous. Use
a.any() or a.all()
Ran 143 tests in 11.417s
FAILED (errors=3)
python-module-scipy-1.0.0-alt1
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/optimize/nnls/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/optimize/slsqp/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/optimize/minpack2/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/optimize/cobyla/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/optimize/lbfgsb/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/linalg/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/io/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/interpolate/src/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/integrate/fortranobject.h'
install: will not overwrite just-created
'/usr/src/tmp/python-module-scipy-buildroot/usr/include/scipy/fortranobject.h' with
'./build/src.linux-i686-2.7/build/src.linux-i686-2.7/scipy/fftpack/fortranobject.h'
seahorse-nautilus-3.11.92-alt1
checking for gpg... /usr/bin/gpg2
checking for appropriate GnuPG version... configure: error: Appropriate version of
GnuPG not found. Please install one of versions: 1.2 1.4 2.0
seahorse-sharing-3.8.0-alt1
checking for GPGME - version >= 1.0.0... yes
configure: error: Appropriate version of GnuPG not found. Please install one of versions:
1.2 1.4 2.0
32 error logs REMOVED from the list
activerecord-gems-5.0.2-alt1
extlinux-4.05-alt3
golang-github-xiang90-probing-0-alt1_0.6.git07dd2e8
nforenum-3.4.6-alt1.qa1
psutils-1:p17-alt2.qa1
python-module-numpy-1:1.12.1-alt1
python-module-pytest-benchmark-3.1.1-alt1
python-module-rogue-0.0.1-alt1.git20150217.1
python-module-rq-0.7.1-alt1
python-module-rqlquery-0.4.0-alt1
python-module-skimpyGimpy-1.4-alt1.1
python-module-sndfileio-0.7.1-alt1
python-module-sparql-client-2.6-alt1
python-module-sphinx-kr-theme-0.2.1-alt1
python-module-sphinx_testing-0.7.1-alt1.git20150823.1.1
python-module-splinter-0.7.0-alt1.git20141109.1.1.1
python-module-sqlalchemy-elasticquery-0.0.3-alt1
python-module-sqlalchemy-multidb-1.0.0-alt1
python-module-sqlquery-0.0.4-alt1.git20150122.1
python-module-sqlquerybuilder-0.0.13-alt1
python-module-sqltap-0.3.6-alt1.git20150127.1.1
python-module-strainer-0.1.4-alt1.1.1
python-module-tasklocals-0.2-alt1
python-module-telnetlib3-0.5.0-alt1
python-module-tinycss2-0.5-alt1.git20140819.1.1
python-module-tornado-redis-2.4.18-alt1.git20141002.1
python-module-transmogrify-1.0.1-alt3.beta2.git20130913.1
python-module-websockets-2.3-alt1.git20141103.1.1
python-module-windmill-1.7-alt2.pre.git20130327
python-module-zope.rdb-3.5.0-alt3.1
python3-3.5.1-alt10
reaver-t6x-1.6.1-alt1
Total 421 error logs.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-01-02 9:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-02 9:54 [cyber] I: Sisyphus-20180102 i586 beehive_status: +18 -32 (421) ALT beekeeper
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/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-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git