[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #155332

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Jun 11 09:50:17 BST 2019


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/155332/display/redirect>

------------------------------------------
[...truncated 348.14 KB...]
               ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/features.h:450,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from signals.c:26:
/usr/include/bits/stdio2.h:332:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_unlocked_alias'
 extern size_t __REDIRECT (__fread_unlocked_alias,
               ^~~~~~~~~~
/usr/include/bits/stdio2.h:336:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__fread_unlocked_chk_warn'
 extern size_t __REDIRECT (__fread_unlocked_chk_warn,
               ^~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from list.h:27,
                 from scheduler.h:36,
                 from signals.h:32,
                 from signals.c:38:
/usr/include/bits/stdio2.h:345:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread_unlocked'
 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n,
 ^~~~~~~~~~~~~~
In file included from scheduler.h:36,
                 from signals.h:32,
                 from signals.c:38:
list.h:99:73: error: expected declaration specifiers or '...' before 'size_t'
 extern list alloc_mlist_r(void (*) (void *), void (*) (FILE *, void *), size_t);
                                                                         ^~~~~~
list.h:103:32: error: expected declaration specifiers or '...' before 'size_t'
 extern void free_mlist_r(list, size_t);
                                ^~~~~~
list.h:110:33: error: expected declaration specifiers or '...' before 'size_t'
 extern void *list_element(list, size_t) __attribute__ ((pure));
                                 ^~~~~~
In file included from /usr/include/sys/socket.h:33,
                 from utils.h:32,
                 from signals.c:39:
/usr/include/bits/socket.h:263:5: error: expected specifier-qualifier-list before 'size_t'
     size_t msg_iovlen;  /* Number of elements in the vector.  */
     ^~~~~~
/usr/include/bits/socket.h:277:5: error: expected specifier-qualifier-list before 'size_t'
     size_t cmsg_len;  /* Length of data in cmsg_data plus length
     ^~~~~~
/usr/include/bits/socket.h: In function '__cmsg_nxthdr':
/usr/include/bits/socket.h:314:15: error: expected ')' before '__cmsg'
   if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr))
      ~        ^~~~~~~
               )
/usr/include/bits/socket.h:319:13: error: 'struct cmsghdr' has no member named 'cmsg_len'
           + CMSG_ALIGN (__cmsg->cmsg_len));
             ^~~~~~~~~~
/usr/include/bits/socket.h:319:13: error: expected ')' before '~' token
           + CMSG_ALIGN (__cmsg->cmsg_len));
             ^~~~~~~~~~
/usr/include/bits/socket.h:320:65: error: 'struct msghdr' has no member named 'msg_control'
   if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control
                                                                 ^~
/usr/include/bits/socket.h:321:16: error: 'struct msghdr' has no member named 'msg_controllen'; did you mean 'msg_namelen'?
      + __mhdr->msg_controllen)
                ^~~~~~~~~~~~~~
                msg_namelen
/usr/include/bits/socket.h:322:38: error: 'struct cmsghdr' has no member named 'cmsg_len'
       || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len)
                                      ^~~~~~~~~~
/usr/include/bits/socket.h:322:38: error: expected ')' before '~' token
       || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len)
                                      ^~~~~~~~~~
/usr/include/bits/socket.h:323:31: error: 'struct msghdr' has no member named 'msg_control'
    > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen)))
                               ^~
/usr/include/bits/socket.h:323:55: error: 'struct msghdr' has no member named 'msg_controllen'; did you mean 'msg_namelen'?
    > ((unsigned char *) __mhdr->msg_control + __mhdr->msg_controllen)))
                                                       ^~~~~~~~~~~~~~
                                                       msg_namelen
In file included from utils.h:32,
                 from signals.c:39:
/usr/include/sys/socket.h: At top level:
/usr/include/sys/socket.h:138:51: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
                                                   ^~~~~~
/usr/include/sys/socket.h:145:45: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
                                             ^~~~~~
/usr/include/sys/socket.h:152:53: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t sendto (int __fd, const void *__buf, size_t __n,
                                                     ^~~~~~
/usr/include/sys/socket.h:163:60: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
                                                            ^~~~~~
In file included from /usr/include/sys/socket.h:269,
                 from utils.h:32,
                 from signals.c:39:
/usr/include/bits/socket2.h:23:51: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
                                                   ^~~~~~
/usr/include/bits/socket2.h:23:63: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __recv_chk (int __fd, void *__buf, size_t __n, size_t __buflen,
                                                               ^~~~~~
In file included from /usr/include/features.h:450,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from signals.c:26:
/usr/include/bits/socket2.h:25:16: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __REDIRECT (__recv_alias, (int __fd, void *__buf, size_t __n,
                ^~~~~~~~~~
/usr/include/bits/socket2.h:27:16: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __REDIRECT (__recv_chk_warn,
                ^~~~~~~~~~
/usr/include/bits/socket2.h:27:16: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __REDIRECT (__recv_chk_warn,
                ^~~~~~~~~~
In file included from /usr/include/sys/socket.h:269,
                 from utils.h:32,
                 from signals.c:39:
/usr/include/bits/socket2.h:34:30: error: expected declaration specifiers or '...' before 'size_t'
 recv (int __fd, void *__buf, size_t __n, int __flags)
                              ^~~~~~
/usr/include/bits/socket2.h:47:66: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __recvfrom_chk (int __fd, void *__restrict __buf, size_t __n,
                                                                  ^~~~~~
/usr/include/bits/socket2.h:48:11: error: expected declaration specifiers or '...' before 'size_t'
           size_t __buflen, int __flags,
           ^~~~~~
In file included from /usr/include/features.h:450,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from signals.c:26:
/usr/include/bits/socket2.h:51:16: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __REDIRECT (__recvfrom_alias,
                ^~~~~~~~~~
/usr/include/bits/socket2.h:55:16: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __REDIRECT (__recvfrom_chk_warn,
                ^~~~~~~~~~
/usr/include/bits/socket2.h:55:16: error: expected declaration specifiers or '...' before 'size_t'
 extern ssize_t __REDIRECT (__recvfrom_chk_warn,
                ^~~~~~~~~~
In file included from /usr/include/sys/socket.h:269,
                 from utils.h:32,
                 from signals.c:39:
/usr/include/bits/socket2.h:64:45: error: expected declaration specifiers or '...' before 'size_t'
 recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags,
                                             ^~~~~~
In file included from utils.h:37,
                 from signals.c:39:
vector.h:36:58: error: expected declaration specifiers or '...' before 'size_t'
 typedef char *(*null_strvec_handler_t)(const vector_t *, size_t);
                                                          ^~~~~~
vector.h:65:8: error: unknown type name 'null_strvec_handler_t'
 extern null_strvec_handler_t register_null_strvec_handler(null_strvec_handler_t);
        ^~~~~~~~~~~~~~~~~~~~~
vector.h:65:1: warning: parameter names (without types) in function declaration
 extern null_strvec_handler_t register_null_strvec_handler(null_strvec_handler_t);
 ^~~~~~
vector.h:66:8: error: unknown type name 'null_strvec_handler_t'
 extern null_strvec_handler_t unregister_null_strvec_handler(void);
        ^~~~~~~~~~~~~~~~~~~~~
vector.h:67:50: error: expected declaration specifiers or '...' before 'size_t'
 extern void *strvec_slot(const vector_t *strvec, size_t index);
                                                  ^~~~~~
In file included from signals.c:39:
utils.h:200:39: error: expected declaration specifiers or '...' before 'size_t'
 extern void dump_buffer(const char *, size_t, FILE *, int);
                                       ^~~~~~
utils.h:209:43: error: expected declaration specifiers or '...' before 'size_t'
 extern uint16_t in_csum(const uint16_t *, size_t, uint32_t, uint32_t *);
                                           ^~~~~~
utils.h:226:36: error: expected declaration specifiers or '...' before 'size_t'
 extern void format_mac_buf(char *, size_t, const unsigned char *, size_t);
                                    ^~~~~~
utils.h:226:67: error: expected declaration specifiers or '...' before 'size_t'
 extern void format_mac_buf(char *, size_t, const unsigned char *, size_t);
                                                                   ^~~~~~
utils.h:238:61: error: expected declaration specifiers or '...' before 'size_t'
 extern int memcmp_constant_time(const void *, const void *, size_t);
                                                             ^~~~~~
signals.c: In function 'signal_run_callback':
signals.c:313:9: warning: implicit declaration of function 'read'; did you mean 'rand'? [-Wimplicit-function-declaration]
  while (read(signal_fd, &siginfo, sizeof(struct signalfd_siginfo)) == sizeof(struct signalfd_siginfo)) {
         ^~~~
         rand
signals.c:313:9: warning: nested extern declaration of 'read' [-Wnested-externs]
make[2]: *** [Makefile:413: signals.o] Error 1
parser.c: In function 'read_conf_file':
parser.c:1107:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  for (i = 0; i < globbuf.gl_pathc; i++) {
                ^
parser.c: In function 'check_conf_file':
parser.c:1201:16: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  for (i = 0; i < globbuf.gl_pathc; i++) {
                ^
make[2]: *** [Makefile:413: parser.o] Error 1
make[2]: Leaving directory '/tmp/keepalived-archlinuxrb-build-OqjyX1hR/keepalived/trunk/src/keepalived-2.0.16/lib'
make[1]: *** [Makefile:322: all] Error 2
make[1]: Leaving directory '/tmp/keepalived-archlinuxrb-build-OqjyX1hR/keepalived/trunk/src/keepalived-2.0.16/lib'
make: *** [Makefile:430: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ schroot --end-session -c archlinux-keepalived-archlinuxrb-build-OqjyX1hR
+ tee -a /srv/reproducible-results/archlinuxrb-build-OqjyX1hR/b1/keepalived/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/keepalived-archlinuxrb-build-OqjyX1hR/*/trunk/*.pkg.tar.xz': No such file or directory
Mon Jul 13 15:13:13 UTC 2020 - build #1 for keepalived on osuosl-build170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-OqjyX1hR/b1/keepalived/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 15:12 b1

./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 15:12 keepalived

./b1/keepalived:
total 360
-rw-r--r-- 1 jenkins jenkins 361893 Jul 13 15:13 build1.log
-rw-r--r-- 1 jenkins jenkins      9 Jul 13 15:12 build1.version
Mon Jul 13 15:13:13 UTC 2020 - build #1 for keepalived on osuosl-build170-amd64 done.
Mon Jul 13 15:13:13 UTC 2020 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-DDlciWAD, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-OqjyX1hR:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jun 11 08:50 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jun 11 08:49 b2

/srv/reproducible-results/archlinuxrb-build-OqjyX1hR/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jun 11 08:50 keepalived

/srv/reproducible-results/archlinuxrb-build-OqjyX1hR/b1/keepalived:
total 360
-rw-r--r-- 1 jenkins jenkins 361893 Jun 11 08:50 build1.log
-rw-r--r-- 1 jenkins jenkins      9 Jun 11 08:50 build1.version

/srv/reproducible-results/archlinuxrb-build-OqjyX1hR/b2:
total 0
Tue Jun 11 08:50:16 UTC 2019 - build1 didn't create a package, skipping build2!
Tue Jun 11 08:50:16 UTC 2019 - https://tests.reproducible-builds.org/archlinux/community/keepalived/ updated.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('397952', '2.0.16-2', 'FTBFS_2', '2019-06-11 08:49', '69', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_2/155332/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='2.0.16-2', status='FTBFS_2', build_date='2019-06-11 08:49', build_duration='69', node1='osuosl-build170-amd64', node2='osuosl-build169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_2/155332/' WHERE results.package_id='397952'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('keepalived', '2.0.16-2', 'archlinux_community', 'x86_64', 3, 'FTBFS_2', '2019-06-11 08:49', '69', 'osuosl-build170-amd64', 'osuosl-build169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_2/155332/');
ERROR:  duplicate key value violates unique constraint "stats_build_tmp_name_version_suite_architecture_build_date_key1"
DETAIL:  Key (name, version, suite, architecture, build_date)=(keepalived, 2.0.16-2, archlinux_community, x86_64, 2019-06-11 08:49:00) already exists.
Tue Jun 11 08:50:16 UTC 2019 - /srv/reproducible-results/archlinuxrb-build-OqjyX1hR deleted.
Tue 11 Jun 08:50:16 UTC 2019 - /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-sFUN2i3r, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list