[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_5 #332501

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Oct 20 23:43:42 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_5/332501/display/redirect>

Changes:


------------------------------------------
[...truncated 45.31 KB...]
installing python-ordered-set...
installing python-pyparsing...
Optional dependencies for python-pyparsing
    python-railroad-diagrams: for generating Railroad Diagrams
    python-jinja: for generating Railroad Diagrams
installing python-packaging...
installing python-tomli...
installing python-trove-classifiers...
installing python-validate-pyproject...
installing python-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading python-fuse-1.0.5.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 46592    0 46592    0     0  78116      0 --:--:-- --:--:-- --:--:-- 78116
==> Validating source files with sha512sums...
    python-fuse-1.0.5.tar.gz ... Passed
==> Extracting sources...
  -> Extracting python-fuse-1.0.5.tar.gz with bsdtar
==> Starting build()...
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-310
copying fuse.py -> build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/fuseparts
copying fuseparts/subbedopts.py -> build/lib.linux-x86_64-cpython-310/fuseparts
copying fuseparts/setcompatwrap.py -> build/lib.linux-x86_64-cpython-310/fuseparts
copying fuseparts/__init__.py -> build/lib.linux-x86_64-cpython-310/fuseparts
running build_ext
building 'fuseparts._fuse' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/fuseparts
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug -flto=auto -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/fuse -I/usr/include/python3.10 -c fuseparts/_fusemodule.c -o build/temp.linux-x86_64-cpython-310/fuseparts/_fusemodule.o -D_FILE_OFFSET_BITS=64
fuseparts/_fusemodule.c: In function ‘read_func’:
fuseparts/_fusemodule.c:682:36: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  682 |                 if(PyBytes_Size(v) > s)
      |                                    ^
fuseparts/_fusemodule.c: In function ‘getxattr_func’:
fuseparts/_fusemodule.c:929:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  929 |                     ret = PyString_Size(v);
      |                     ^~~
In file included from /usr/include/python3.10/unicodeobject.h:1046,
                 from /usr/include/python3.10/Python.h:83,
                 from fuseparts/_fusemodule.c:29:
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:929:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
  929 |                     ret = PyString_Size(v);
      |                     ^~~
/usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:929:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  929 |                     ret = PyString_Size(v);
      |                     ^~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:936:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  936 |                 if (PyString_Size(v) > size) {
      |                 ^~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:936:17: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
  936 |                 if (PyString_Size(v) > size) {
      |                 ^~
/usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:936:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  936 |                 if (PyString_Size(v) > size) {
      |                 ^~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:936:38: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  936 |                 if (PyString_Size(v) > size) {
      |                                      ^
fuseparts/_fusemodule.c:943:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  943 |                 memcpy(value, s, PyString_Size(v));
      |                 ^~~~~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:943:17: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
  943 |                 memcpy(value, s, PyString_Size(v));
      |                 ^~~~~~
/usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:943:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  943 |                 memcpy(value, s, PyString_Size(v));
      |                 ^~~~~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:945:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  945 |                 ret = PyString_Size(v);
      |                 ^~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:945:17: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
  945 |                 ret = PyString_Size(v);
      |                 ^~~
/usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:945:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  945 |                 ret = PyString_Size(v);
      |                 ^~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c: In function ‘listxattr_func’:
fuseparts/_fusemodule.c:985:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  985 |                 ilen = PyString_Size(w);
      |                 ^~~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:985:17: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations]
  985 |                 ilen = PyString_Size(w);
      |                 ^~~~
/usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:985:17: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations]
  985 |                 ilen = PyString_Size(w);
      |                 ^~~~
/usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
fuseparts/_fusemodule.c:986:38: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  986 |                 if (lx - list + ilen >= size) {
      |                                      ^~
fuseparts/_fusemodule.c: In function ‘pyfuse_loop_mt’:
fuseparts/_fusemodule.c:1294:9: warning: ‘PyEval_InitThreads’ is deprecated [-Wdeprecated-declarations]
 1294 |         PyEval_InitThreads();
      |         ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/python3.10/Python.h:130:
/usr/include/python3.10/ceval.h:122:37: note: declared here
  122 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
      |                                     ^~~~~~~~~~~~~~~~~~
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-cpython-310/fuseparts/_fusemodule.o -L/usr/lib -lfuse -o build/lib.linux-x86_64-cpython-310/fuseparts/_fuse.cpython-310-x86_64-linux-gnu.so
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
running build_ext
running install_lib
creating /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr
creating /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib
creating /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10
creating /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages
creating /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts
copying build/lib.linux-x86_64-cpython-310/fuseparts/_fuse.cpython-310-x86_64-linux-gnu.so -> /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts
copying build/lib.linux-x86_64-cpython-310/fuseparts/__init__.py -> /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts
copying build/lib.linux-x86_64-cpython-310/fuseparts/setcompatwrap.py -> /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts
copying build/lib.linux-x86_64-cpython-310/fuseparts/subbedopts.py -> /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts
copying build/lib.linux-x86_64-cpython-310/fuse.py -> /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages
byte-compiling /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts/__init__.py to __init__.cpython-310.pyc
byte-compiling /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts/setcompatwrap.py to setcompatwrap.cpython-310.pyc
byte-compiling /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuseparts/subbedopts.py to subbedopts.cpython-310.pyc
byte-compiling /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuse.py to fuse.cpython-310.pyc
writing byte-compilation script '/tmp/tmpk17j3nh2.py'
/usr/sbin/python /tmp/tmpk17j3nh2.py
removing /tmp/tmpk17j3nh2.py
running install_egg_info
running egg_info
creating fuse_python.egg-info
writing fuse_python.egg-info/PKG-INFO
writing dependency_links to fuse_python.egg-info/dependency_links.txt
writing top-level names to fuse_python.egg-info/top_level.txt
writing manifest file 'fuse_python.egg-info/SOURCES.txt'
reading manifest file 'fuse_python.egg-info/SOURCES.txt'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'fuse_python.egg-info/SOURCES.txt'
Copying fuse_python.egg-info to /tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/pkg/python-fuse/usr/lib/python3.10/site-packages/fuse_python-1.0.5-py3.10.egg-info
running install_scripts
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-fuse"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-fuse 1.0.5-1 (Thu Oct 20 22:43:00 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-python-fuse-archlinuxrb-build-y5ruY3UQ
+ tee -a /srv/reproducible-results/archlinuxrb-build-y5ruY3UQ/b2/python-fuse/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/python-fuse-archlinuxrb-build-y5ruY3UQ/python-fuse/trunk/python-fuse-1.0.5-1-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-y5ruY3UQ/b2/python-fuse/python-fuse-1.0.5-1-x86_64.pkg.tar.zst'
Thu Oct 20 22:43:36 UTC 2022 - build #2 for python-fuse on osuosl184-amd64 done.
Thu Oct 20 22:43:36 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-V9XHRGyT, removing.
/srv/reproducible-results/archlinuxrb-build-y5ruY3UQ:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 22:42 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 20 22:43 b2

/srv/reproducible-results/archlinuxrb-build-y5ruY3UQ/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 22:42 python-fuse

/srv/reproducible-results/archlinuxrb-build-y5ruY3UQ/b1/python-fuse:
total 80
-rw-r--r-- 1 jenkins jenkins 25969 Oct 20 22:42 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Oct 20 22:42 build1.version
-rw-r--r-- 1 jenkins jenkins 47512 Oct 20 22:42 python-fuse-1.0.5-1-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-y5ruY3UQ/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 20 22:43 python-fuse

/srv/reproducible-results/archlinuxrb-build-y5ruY3UQ/b2/python-fuse:
total 80
-rw-r--r-- 1 jenkins jenkins 24973 Oct 20 22:43 build2.log
-rw-r--r-- 1 jenkins jenkins     8 Oct 20 22:43 build2.version
-rw-r--r-- 1 jenkins jenkins 47512 Oct 20 22:43 python-fuse-1.0.5-1-x86_64.pkg.tar.zst
Thu Oct 20 22:43:42 UTC 2022 - comparing results now.
Thu Oct 20 22:43:42 UTC 2022 - YAY - python-fuse/python-fuse-1.0.5-1-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-62gAeq1h: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/python-fuse/pkg.version': No space left on device
Thu Oct 20 22:43:42 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-y5ruY3UQ deleted.
Thu Oct 20 22:43:42 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-62gAeq1h, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list