[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #52972

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Nov 30 06:02:55 UTC 2017


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/52972/display/redirect>

------------------------------------------
[...truncated 38.70 KB...]
which 2.21-2
xz 5.2.3-1
zlib 1:1.2.11-2
Repository      : core
Name            : gnupg
Version         : 2.2.3-1
Description     : Complete and free implementation of the OpenPGP standard
Architecture    : x86_64
URL             : http://www.gnupg.org/
Licenses        : GPL
Groups          : None
Provides        : dirmngr  gnupg2=2.2.3
Depends On      : npth  libgpg-error  libgcrypt  libksba  libassuan  pinentry  bzip2  readline  gnutls  sqlite
Optional Deps   : libldap: gpg2keys_ldap
                  libusb-compat: scdaemon
Conflicts With  : dirmngr  gnupg2
Replaces        : dirmngr  gnupg2
Download Size   : 2.03 MiB
Installed Size  : 9.33 MiB
Packager        : Gaetan Bisson <bisson at archlinux.org>
Build Date      : Mon Nov 20 17:37:01 2017
Validated By    : MD5 Sum  SHA-256 Sum  Signature

==> Making package: python2-faulthandler 2.4-2 (Wed Nov 29 18:02:53 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (5) python2-appdirs-1.4.3-1  python2-packaging-16.8-2  python2-pyparsing-2.2.0-1  python2-six-1.11.0-1  python2-setuptools-1:38.2.3-1

Total Download Size:   0.41 MiB
Total Installed Size:  2.64 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 90208  100 90208    0     0  90208      0  0:00:01 --:--:--  0:00:01 17.2M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 19032  100 19032    0     0  19032      0  0:00:01 --:--:--  0:00:01 3717k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 30016  100 30016    0     0  30016      0  0:00:01 --:--:--  0:00:01 5862k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 13632  100 13632    0     0  13632      0  0:00:01 --:--:--  0:00:01 2662k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  267k  100  267k    0     0   267k      0  0:00:01 --:--:--  0:00:01 37.3M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python2-pyparsing...
installing python2-six...
installing python2-packaging...
installing python2-appdirs...
installing python2-setuptools...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading faulthandler-2.4.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 --:--:-- --:--:-- --:--:--     0100 19592  100 19592    0     0  19592      0  0:00:01 --:--:--  0:00:01 68743
==> Validating source files with md5sums...
    faulthandler-2.4.tar.gz ... Passed
==> Extracting sources...
  -> Extracting faulthandler-2.4.tar.gz with bsdtar
==> Starting build()...
running build
running build_ext
building 'faulthandler' extension
creating build
creating build/temp.linux-x86_64-2.7
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c faulthandler.c -o build/temp.linux-x86_64-2.7/faulthandler.o
faulthandler.c: In function 'faulthandler_alarm':
faulthandler.c:463:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(fault_alarm.fd, fault_alarm.header, fault_alarm.header_len);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
faulthandler.c: In function 'faulthandler_fatal_error':
faulthandler.c:46:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
faulthandler.c:297:5: note: in expansion of macro 'PUTS'
     PUTS(fd, "Fatal Python error: ");
     ^~~~
faulthandler.c:46:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
faulthandler.c:298:5: note: in expansion of macro 'PUTS'
     PUTS(fd, handler->name);
     ^~~~
faulthandler.c:46:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
faulthandler.c:299:5: note: in expansion of macro 'PUTS'
     PUTS(fd, "\n\n");
     ^~~~
faulthandler.c: In function 'stack_overflow':
cc1: warning: function may return address of local variable [-Wreturn-local-addr]
faulthandler.c:936:19: note: declared here
     unsigned char buffer[4096];
                   ^~~~~~
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c traceback.c -o build/temp.linux-x86_64-2.7/traceback.o
traceback.c: In function 'dump_traceback':
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:198:9: note: in expansion of macro 'PUTS'
         PUTS(fd, "Stack (most recent call first):\n");
         ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:207:13: note: in expansion of macro 'PUTS'
             PUTS(fd, "  ...\n");
             ^~~~
traceback.c: In function 'dump_frame':
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:160:5: note: in expansion of macro 'PUTS'
     PUTS(fd, "  File ");
     ^~~~
traceback.c:164:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(fd, "\"", 1);
         ^~~~~~~~~~~~~~~~~~
traceback.c:166:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(fd, "\"", 1);
         ^~~~~~~~~~~~~~~~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:168:9: note: in expansion of macro 'PUTS'
         PUTS(fd, "???");
         ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:178:5: note: in expansion of macro 'PUTS'
     PUTS(fd, ", line ");
     ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:180:5: note: in expansion of macro 'PUTS'
     PUTS(fd, " in ");
     ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:186:9: note: in expansion of macro 'PUTS'
         PUTS(fd, "???");
         ^~~~
traceback.c:188:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(fd, "\n", 1);
     ^~~~~~~~~~~~~~~~~~
traceback.c: In function 'dump_decimal':
traceback.c:52:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(fd, buffer, len);
     ^~~~~~~~~~~~~~~~~~~~~~
traceback.c: In function 'dump_ascii':
traceback.c:137:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(fd, s, 1);
             ^~~~~~~~~~~~~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:140:13: note: in expansion of macro 'PUTS'
             PUTS(fd, "\\x");
             ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:146:9: note: in expansion of macro 'PUTS'
         PUTS(fd, "...");
         ^~~~
traceback.c: In function 'dump_hexadecimal':
traceback.c:73:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(fd, buffer, len);
     ^~~~~~~~~~~~~~~~~~~~~~
traceback.c: In function '_Py_DumpTracebackThreads':
traceback.c:277:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(fd, "\n", 1);
             ^~~~~~~~~~~~~~~~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:279:13: note: in expansion of macro 'PUTS'
             PUTS(fd, "...\n");
             ^~~~
traceback.c: In function 'write_thread_id':
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:246:9: note: in expansion of macro 'PUTS'
         PUTS(fd, "Current thread 0x");
         ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:248:9: note: in expansion of macro 'PUTS'
         PUTS(fd, "Thread 0x");
         ^~~~
traceback.c:10:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
 #define PUTS(fd, str) write(fd, str, (int)strlen(str))
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
traceback.c:250:5: note: in expansion of macro 'PUTS'
     PUTS(fd, " (most recent call first):\n");
     ^~~~
creating build/lib.linux-x86_64-2.7
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/faulthandler.o build/temp.linux-x86_64-2.7/traceback.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/faulthandler.so
==> Starting check()...
..........................E: Caught signal ‘Terminated’: terminating immediately
E: Caught signal ‘Terminated’
Terminated

==> ERROR: TERM signal caught. Exiting...
Thu Nov 30 06:02:53 UTC 2017 - makepkg was killed by timeout after 12h.
mv: cannot stat '/tmp/python2-faulthandler-rbuild-archlinux-AVd2imNC/*/trunk/*.pkg.tar.xz': No such file or directory
Thu Nov 30 06:02:54 UTC 2017 - build #1 for python2-faulthandler on profitbricks-build3-amd64 didn't build a package!
Thu Nov 30 06:02:54 UTC 2017 - build #1 for python2-faulthandler on profitbricks-build3-amd64 done.
Thu Nov 30 06:02:54 UTC 2017 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-9fjEYfnW, which will now be removed.
/srv/reproducible-results/rbuild-archlinux-AVd2imNC:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Nov 30 06:02 b1
drwxr-xr-x 2 jenkins jenkins 4096 Nov 29 18:02 b2

/srv/reproducible-results/rbuild-archlinux-AVd2imNC/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Nov 30 06:02 python2-faulthandler

/srv/reproducible-results/rbuild-archlinux-AVd2imNC/b1/python2-faulthandler:
total 48
-rw-r--r-- 1 jenkins jenkins 48726 Nov 30 06:02 build1.log

/srv/reproducible-results/rbuild-archlinux-AVd2imNC/b2:
total 0
Thu Nov 30 06:02:54 UTC 2017 - build1 didn't create a package, skipping build2!
cp: cannot create regular file '/var/lib/jenkins/userContent/reproducible/archlinux/community/python2-faulthandler/': Not a directory
Thu Nov 30 06:02:55 UTC 2017 - /srv/reproducible-results/rbuild-archlinux-AVd2imNC deleted.
Thu 30 Nov 06:02:55 UTC 2017 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-E7MORxEt, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list