d***@gmail.com
2018-10-23 01:01:41 UTC
Second try at this post, the first one vanished - I don't seem to be having
good luck with cloud services today...
I have earlier versions with the same software stack working fine (2.30 and
2.29 and earlier).
This is a stock Centos7 install that has been building and running earlier
versions fine:
But the new 2.31 doesn't run the pytest stage of installation for me:
*software versions:*
[***@s3ql s3ql-2.31]# rpm -qa | grep python3
python34-devel-3.4.8-1.el7.x86_64
python3-rpm-macros-3-21.el7.noarch
python34-crypto-2.6.1-13.el7.x86_64
python34-libs-3.4.8-1.el7.x86_64
python34-setuptools-19.6.2-3.el7.noarch
python34-apsw-3.7.17.r1-3.el7.x86_64
python34-3.4.8-1.el7.x86_64
*building:*
[***@s3ql s3ql-2.31]# python3.4 setup.py build_ext --inplace;
running build_ext
building 's3ql.deltadump' extension
creating build
creating build/temp.linux-x86_64-3.4
creating build/temp.linux-x86_64-3.4/src
creating build/temp.linux-x86_64-3.4/src/s3ql
gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
-m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-I/usr/include/python3.4m -c src/s3ql/deltadump.c -o
build/temp.linux-x86_64-3.4/src/s3ql/deltadump.o -Wall -Wextra -Wconversion
-Wsign-compare
src/s3ql/deltadump.c: In function
â__pyx_pf_4s3ql_9deltadump_4load_table.isra.24â:
src/s3ql/deltadump.c:7716:48: warning: â__pyx_v_int64â may be used
uninitialized in this function [-Wmaybe-uninitialized]
__pyx_v_int64 = (__pyx_v_int64 +
((__pyx_cur_scope->__pyx_v_col_args[__pyx_v_j]) +
(__pyx_cur_scope->__pyx_v_int64_prev[__pyx_v_j])));
^
src/s3ql/deltadump.c:12427:13: warning: â__pyx_v_row_countâ may be used
uninitialized in this function [-Wmaybe-uninitialized]
return PyInt_FromLong((long) value);
^
src/s3ql/deltadump.c:6101:11: note: â__pyx_v_row_countâ was declared here
int64_t __pyx_v_row_count;
^
creating build/lib.linux-x86_64-3.4
creating build/lib.linux-x86_64-3.4/s3ql
gcc -pthread -shared -Wl,-z,relro
build/temp.linux-x86_64-3.4/src/s3ql/deltadump.o -L/usr/lib64 -lpython3.4m
-o build/lib.linux-x86_64-3.4/s3ql/deltadump.cpython-34m.so -lsqlite3
copying build/lib.linux-x86_64-3.4/s3ql/deltadump.cpython-34m.so -> src/s3ql
*testing:*
[***@s3ql s3ql-2.31]# python3.4 -m pytest tests/
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3.4/site-packages/_pytest/main.py",
line 101, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/usr/lib/python3.4/site-packages/_pytest/config.py",
line 912, in _do_configure
INTERNALERROR>
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 750, in call_historic
INTERNALERROR> self._hookexec(self, self._nonwrappers + self._wrappers,
kwargs)
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 339, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 334, in <lambda>
INTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 614, in execute
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/root/s3ql-2.31/tests/conftest.py", line 104, in
pytest_configure
INTERNALERROR> faulthandler.enable(faultlog_fd)
INTERNALERROR> AttributeError: 'int' object has no attribute 'fileno'
good luck with cloud services today...
I have earlier versions with the same software stack working fine (2.30 and
2.29 and earlier).
This is a stock Centos7 install that has been building and running earlier
versions fine:
But the new 2.31 doesn't run the pytest stage of installation for me:
*software versions:*
[***@s3ql s3ql-2.31]# rpm -qa | grep python3
python34-devel-3.4.8-1.el7.x86_64
python3-rpm-macros-3-21.el7.noarch
python34-crypto-2.6.1-13.el7.x86_64
python34-libs-3.4.8-1.el7.x86_64
python34-setuptools-19.6.2-3.el7.noarch
python34-apsw-3.7.17.r1-3.el7.x86_64
python34-3.4.8-1.el7.x86_64
*building:*
[***@s3ql s3ql-2.31]# python3.4 setup.py build_ext --inplace;
running build_ext
building 's3ql.deltadump' extension
creating build
creating build/temp.linux-x86_64-3.4
creating build/temp.linux-x86_64-3.4/src
creating build/temp.linux-x86_64-3.4/src/s3ql
gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches
-m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC
-I/usr/include/python3.4m -c src/s3ql/deltadump.c -o
build/temp.linux-x86_64-3.4/src/s3ql/deltadump.o -Wall -Wextra -Wconversion
-Wsign-compare
src/s3ql/deltadump.c: In function
â__pyx_pf_4s3ql_9deltadump_4load_table.isra.24â:
src/s3ql/deltadump.c:7716:48: warning: â__pyx_v_int64â may be used
uninitialized in this function [-Wmaybe-uninitialized]
__pyx_v_int64 = (__pyx_v_int64 +
((__pyx_cur_scope->__pyx_v_col_args[__pyx_v_j]) +
(__pyx_cur_scope->__pyx_v_int64_prev[__pyx_v_j])));
^
src/s3ql/deltadump.c:12427:13: warning: â__pyx_v_row_countâ may be used
uninitialized in this function [-Wmaybe-uninitialized]
return PyInt_FromLong((long) value);
^
src/s3ql/deltadump.c:6101:11: note: â__pyx_v_row_countâ was declared here
int64_t __pyx_v_row_count;
^
creating build/lib.linux-x86_64-3.4
creating build/lib.linux-x86_64-3.4/s3ql
gcc -pthread -shared -Wl,-z,relro
build/temp.linux-x86_64-3.4/src/s3ql/deltadump.o -L/usr/lib64 -lpython3.4m
-o build/lib.linux-x86_64-3.4/s3ql/deltadump.cpython-34m.so -lsqlite3
copying build/lib.linux-x86_64-3.4/s3ql/deltadump.cpython-34m.so -> src/s3ql
*testing:*
[***@s3ql s3ql-2.31]# python3.4 -m pytest tests/
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/usr/lib/python3.4/site-packages/_pytest/main.py",
line 101, in wrap_session
INTERNALERROR> config._do_configure()
INTERNALERROR> File "/usr/lib/python3.4/site-packages/_pytest/config.py",
line 912, in _do_configure
INTERNALERROR>
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 750, in call_historic
INTERNALERROR> self._hookexec(self, self._nonwrappers + self._wrappers,
kwargs)
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 339, in _hookexec
INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 334, in <lambda>
INTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()
INTERNALERROR> File
"/usr/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py",
line 614, in execute
INTERNALERROR> res = hook_impl.function(*args)
INTERNALERROR> File "/root/s3ql-2.31/tests/conftest.py", line 104, in
pytest_configure
INTERNALERROR> faulthandler.enable(faultlog_fd)
INTERNALERROR> AttributeError: 'int' object has no attribute 'fileno'
--
You received this message because you are subscribed to the Google Groups "s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to s3ql+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to s3ql+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.