[cyber] I: Sisyphus-20171229 x86_64 beehive_status: +14 -36 (422)
ALT beekeeper
hiver на altlinux.org
Пт Дек 29 12:17:09 MSK 2017
14 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=36173): Max retries exceeded with url: /secrets/fwd/ (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f78bf6ec470>:
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:36173/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:36173/forwarder/dir/
/usr/lib/python3/site-packages/requests/models.py:935: HTTPError
dumb-0.9.3-alt3
x86_64-alt-linux-gcc -shared .libs/datduh.o .libs/datunld.o .libs/packfile.o
.libs/alplay.o .libs/datit.o .libs/datxm.o .libs/dats3m.o .libs/datmod.o .libs/datitq.o
.libs/datxmq.o .libs/dats3mq.o .libs/datmodq.o -ldumb -lalleg -Wl,-soname
-Wl,libaldmb-0.9.3.so -o .libs/libaldmb-0.9.3.so
/usr/bin/ld: cannot find -ldumb
collect2: error: ld returned 1 exit status
make[1]: *** [libaldmb.la] Error 1
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.
golang-github-xiang90-probing-0-alt1_0.6.git07dd2e8
+ go test -compiler gc github.com/xiang90/probing
--- FAIL: TestProbe (0.10s)
prober_test.go:26: total = 43, want around 100
--- FAIL: TestProbeReset (0.10s)
prober_test.go:61: total = 38, want around 100
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.724s
FAILED (errors=2, skipped=19, expected failures=7)
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.
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.
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/lib64/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/lib64/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/lib64/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/lib64/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-radar-0.3-alt1.git20131211.1.1
test_06_random_date_with_string_ranges_given (__main__.RadarTest) ... FAIL
FAIL: test_06_random_date_with_string_ranges_given (__main__.RadarTest)
Traceback (most recent call last):
--
self.assertTrue(res > dt_start)
AssertionError: False is not true
Ran 6 tests in 0.010s
FAILED (failures=1)
test_01_random_datetime
python-module-scikits.ann-1:0.2-alt2.dev.r803.1.1
EE.E.EEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEEEEEEEE....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.020s
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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-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-x86_64-2.7/build/src.linux-x86_64-2.7/scipy/fftpack/fortranobject.h'
36 error logs REMOVED from the list
gsoap-2.8.42-alt1.S1
nforenum-3.4.6-alt1.qa1
perl-Mail-Box-3.003-alt1
psutils-1:p17-alt2.qa1
python-module-numpy-1:1.12.1-alt1
python-module-pytest-benchmark-3.1.1-alt1
python-module-radssh-1.0.5-alt1.git20150714.1.1
python-module-rainfall-0.8.3-alt1.git20141217.1
python-module-ratelim-0.1.6-alt1
python-module-redis-sniffer-1.1.0-alt2.git20150318
python-module-redis_structures-0.1.6-alt1
python-module-repoze.catalog-0.8.3-alt1
python-module-resweb-0.1.7-alt1.git20130813.1.1
python-module-rlr-2.4-alt1
python-module-robotframework-elasticsearch-1.1-alt1.git20150114.1
python-module-robotframework-pageobjects-1.1.9-alt1.git20150226.1.1
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
python3-3.5.1-alt10
reaver-t6x-1.6.1-alt1
virtualbox-5.1.30-alt1
Total 422 error logs.
Подробная информация о списке рассылки Sisyphus-cybertalk